Skip to content

Commit

Permalink
fix(explore): Missing markarea component broke annotations in echarts (
Browse files Browse the repository at this point in the history
…#30348)

(cherry picked from commit 038ef32)
  • Loading branch information
kgabryje authored and sadpandajoe committed Sep 23, 2024
1 parent fed8674 commit 0363ac7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ import {
ToolboxComponent,
GraphicComponent,
AriaComponent,
MarkAreaComponent,
MarkLineComponent,
} from 'echarts/components';
import { LabelLayout } from 'echarts/features';
import { EchartsHandler, EchartsProps, EchartsStylesProps } from '../types';
Expand Down Expand Up @@ -84,6 +86,8 @@ use([
DataZoomComponent,
GraphicComponent,
GridComponent,
MarkAreaComponent,
MarkLineComponent,
LegendComponent,
ToolboxComponent,
TooltipComponent,
Expand Down

0 comments on commit 0363ac7

Please sign in to comment.