Thanks for your reply! I’ve tried what I did before but this time with JSON, except it’s not working either. The page only displays “Loading data…” and nothing happens. Is there something wrong with the way I’m calling the data in my code?
var %CHART% = AmCharts.makeChart("%CHART%", {
"type": "map",
"theme": "light",
"pathToImages": "https://www.amcharts.com/lib/3/images/",
"dataLoader": {
"url": "https://www.lingbot.me/data/data.json",
"format":"json"
"showErrors": true
},
"areasSettings": {
"autoZoom": true,
"selectedColor": "#CC0000"
},
"smallMap": {}
});