JuliaCwynar opened a new issue, #20353:
URL: https://github.com/apache/echarts/issues/20353

   ### What problem does this feature solve?
   
   This feature will update the border color in charts when VisualMapComponent 
is used. Currently with VisualMapComponent, the color of border is constant for 
whole serie, regardless of VisualMapComponent color application. Thus, there is 
a mismatch between the node and border color.
   
   ### What does the proposed API look like?
   
   option = {
     visualMap: [
       {
         inRange: {
           color: ['blue', '#121122', 'red'], 
           borderColor: ['blue', '#121122', 'red'], 
         },
     ]
   };


-- 
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]

Reply via email to