helgasoft commented on issue #20587:
URL: https://github.com/apache/echarts/issues/20587#issuecomment-2549426999
@amandamcvey, thank you for not giving up :-)
My assumption of "auto-merge" was wrong. By adding ```legend:{}``` to your
initial examples it becomes obvious that multiple maps are indeed created, data
is not "merged". I was fooled by the final chart behavior.
Now I think the **bug** is in _seriesIndex_ of the first visualMap.
Parameter ```seriesIndex:0``` is not respected and the first visualMap controls
both map series. By comparison, the second visualMap behaves correctly and
```seriesIndex:1``` is respected. Visible when the first map (A) is deselected
from the legend.
--
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]