gpt4 book ai didi

javascript - Highcharts-如何将 yAxis 设置为系列数据中最接近或精确的值

转载 作者:行者123 更新时间:2023-11-29 14:39:35 25 4
gpt4 key购买 nike

这是我正在尝试做的一个例子。

http://jsfiddle.net/na74Lndg/1/

如何避免 highcharts 插入 12.5 yAxis 线。

如果该系列有任何数据达到 11,那么我确实希望看到 12.5 行,但如果那里什么也没有,我就不想看到。

我试过使用 softMax 但这并没有解决问题,

yAxis: {
softMax: 10
}

我当然可以编写代码来计算最大数据系列并相应地设置最大值,但无需编写太多代码即可寻找答案。

最佳答案

您可以将 maxPadding 设置为 0(或达到您想要的结果的其他数字)。

yAxis: {
maxPadding: 0,
...
}

更新的 fiddle :

引用:

maxPadding: Number Since 1.2.0 Padding of the max value relative to the length of the axis. A padding of 0.05 will make a 100px axis 5px longer. This is useful when you don't want the highest data value to appear on the edge of the plot area. Defaults to 0.05.

您还可以查看 endOnTick 属性,它允许轴延伸超过 10,但不绘制下一个刻度。

关于javascript - Highcharts-如何将 yAxis 设置为系列数据中最接近或精确的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40513904/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com