plainheart commented on issue #19743:
URL: https://github.com/apache/echarts/issues/19743#issuecomment-2014844956

   > I'm using SVG rendering instead of Canvas, so it should work, right?
   
   Usually a new added feature should work with both SVG renderer and Canvas 
renderer.
   
   > The CSS Variable used on the color property by default is rendering 
correctly but when you hover, it glitches
   
   This is because the highlighted color is calculated from the color in normal 
state, if the color is a css varaible, ECharts will not be able to parse it and 
get the highlighted color. To circumvent this, you may try to set the emphasis 
color explicitly.
   
   Anyway, I think it's easy enough to get the real values of the CSS variables 
without the built-in support from ECharts.
   
   


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