So I've been banging my head on this for the last day or so trying to figure out a solution for the following...
I'm creating a simple mobile app. I have most of everything squared away except the chart data in construct2! I'm looking for the following functionality with highcharts.com (line chart) Or is there a way to create a chart in construct 2?
This is how the app will look and work
There's 4 buttons at the top of the page.
Button 1 has a set value of 50, Button 2 = 150, Button 3 = 250, Button 4 = 400
below those buttons I will have two additional buttons that allow the user to choose where those values be plotted to. Either linechart1 or linechart2.(user chooses via button press ) These two lines are placed on the same chart. The line chart is a simple 2D X and Y axis.
This data needs to be stored locally on the mobile device. Is Webdb an option?