gpt4 book ai didi

javascript - 带气泡的 HighCharts 热图

转载 作者:行者123 更新时间:2023-12-03 04:49:35 25 4
gpt4 key购买 nike

我有一个 Highcharts 热图,其中气泡作为数据系列,如下所示: enter image description here现在,如果我在第一行/最后一行有气泡,图表会自动添加一个新行。 enter image description here

是否可以停用此行为?

see: http://jsfiddle.net/10vfg03o/4/

最佳答案

您可以在 y 轴上设置 minmax:

yAxis: {
min: 0,
max: 4,
categories: ['< 1%', '2-10%', '11-50%', '51-90%', '91-100%'],
title: null
}

fiddle :

关于javascript - 带气泡的 HighCharts 热图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42718503/

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