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 2019/04/29 06:18:40 UTC

[GitHub] [incubator-echarts] segmafrontend opened a new issue #10377: 堆叠柱图,设置yAxis的最小值导致堆叠错误

segmafrontend opened a new issue #10377: 堆叠柱图,设置yAxis的最小值导致堆叠错误
URL: https://github.com/apache/incubator-echarts/issues/10377
 
 
   ### Version
   4.2.1-rc1
   
   ### Steps to reproduce
   option = {
       xAxis: {
           type: 'category',
           data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
       },
       yAxis: {
           type: 'value',
           min: 4
       },
       series: [{
           data: [12],
           type: 'bar',
           stack: 'all'
       },
       {
           data: [5],
           type: 'bar',
           stack: 'all',
       },]
   };
   ![image](https://user-images.githubusercontent.com/43062793/56879034-8707a600-6a89-11e9-8ae9-84e933b76c7d.png)
   
   
   PS:gallery无法保存了,获取版本的接口报错403了
   ![image](https://user-images.githubusercontent.com/43062793/56879022-7a834d80-6a89-11e9-9ad8-624cf6bcb66f.png)
   
   
   ### What is expected?
   堆叠柱图,设置yAxis的最小值不影响堆叠
   
   ### What is actually happening?
   堆叠柱图,设置yAxis的最小值导致堆叠错误
   
   <!-- 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


With regards,
Apache Git Services

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