apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.21k stars 19.6k forks source link

this.painter is null #7866

Closed jiangshichao closed 6 years ago

jiangshichao commented 6 years ago

One-line summary [问题简述]

echarts会时不时报错this.painter is null,很奇怪,目前是间歇性的报错,时间不固定,情况不固定,没法指定操作复现......不清楚是为什么

Version & Environment [版本及环境]

pissang commented 6 years ago

是不是已经 dispose 但是还在使用?

jiangshichao commented 6 years ago

thanks,我刚看echarts代码也怀疑是不是dispose导致的,现在修改了代码在进行测试

damiangreen commented 5 years ago

What's the solution? I'm receiving tihs.