Hi,I need help at Dashboard with a Geochart-Widget. I want to make a Geochart with different Citys.In your documentation to nomal geochart:
"title"=>"World Polulation 2016",
"dataSource"=>[
['City', 'Population', 'Area'],
['Rome', 2761477, 1285.31],
['Milan', 1324110, 181.76],
['Naples', 959574, 117.27],
['Turin', 907563, 130.17],
['Palermo', 655875, 158.9],
['Genoa', 607906, 243.60],
['Bologna', 380181, 140.7],
['Florence', 371282, 102.41],
['Fiumicino', 67370, 213.44],
['Anzio', 52192, 43.43],
['Ciampino', 38262, 11]
],
'mapsApiKey'=> 'your-google-key-map',
"options"=>[
"region"=>'IT',
"displayMode" => 'markers',
"colorAxis" => ["colors"=> ['green', 'blue']]
]
]);
Where I have to set up the Option 'region' in the dasboard syntax?