Hi all,
I’m attempting to use the javascript graphing library d3 (via a webview) to create graphs in a Corona app. I have tested d3 successfully but am unsure of how to store and then access data that a user has created. For example, I’d like to create a line graph showing test results over several dates based on data generated by the app. Is there a way to store these data (generated in the app) and then retrieve them for use by d3 in my webview?
In other words, I need to dynamically create and load something like a json file that the webview can access.
Many thanks for any ideas,
Jeff