From API or JSON
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. Check how it works: If you want to upload static JSON file just click
Upload JSON
link in the JSON tab. Youк JSON file must be valid.[
{
"date":"21.03",
"price":"$120.3",
"sales":43
},
{
"date":"22.03",
"price":"$130.4",
"sales":40
},
{
"date":"23.03",
"price":"$70.1",
"sales":25
}
]