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

This commit is contained in:
山田 2022-05-20 18:01:14 +08:00 committed by JinMao
parent 5e211bc6da
commit cacfe96b40
2 changed files with 803 additions and 1203 deletions

2004
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -7,6 +7,7 @@ import {
MapChart,
PictorialBarChart,
RadarChart,
ScatterChart,
} from 'echarts/charts';
import {
@ -50,6 +51,7 @@ echarts.use([
TimelineComponent,
CalendarComponent,
GraphicComponent,
ScatterChart,
]);
export default echarts;