amandamcvey opened a new issue, #20587: URL: https://github.com/apache/echarts/issues/20587
### Version 5.5.1 ### Link to Minimal Reproduction https://codepen.io/amcveyCW/pen/OPLbpbd ### Steps to Reproduce 1. Add at least two series objects. Each should be of type 'map,' reference some map SVG, and include their own data array relating to the referenced map. 2. Create a matching number of visualMap objects, either piecewise or continuous type. Set up some unique min/max/color/etc for each object. Each should include 'seriesIndex' and the value should reference one of the corresponding series object created in the above step. ### Current Behavior The first visualMap object thresholds and colors are applied to all series objects. The following series objects do not seem to map to the their corresponding visualMap objects. If type continuous - the following series objects are mapped to the first visualMap's 'max' color. If type piecewise - the following series objects are mapped to the first visualMap's 'outofrange' color. ### Expected Behavior Each series object to map to its corresponding visualMap object when referenced using the related seriesIndex and depict the threshold colors of that visualMap object. ### Environment _No response_ ### Any additional comments? Both continuous and piecewise examples: https://codepen.io/amcveyCW/pen/OPLbpbd https://codepen.io/amcveyCW/pen/QwLGpdL -- 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]
