mirror of
https://gitee.com/dromara/go-view.git
synced 2024-12-05 05:09:22 +08:00
feat: 打包报错
This commit is contained in:
parent
ac8d77a53f
commit
76112345f2
@ -19,7 +19,7 @@ import { CanvasRenderer } from "echarts/renderers";
|
||||
import { useChartDataFetch } from "@/hooks";
|
||||
import { mergeTheme } from "@/packages/public/chart";
|
||||
import { useChartEditStore } from "@/store/modules/chartEditStore/chartEditStore";
|
||||
import dataJson from "./data";
|
||||
import dataJson from "./data.json";
|
||||
import {
|
||||
DatasetComponent,
|
||||
GridComponent,
|
||||
@ -52,7 +52,7 @@ use([
|
||||
EffectScatterChart,
|
||||
]);
|
||||
|
||||
registerMap("china", { geoJSON: dataJson });
|
||||
registerMap("china", { geoJSON: (dataJson as unknown) as any, specialAreas: {} });
|
||||
|
||||
const option = reactive({
|
||||
value: mergeTheme(props.chartConfig.option, props.themeSetting, includes),
|
||||
|
Loading…
Reference in New Issue
Block a user