echarts icon indicating copy to clipboard operation
echarts copied to clipboard

renderSeries is called when updating graphic component

Open ezubarev opened this issue 5 years ago • 6 comments

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

ezubarev avatar Mar 11 '20 10:03 ezubarev

renderSeries is not supposed to be called if there is only graphic being updated. We will look into this issue.

pissang avatar Mar 11 '20 12:03 pissang

@pissang Could you say when you will be able to look into this issue?

ezubarev avatar Mar 12 '20 06:03 ezubarev

Probably in the version 4.9.0. Which is before the end of next month.

pissang avatar Mar 16 '20 02:03 pissang

@pissang any updates?

ezubarev avatar Apr 23 '20 15:04 ezubarev

@ezubarev Sorry for the late reply. But we need to reschedule it to the 5.0

pissang avatar Aug 03 '20 11:08 pissang

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.

github-actions[bot] avatar Aug 03 '22 21:08 github-actions[bot]

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!

github-actions[bot] avatar Aug 10 '22 21:08 github-actions[bot]