renderSeries is called when updating graphic component
Version
4.4.0
Reproduction link
https://jsfiddle.net/w6yjs3ax/
Steps to reproduce
If there are a lot of series on chart the cost of updating the graphic element is too big.
Instead of render a single shape it also renders all series from scratch.
It happens when using chart.setOption({ graphic: ... }) method.
What is expected?
renderSeries isn't called
What is actually happening?
renderSeries is called
renderSeries is not supposed to be called if there is only graphic being updated. We will look into this issue.
@pissang Could you say when you will be able to look into this issue?
Probably in the version 4.9.0. Which is before the end of next month.
@pissang any updates?
@ezubarev Sorry for the late reply. But we need to reschedule it to the 5.0
This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.
This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!