fix(echarts): fix graphic config cannot be used in echarts options (#959)
This commit is contained in:
parent
350c85accf
commit
525484e7a4
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue