You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More information here.
I finally can update the chart with fetched data.
The chart shows 1 minute data which consists of 1200 points.
I update the chart by putting the function in setInterval in componentDidMount().
Result:
The chart can be updated as usual, but stop updating around 1.5 minute later. It gives no error message.
Regarding to update, in the wrapper I used webkit.postmessage and event to cache it. At this moment it was removed from webview and is still developed / reorganized.
I use the following code and it doesn't work for me.
The fetch process seems to be ignored and only gives y = 0.
The text was updated successfully, but these errors were encountered: