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/06 00:07:01 UTC

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

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