datamaps
datamaps copied to clipboard
set default data for all countries
is there a way to set default data for all countries for example i want to set numberOfVoters = 1000 for all countries is loop the only way? for(array as name){ map.updateChoropleth({name: {numberOfVoters: 1000}},) }