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/15 12:46:05 UTC

[GitHub] [incubator-echarts] dimunidze opened a new issue #12056: Does not display value on single column with stacking.

dimunidze opened a new issue #12056: Does not display value on single column with stacking.
URL: https://github.com/apache/incubator-echarts/issues/12056
 
 
   ### Version
   4.6.0
   
   ### Reproduction link
   [https://codepen.io/dimunidze/pen/vYEazvP?editors=0010](https://codepen.io/dimunidze/pen/vYEazvP?editors=0010)
   
   ### Steps to reproduce
   I attached a link to CodePen, in version 4.2.1 this problem was not observed. The problem is that in the first stacked bar chart, the value is not displayed, but in the rest.
   
   ### What is expected?
   At the top of all stacked bars, the expected value.
   
   ### What is actually happening?
   At the top of the first column with accumulation there is no value, and in the rest there is.
   
   ---
   In version 4.2.1, everything worked well.
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->

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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
dimunidze commented on issue #12056: Does not display value on single column with stacking.
URL: https://github.com/apache/incubator-echarts/issues/12056#issuecomment-577039788
 
 
   @Ovilia after how much will this problem be resolved?

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


[GitHub] [incubator-echarts] dimunidze edited a comment on issue #12056: Does not display value on single column with stacking.

Posted by GitBox <gi...@apache.org>.
dimunidze edited a comment on issue #12056: Does not display value on single column with stacking.
URL: https://github.com/apache/incubator-echarts/issues/12056#issuecomment-575090699
 
 
   @Ovilia,  I fixed the comment, see the same link, please. Thanks.

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


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

Posted by GitBox <gi...@apache.org>.
dimunidze commented on issue #12056: Does not display value on single column with stacking.
URL: https://github.com/apache/incubator-echarts/issues/12056#issuecomment-584629683
 
 
   @hoangv, thanks, it helped

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


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

Posted by GitBox <gi...@apache.org>.
sikazhang commented on issue #12056: Does not display value on single column with stacking.
URL: https://github.com/apache/incubator-echarts/issues/12056#issuecomment-576133835
 
 
   https://gallery.echartsjs.com/editor.html?c=xqfJ6FSWb&v=1
   seems not a bug. The user set the top stack as 0,  so the label display 0 on the top.@Ovilia

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


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

Posted by GitBox <gi...@apache.org>.
dimunidze commented on issue #12056: Does not display value on single column with stacking.
URL: https://github.com/apache/incubator-echarts/issues/12056#issuecomment-575090699
 
 
   I fixed the comment, see the same link, please. Thanks.

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


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

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12056: Does not display value on single column with stacking.
URL: https://github.com/apache/incubator-echarts/issues/12056#issuecomment-574644216
 
 
   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵

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


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

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #12056: Does not display value on single column with stacking.
URL: https://github.com/apache/incubator-echarts/issues/12056#issuecomment-575061633
 
 
   Please provide a simpler demo and remove unnecessary options.

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


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

Posted by GitBox <gi...@apache.org>.
dimunidze closed issue #12056: Does not display value on single column with stacking.
URL: https://github.com/apache/incubator-echarts/issues/12056
 
 
   

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


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

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #12056: Does not display value on single column with stacking.
URL: https://github.com/apache/incubator-echarts/issues/12056#issuecomment-579198360
 
 
   @sikazhang Your demo uses ECharts 4.4.0 and it works fine with @dimunidze 's demo, which uses ECharts 4.6.0. So this is probably a bug raised after 4.4.0.
   
   @dimunidze It depends on the community contributors. If it's urgent, you may consider trying debugging yourself.

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


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

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #12056: Does not display value on single column with stacking.
URL: https://github.com/apache/incubator-echarts/issues/12056#issuecomment-575520420
 
 
   Seems to be a bug.

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


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

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12056: Does not display value on single column with stacking.
URL: https://github.com/apache/incubator-echarts/issues/12056#issuecomment-575520486
 
 
   This issue is labeled with `difficulty: easy`.
   @dimunidze Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may wait for the community to fix.
   
   Please have a look at [How to debug ECharts](https://github.com/apache/incubator-echarts/blob/master/CONTRIBUTING.md#how-to-debug-echarts) if you'd like to give a try. 🤓

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