This commit is contained in:
2025-07-08 09:14:22 +08:00
parent aa71fd5c7e
commit 01f3339833
10 changed files with 122 additions and 31 deletions
+2 -2
View File
@@ -59,8 +59,8 @@
function initChart() {
myChart.value = echarts.init(newChart.value!);
const dx = ['120', '应急就医', '急救联动'];
const dy = [46, 39, 18];
const dx = ['120', '应急就医'];
const dy = [46, 39];
let option = getClassCharts(dx, dy);
myChart.value.setOption(option);
window.addEventListener('resize', () => {