update
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user