瀏覽代碼

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

山田 2 年之前
父節點
當前提交
c3b5abc392
共有 2 個文件被更改,包括 226 次插入762 次删除
  1. 224 762
      pnpm-lock.yaml
  2. 2 0
      src/utils/lib/echarts.ts

File diff suppressed because it is too large
+ 224 - 762
pnpm-lock.yaml


+ 2 - 0
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;

Some files were not shown because too many files changed in this diff