JsDeng commented on issue #12910:
URL: 
https://github.com/apache/incubator-echarts/issues/12910#issuecomment-656452855


   > ### Version
   > 4.8.0
   > 
   > ### Reproduction link
   > https://gallery.echartsjs.com/editor.html?c=xGAcmLY-q9&v=2
   > 
   > ### Steps to reproduce
   > The mouse slides in several bars to reproduce
   > 
   > ### What is expected?
   > The mouse hovers over the liability column and the bar chart is displayed 
normally
   > 
   > ### What is actually happening?
   > Hover over the liability column, the bar chart does not show
   > 
   > The problem will occur with RGBA color values
   
   
   
   > Hi, I'm afraid that there is an incorrect usage of the color of `rgba` and 
`rgb`.
   > If `rgba` is used, it should be like `rgba(158, 208, 255, 1)`, that is, 
four parameters should be provided.
   > If `rgb` is used, it should be like `rgb(158, 208, 255)`, that is, three 
parameters should be provided.
   > 
   > Please have a try again according to this.
   
   Thank you for being busy to demystify me.


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to