rylandcapital
Posts: 3
Joined: Thu Feb 20, 2020 4:42 pm

Live Data JSON format

Hello,

I am trying to get the highcharts cloud/highcharts editor LIVE JSON URL to populate a chart. after several attempts at different formats, I thought I should ask.

Thinks link returns a column based json with 2 columns "_index" (timestamps) and "proba_1_long" (floats). I thought this was how it should be formatted to work in the cloud editor. anything stand out to why its not loading?

http://www.extractionlab.io/hctest

Thanks! :D :D
piotr.m
Posts: 1433
Joined: Mon Nov 18, 2019 8:15 am

Re: Live Data JSON format

Hi,

Thank you for contacting us with your question!

You need to provide a date that will be understood by the highcharts, i.e. you must format it properly,
learn more here: https://www.highcharts.com/docs/working ... data-intro

Here you can find what formats are supported by highcharts:
https://api.highcharts.com/highcharts/series.line.data

Take a look at a simple example of data parsing:
https://jsfiddle.net/BlackLabel/fsvrmd3u/

Kind Regards!

Return to “Highcharts Cloud”