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 2018/11/14 08:07:22 UTC

[GitHub] jimStyle88 commented on issue #8976: 柱状图柱子存在偏移

jimStyle88 commented on issue #8976: 柱状图柱子存在偏移
URL: https://github.com/apache/incubator-echarts/issues/8976#issuecomment-438573289
 
 
   我也遇到类似的情况,设置 xAxis.min = "dataMin"  和 xAxis.max = max:"dataMax"  后
   `series: {
             label: {
               show: true,
               fontSize: 22,
               color: '#000',
             },
             boundaryGap:["20%","20%"],
             barMaxWidth:50,
             type: 'bar',
           },`
   ![image](https://user-images.githubusercontent.com/20588608/48468485-fadd2b80-e826-11e8-8565-4c034f2b0124.png)
   往下偏移了,,如果 xAxis.min = 50  和 xAxis.max = 200  表现如下
   ![image](https://user-images.githubusercontent.com/20588608/48468585-3ed03080-e827-11e8-9cff-bd7fcab5564f.png)
   为什么2种设置表现差这么多。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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