fix(explore): Missing markarea component broke annotations in echarts (#30348)
This commit is contained in:
parent
994de1f812
commit
038ef32454
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue