Browse Source

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

pull/1758/merge
山田 4 years ago
committed by GitHub
parent
commit
c3b5abc392
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5543
      pnpm-lock.yaml
  2. 2
      src/utils/lib/echarts.ts

5543
pnpm-lock.yaml

File diff suppressed because it is too large

2
src/utils/lib/echarts.ts

@ -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;

Loading…
Cancel
Save