I've done a lot of searching and I just can't seem to wrap my head around how to convert this:
[
{"id":749,"time":20160416162403,"value":707},
{"id":750,"time":20160416162407,"value":708},
{"id":751,"time":20160416162411,"value":703},
{"id":752,"time":20160416162415,"value":710}
]
Into something HighCharts or GoogleCharts can use such as a series:
name: []
time: [time1, time2, time3]
I've seen examples that were close that used JQuery but I can't seem to get it working. If anyone could provide a quick example/solution I can run with it from there.
Thanks for the edit GG, I'll try to format it correctly next time.