This commit is contained in:
liuye
2024-08-06 15:09:24 +08:00
parent 0943831ccb
commit a70fd383ff

View File

@@ -192,7 +192,8 @@ export default {
borderWidth: 2, borderWidth: 2,
borderColor: "#FFFFFF" borderColor: "#FFFFFF"
} }
} },
canvas2d: true
}) })
}, },
trendChartInit(id) { trendChartInit(id) {
@@ -235,6 +236,7 @@ export default {
activeType: "hollow", activeType: "hollow",
}, },
}, },
canvas2d: true
}); });
}, },
typeChartInit(id) { typeChartInit(id) {
@@ -273,7 +275,8 @@ export default {
borderWidth: 2, borderWidth: 2,
borderColor: "#FFFFFF" borderColor: "#FFFFFF"
} }
} },
canvas2d: true
}) })
}, },
selectStatus(e) { selectStatus(e) {