susiwen8 commented on issue #10225: visualMap piecewise, when categories' items 
are the same, it won't mapping the correct color
URL: 
https://github.com/apache/incubator-echarts/issues/10225#issuecomment-480484380
 
 
   The problem is caused by function preprocessForSpecifiedCategory, 
specifically, when create categoryMap object, 
   ` each$9(categories, function (cate, index) {
           categoryMap[cate] = index;
       });` 
   The second one will cover the first one. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to