gongchunyi
18 小时以前 9648963e54f4d9f0d2bba06dd2ef7c9c37a3c3d9
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],