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/01/28 20:54:48 UTC

[GitHub] [incubator-echarts] hoangv commented on issue #12056: Does not display value on single column with stacking.

hoangv commented on issue #12056: Does not display value on single column with stacking.
URL: https://github.com/apache/incubator-echarts/issues/12056#issuecomment-579451108
 
 
   @dimunidze try adding `"clip": false` like this: 
   ```
   "type": "bar",
   "stack": "defaultStack",
   "clip": false,            
   "data": [0, 0, 0],
   ...
   ```
   Does that produce the output you expect?  You'll notice in @sikazhang example, if you enter [0,0,0], the bar is not shown.  This was introduced on [4.4.0-rc.1](https://github.com/apache/incubator-echarts/commit/3c78e9681e8da1b5402c8f5178f6930808b2961b) and documented [here](https://www.echartsjs.com/en/option.html#series-bar.clip).

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


With regards,
Apache Git Services

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