kirjs / react-highcharts

React wrapper for Highcharts library
http://kirjs.github.io/react-highcharts/
MIT License
1.26k stars 233 forks source link

cancel render animation in the same time #410

Closed lgyytm closed 5 years ago

lgyytm commented 6 years ago

I have some charts in one page, but I encapsulate every chart into single component.But they are rendering in the same time,I'd like to cancel it.What should I do?