I am using this code - Jfiddle link to create a datamap of the United States. I would like to modify the data set in the example by using a file stored locally.
The data appears to be stored in a file located at: http://www.highcharts.com/samples/data/us-population-density.json.
I changed the filename in to be a local drive, but the chart won't load. What changes do I need to make?
Reference to my local drive:
$.getJSON('http://www.highcharts.com/samples/data/jsonp.php?filename=C:/us-population-density.json&callback=?', function (data) {