helgasoft commented on issue #18036: URL: https://github.com/apache/echarts/issues/18036#issuecomment-1344046013
The problem is with your _series itemStyle.areaColor_. Set it to _'transparent'_ for a solution. See [demo code](https://echarts.apache.org/examples/en/editor.html?c=map-HK&code=LYTwwgFghgTgLgOgM4QPYHcAyqoBMCWAdgOYAUAlANwCwAUACQLECmcpASgPKcAqA-gAUAgjwASAAgDU4gOQB6XFDhQ5UJElZyWqOaIDSCAFZJUhGQBpxAMwCuhAMZx8p8aW0ApE4XLiA3nXFxUEhYRAh8XGZsPCIyKgDxZntoeCQEGGZifCQ4ZhgAWSgAB1IZfQtxDy942kDglMQNOE4ip1NSBMDSVFbnQnEAXj9OwPEnOAAbZgAuYdrRhdyADzhZmQARZmBUSuYd6Q0YfGYkAB0HCfx7AGtxADJxXBgoYnFD46RxNQjmSzQANzysy2RWgSGy4ghBCsVjyzEIcBkI0CAF9zMjdqhZv55gs6sU1uV0bi8QAvVCoYCzACMxLxowyWVMSFmAG1AhiFjj6TzxIQoMAZrIAKJqXIwMx03l4_C5YAAZTgICm2M50sCPSg9llIBpUvV9IARqgYJEYGBUBMTWsMrgLGr1cbTXkAOoROAQWYAJn1BoWsGYUAtVpga2IGXh9pJ6pRDvEaLj3L9fIFQpkAE0bPDxNgSBVxHI5OIJmLrIG4DYMpD-lVTHGFoX-YK1gBJJAlwi4JD5wt80wAWhLOXro1lW0VyqFSeTo012qVepHRpNZuD1tkhpgGElS7xTrNbtwHu9vpnAaDlvXMkNEyzUZnsejeMfvIAuhiE7QMe8Tmy1dPpSVIo02AYp7wNUCikJPR8wLIsTUxFtO2YJZpgABksEctwFWY4BgLNTx5clKUXJ96THBUlRVOYZ0CEEwWybFzzXUNZAAYhhKwZE_WivgyC8QzWPCoEIJAigDBEZECXsUAwTFxHsS8YCQOhe1o5ilLWIoiGuKS4PEVBARgEsinkxSQ0-cQRzRKyyPjDF3xJFFyASGpnMoIA). _geo_ and _series_ act as separate maps and _series_ is **over** _geo_. That's why [areaColor](https://echarts.apache.org/en/option.html#series-map.itemStyle.areaColor) needs to be transparent. Related to #18008 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
