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 2021/11/30 02:47:18 UTC

[GitHub] [echarts] pissang commented on issue #16136: Pie chart does not show color with 'light' theme

pissang commented on issue #16136:
URL: https://github.com/apache/echarts/issues/16136#issuecomment-982228958


   Seems to be a bug of multi-level color palette in the light theme. You can set color palette manually instead of using light theme.
   
   setOption({
     color: ['#37A2DA', '#32C5E9', '#9FE6B8', '#FFDB5C', '#ff9f7f', '#fb7293', '#e7bcf3', '#8378EA', '#96BFFF']
   });


-- 
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: commits-unsubscribe@echarts.apache.org

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