gongchunyi
2 天以前 0a251e40e30e7c8a96d71b3b9b6c459d4dfa4b22
src/components/Echarts/echarts.vue
@@ -203,6 +203,10 @@
  clearInitTimer()
})
defineExpose({
  resize: windowResizeListener,
})
// Watch all reactive props that affect the chart
watch(
  () => [props.xAxis, props.yAxis, props.series, props.legend, props.tooltip, props.visualMap],