Unverified Commit 525484e7 authored by SUPER_AI's avatar SUPER_AI Committed by GitHub

fix(echarts): fix graphic config cannot be used in echarts options (#959)

parent 350c85ac
......@@ -23,6 +23,7 @@ import {
VisualMapComponent,
TimelineComponent,
CalendarComponent,
GraphicComponent,
} from 'echarts/components';
import { SVGRenderer } from 'echarts/renderers';
......@@ -48,6 +49,7 @@ echarts.use([
VisualMapComponent,
TimelineComponent,
CalendarComponent,
GraphicComponent,
]);
export default echarts;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment