JSON data
Use real data from local or remote JSONs (API).
If you want to use data for Chart from your REST API response go to
JSON tab
and click HTTPS link
, your JSON must be valid. After syncing you need to select keys, header and click Create chart.
If you want to upload static JSON file click
Local JSON
in the JSON tab. You can use only valid JSON.Valid JSON must have array of objects, each object must have the similar keys.
[
{
"date":"21.03",
"price":"$120.3",
"sales":43
},
{
"date":"22.03",
"price":"$130.4",
"sales":40
},
{
"date":"23.03",
"price":"$70.1",
"sales":25
}
]
Last modified 3yr ago