解决echarts在vue中切换到其他页面再返回来就不显示的问题

解决echarts在vue中切换到其他页面再返回来就不显示的问题

//在setOption之前使用这句话
document.getElementById('dashboard').setAttribute('_echarts_instance_', '')
myChart.setOption(option);
posted @ 2021-09-24 18:16  是天天呀  阅读(1453)  评论(0)    收藏  举报