简体   繁体   中英

How to change the color of Anychart dot map.?

Is there a way to change the map color in Anycharts dot maps? I want the continents to be blue instead of plain white.

I tried .color() , .fill etc from the documentation but can't get it to work.

Anycharts dot maps sample

In

map.unboundRegions()
   .enabled(true)
   .fill('#E1E1E1')
   .stroke('#D2D2D2');

Change the fill color #E1E1E1 to whatever color you want. Is this what you are looking for?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM