You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/07/04 10:05:47 UTC

[GitHub] [incubator-echarts] JsDeng opened a new issue #12910: ECHARTS is not friendly to RGBA support

JsDeng opened a new issue #12910:
URL: https://github.com/apache/incubator-echarts/issues/12910


   ### Version
   4.8.0
   
   ### Reproduction link
   [https://gallery.echartsjs.com/editor.html?c=xGAcmLY-q9&v=2](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
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


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



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


[GitHub] [incubator-echarts] plainheart commented on issue #12910: ECHARTS is not friendly to RGBA support

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12910:
URL: https://github.com/apache/incubator-echarts/issues/12910#issuecomment-653957377


   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.


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



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


[GitHub] [incubator-echarts] JsDeng closed issue #12910: ECHARTS is not friendly to RGBA support

Posted by GitBox <gi...@apache.org>.
JsDeng closed issue #12910:
URL: https://github.com/apache/incubator-echarts/issues/12910


   


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



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


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12910: ECHARTS is not friendly to RGBA support

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12910:
URL: https://github.com/apache/incubator-echarts/issues/12910#issuecomment-653747089


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


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



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


[GitHub] [incubator-echarts] JsDeng commented on issue #12910: ECHARTS is not friendly to RGBA support

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org



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