mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(explore): Missing markarea component broke annotations in echarts (#30348)
This commit is contained in:
committed by
GitHub
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,
|
||||
|
||||
Reference in New Issue
Block a user