如何更改 Anychart 点图的颜色。?

How to change the color of Anychart dot map.?

有没有办法改变 Anycharts 点图中的地图颜色?我希望大陆是蓝色的而不是纯白色的。

我尝试了文档中的 .color().fill 等,但无法正常工作。

Anycharts dot maps sample

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

将填充颜色 #E1E1E1 更改为您想要的任何颜色。这是您要找的吗?