fix(explore): Missing markarea component broke annotations in echarts (#30348)

This commit is contained in:
Kamil Gabryjelski
2024-09-20 16:42:47 +02:00
committed by GitHub
parent 994de1f812
commit 038ef32454

View File

@@ -55,6 +55,8 @@ import {
ToolboxComponent,
GraphicComponent,
AriaComponent,
MarkAreaComponent,
MarkLineComponent,
} from 'echarts/components';
import { LabelLayout } from 'echarts/features';
import { EchartsHandler, EchartsProps, EchartsStylesProps } from '../types';
@@ -84,6 +86,8 @@ use([
DataZoomComponent,
GraphicComponent,
GridComponent,
MarkAreaComponent,
MarkLineComponent,
LegendComponent,
ToolboxComponent,
TooltipComponent,