Highstock / Highchart - 多个yAxis的范围问题

时间:2013-02-06 11:23:50

标签: highcharts highstock

使用多个yAxis时,您是否看到了范围问题?我该如何解决这个问题?

image

这与我使用的代码相同!!

yAxis: [ 
                     { labels: { formatter: function() { return this.value + '".$unitall1."' },  style: { color: '#89A54E'  } },  title: { text: '".$graphall1."' , style: { color : '#4572A7' } },  opposite: true },
                     { labels: { formatter: function() { return this.value + '".$unitall2."' },  style: { color: '#4572A7'  }  }, title: { text: '".$graphall2."' , style: { color : '#89A54E' } },  },  
                     { labels: { formatter: function() { return this.value + '".$unitall3."' },  style: { color: '#000000'  }  }, title: { text: '".$graphall3."' , style: { color : '#000000' } },  },  
                     { labels: { formatter: function() { return this.value + '".$unitall4."' },  style: { color: '#C4087C'  } },  title: { text: '".$graphall4."' , style: { color : '#C4087C' } },  opposite: true }
                       ],

3 个答案:

答案 0 :(得分:0)

使用 yAxis.offset 属性为每个y轴设置偏移量。看起来两个轴之间的默认间隙在highstock中较小,然后它在highchart中

答案 1 :(得分:0)

您有两种选择:

答案 2 :(得分:0)

您可以使用偏移参数正确设置距离yAx。 http://api.highcharts.com/highstock#yAxis.offset