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
Hi, I am using highcharts in nativescript by following some sample. It is working by loading custom local html file containing static graph data into webview. But i have one difficulty ,need to load the
graph data dynamically. How i can pass the data to html file to build the graph and i am writing JavaScript code. Please, Help me to resolve this. If you have any other solution please suggest best approach to graphs.
Hi @RaghavMSG,
In your case, you can use nativescript-webview-interface. The plugin can help you in passing the data between the app and WebView.
For further question use our forum and StackOverflow thread. This repository is used only for feature requests and bug reporting.
Uh oh!
There was an error while loading. Please reload this page.
Hi, I am using highcharts in nativescript by following some sample. It is working by loading custom local html file containing static graph data into webview. But i have one difficulty ,need to load the
graph data dynamically. How i can pass the data to html file to build the graph and i am writing JavaScript code. Please, Help me to resolve this. If you have any other solution please suggest best approach to graphs.
This is my html file,
/////chart.html
And this is my xml,
////page.xml
The text was updated successfully, but these errors were encountered: