mariafurtadobravo commented on issue #19743:
URL: https://github.com/apache/echarts/issues/19743#issuecomment-2014808838
> This feature won't be added since Canvas doesn't recognize the CSS
variables currently. It's suggested to use
`window.getComputedStyle(DOM).getPropertyValue('--the-css-var')` to get real
color values before calling `setOption`.
I'm using SVG rendering instead of Canvas, so it should work, right?
The CSS Variable used on the color property by default is rendering
correctly but **when you hover, it glitches**.
So I would say that **the bug is when we hover the chart, the color prop
doesn't work correctly**
--
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]