You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/08/06 02:32:40 UTC

[GitHub] Ovilia commented on issue #8785: How do I draw 100% stacked column/bar chart ?

Ovilia commented on issue #8785: How do I draw 100% stacked column/bar chart ? 
URL: https://github.com/apache/incubator-echarts/issues/8785#issuecomment-410572432
 
 
   I believe you need to calculate the data into percentage by yourself and pass data like: `[0.2, 0.3]` for the first series, and `[0.8, 0.7]` for the second series.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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