mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-02-02 19:08:40 +08:00
fix(echarts): 修复无法使用散点图表 (#1880)
This commit is contained in:
parent
5e211bc6da
commit
cacfe96b40
2004
pnpm-lock.yaml
generated
2004
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -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([
|
|||||||
TimelineComponent,
|
TimelineComponent,
|
||||||
CalendarComponent,
|
CalendarComponent,
|
||||||
GraphicComponent,
|
GraphicComponent,
|
||||||
|
ScatterChart,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
export default echarts;
|
export default echarts;
|
||||||
|
Loading…
Reference in New Issue
Block a user