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
  • Loading branch information
kgabryje committed Sep 20, 2024
1 parent 994de1f commit 038ef32
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 038ef32

Please sign in to comment.