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/10/13 16:18:28 UTC

[GitHub] [echarts] maxkoretskyi edited a comment on issue #15864: Stacking items on the same series

maxkoretskyi edited a comment on issue #15864:
URL: https://github.com/apache/echarts/issues/15864#issuecomment-942467893


   Maybe I could have something like this:
   
   ```
   {type: 'bar', data: [10, 15], dimensions: ['2021', '2022'], stack: true}
   ```
   so it produces something like this:
   
   ```
   
       25|                  ______
   	|		 |          |
   	|		 |          |
   	|		 | 2022 |
     10  |		 |______ |
   	|		 |          |
   	|		 | 2021 |
   	|		 |          |
     0  -------------------------------
   
   ```
   
   
   


-- 
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