Highchart Y轴比例值缺失

时间:2019-09-04 15:15:46

标签: highcharts

如果您查看下面的JSFiddle,您会发现它呈现图表时,最高值未显示在图表上(10,000 / 10,000 / 80,0000 / 20,0000)。

我似乎无法弄清楚为什么它不显示这些最高值。

我还注意到它没有显示“重量”通道的-20,000值。

https://jsfiddle.net/BBousman/h4gs7erk/

-

1 个答案:

答案 0 :(得分:0)

您需要启用showLastLabel选项:

yAxis: [{
    ...,
    showLastLabel: true
}, ...]

实时演示: https://jsfiddle.net/BlackLabel/142uc9Ls/

API参考: https://api.highcharts.com/highstock/yAxis.showLastLabel