Bernardo Orozco Garza
Bernardo Orozco Garza
is the data asynchronous?, or is static?, you can render a Active indicator while loging in and then when you get the data you render it
I see the problem that this.series.length I belive is in you react native scrip, but the complete object of config will be parsed o string so it will not take...
try something like this ```javaScript render(){ let self=this; let conf={ chart: { type: 'spline', animation: Highcharts.svg, // don't animate in old IE marginRight: 10, events: { load:function(){ var series =...
I dont know how to solve it but what happens is that the complete object is parsed inside the html then concatenated, so the text would be literal not connecting...
this script is not imported in the html, try adding
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...
i have the same problem how can you solve it?