Open wrightmk opened 7 years ago
I'm not sure if this could solve the problem but try to put a loading state and when you get the data now you render the ChartView. thanks in advance for using the component.
Hi Wrightmk: Thanks for the issue details. I am also stuck in same. I want to load dynamic data in highchart on pinch zoom. But it seems I am not able to access
any update to make live chart ?
Even I am trying to load a high chart in react native with some dynamic data and it seems almost impossible. The chart does not re-render when State is updated.
Using the basic example provided in your README docs, I can't quite figure out how to add real life chart data; all I seem to get back is a blank screen. I've console logged the async request from axios and it's returning an object from highcharts, so I know that works. The only change in the render method is
data: this.state.data
andstock={true}
Here's what I have so far: