diff --git a/ui/dashboard/src/components/dashboards/charts/Chart/echarts.ts b/ui/dashboard/src/components/dashboards/charts/Chart/echarts.ts index d97ec9efe..1ad4c50d7 100644 --- a/ui/dashboard/src/components/dashboards/charts/Chart/echarts.ts +++ b/ui/dashboard/src/components/dashboards/charts/Chart/echarts.ts @@ -14,6 +14,7 @@ import { LegendComponent, TitleComponent, TooltipComponent, + MarkLineComponent, } from "echarts/components"; import { LabelLayout } from "echarts/features"; @@ -26,6 +27,7 @@ echarts.use([ LabelLayout, LegendComponent, LineChart, + MarkLineComponent, PieChart, SankeyChart, TitleComponent,