Unverified 提交 c3b5abc3 作者: 山田 提交者: GitHub

fix(echarts): 修复无法使用散点图表 (#1880)

上级 a40332cb
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -7,6 +7,7 @@ import { ...@@ -7,6 +7,7 @@ import {
MapChart, MapChart,
PictorialBarChart, PictorialBarChart,
RadarChart, RadarChart,
ScatterChart,
} from 'echarts/charts'; } from 'echarts/charts';
import { import {
...@@ -50,6 +51,7 @@ echarts.use([ ...@@ -50,6 +51,7 @@ echarts.use([
TimelineComponent, TimelineComponent,
CalendarComponent, CalendarComponent,
GraphicComponent, GraphicComponent,
ScatterChart,
]); ]);
export default echarts; export default echarts;
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论