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/05/27 03:29:48 UTC

[GitHub] [incubator-echarts] WuEyuan opened a new issue #12699: 折线图上同个类目轴上的值如果一负一正,则切换成堆积后,不会相互叠加

WuEyuan opened a new issue #12699:
URL: https://github.com/apache/incubator-echarts/issues/12699


   ### Version
   4.1.0-release
   
   ### Reproduction link
   [https://codesandbox.io/s/zen-curie-8nx4i?file=/src/App.vue](https://codesandbox.io/s/zen-curie-8nx4i?file=/src/App.vue)
   
   ### Steps to reproduce
   打开后,点击折线图右上角的“切换堆叠按钮”,会发现同个类目轴上一负一正的点不会堆叠,保持不变,都为正或都为负或者有一个为0才有堆叠效果
   
   ### What is expected?
   期望一正一负时也能够堆叠
   
   ### What is actually happening?
   同个类目轴上一负一正的点不会堆叠,保持不变,都为正或都为负或者有一个为0才有堆叠效果
   
   <!-- This issue is generated by echarts-issue-helper. 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



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


[GitHub] [incubator-echarts] wf123537200 commented on issue #12699: 折线图上同个类目轴上的值如果一负一正,则切换成堆积后,不会相互叠加

Posted by GitBox <gi...@apache.org>.
wf123537200 commented on issue #12699:
URL: https://github.com/apache/incubator-echarts/issues/12699#issuecomment-635738317


   > Maybe the positive and negative limit is reasonable
   > The pr fix this situation,but maybe no reasonable
   
   i try to support this situation, but i find when the ```type='line'``` is ok, but when switch the ```type='bar'``` the result become strange.
   
   @WuEyuan so, the positive and negative limit is reasonable, the diff sign situation may be not support


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



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


[GitHub] [incubator-echarts] wf123537200 commented on issue #12699: 折线图上同个类目轴上的值如果一负一正,则切换成堆积后,不会相互叠加

Posted by GitBox <gi...@apache.org>.
wf123537200 commented on issue #12699:
URL: https://github.com/apache/incubator-echarts/issues/12699#issuecomment-633784872


   Maybe the positive and negative limit is reasonable
   The pr fix this situation,but maybe no reasonable


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



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