adrianimboden commented on issue #19827: URL: https://github.com/apache/echarts/issues/19827#issuecomment-4305022514
I had/have the exact same issue. In my case, it happens when multiple `setOption()` calls are being done. I had multiple `setOption()` calls directly beside each other, which triggered the NPE instantly on small changes. After refactoring, I had only one setOption which updated everything at once. I have never seen the NPE since then. But I am quite certain that this is an unsolved bug still. Calling setOption often may not be good for performance, but it should certainly not crash because of this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
