I want to create a line chart with some data from a json file, I'm working with Highcharts for that.
In the url for the json file I find something like that : https://www.highcharts.com/samples/data/jsonp.php?filename=usdeur.json&callback=?
I downloaded the json file and then I put it locally, when I give in the url the local json I dont see the chart.
How can I solve that ?
this is the full example in jsfiddle :