Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://jsfiddle.net/BYeBa/
yAxis: { min: 0, max: 75, title: { text: '' }
我不知道为什么我不能在这个高图中设置 y 轴的最大值。我不希望它超过 75。我填充的数据都没有接近 75 的值。
为什么它停留在100?
这是由 endOnTick 引起的。如果你设置
endOnTick:false
75 将是您的最大值。
见http://jsfiddle.net/kzoon/BYeBa/4/
您可以将 tickInterval 设置为 25。
http://api.highcharts.com/highcharts#yAxis.tickInterval