letsgocoding
2025-02-14 9ecc36c0694f6f0495f51b1c32cb3d22c9371208
zhitan-vue/src/views/comprehensive/comps/LineChart.vue
@@ -31,6 +31,10 @@
  }
)
onMounted(() => {
  initChart()
})
function initChart(value) {
  const chartDom = document.getElementById("ChartDom")
  if (echarts.getInstanceByDom(chartDom)) {