Loading... ```ts const initAllDetailsChart = () => { const chartDom = document.getElementById( 'mastery-charts' ) echarts.init( chartDom ).dispose() const allDetailsChart = echarts.init( chartDom ) as any watch( () => props.tableData, () => { const option = {} option && allDetailsChart.setOption( option ) }, { deep: true, immediate: true } ) } ``` 每次渲染前先销毁上次生成的图表 > echarts.init( chartDom ).dispose() 最后修改:2024 年 01 月 04 日 © 允许规范转载 赞 如果觉得我的文章对你有用,请随意赞赏