gpt4 book ai didi

highcharts - 将highcharts y轴最小值设置为0,除非有负数数据

转载 作者:行者123 更新时间:2023-12-02 23:04:56 25 4
gpt4 key购买 nike

我遇到了 highcharts 的问题,其中有许多由 JSON 调用生成的不同图表。

对于大多数图表,我需要将最小 y Axis 值设置为 0,但也有一些情况需要显示负值。仅当数据中没有负值时,如何告诉 highcharts 将 y Axis 最小值设置为 0,这可能吗?

谢谢

最佳答案

您要查找的选项称为 softMin,是在版本 5.0.1 中引入的。文档对其描述如下:

A soft minimum for the axis. If the series data minimum is greater than this, the axis will stay at this minimum, but if the series data minimum is lower, the axis will flex to show all data.

yAxis: {
softMin: 0
}

http://api.highcharts.com/highcharts/yAxis.softMin

关于highcharts - 将highcharts y轴最小值设置为0,除非有负数数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16417124/

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