Skip to content

Commit

Permalink
fix(Dashboard): fixed Map stroke opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
shoudaos committed Oct 21, 2019
1 parent f0f869b commit a616cef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/Dashboard/components/Map/Map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
let hs = polygonTemplate.states.create("hover");
hs.properties.fillOpacity = 0.5;
polygonTemplate.strokeOpacity = 0.4;
let citySeries = map.series.push(new am4maps.MapImageSeries());
citySeries.data = cities;
citySeries.dataFields.value = "size";
Expand Down

0 comments on commit a616cef

Please sign in to comment.