We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1baeb commit 9b8e447Copy full SHA for 9b8e447
src/pages/Visits/components/Map/Map.vue
@@ -79,6 +79,8 @@ export default {
79
let hs = polygonTemplate.states.create("hover");
80
hs.properties.fillOpacity = 0.5;
81
82
+ polygonTemplate.strokeOpacity = 0.4;
83
+
84
let citySeries = map.series.push(new am4maps.MapImageSeries());
85
citySeries.data = cities;
86
citySeries.dataFields.value = "size";
0 commit comments