gpt4 book ai didi

javascript - Highcharts 图例与 X 轴重叠

转载 作者:搜寻专家 更新时间:2023-11-01 05:22:23 25 4
gpt4 key购买 nike

我正在设置图例位于折线图下方的图表。出于某种原因,图例似乎与其上方的 x 轴重叠。我对图例的设置如下:

 legend: {
layout: 'horizontal',
align: 'center',
itemWidth: LegendWidth,
verticalAlign: 'bottom',
floating: true,
margin: 25,
borderWidth: 3,
useHTML:true,
}

LegendWidth 是动态设置的。我已经为 margin 添加了一个值,但它仍然重叠。

enter image description here

最佳答案

您应该将 legend.y 设置为某个正数以使其进一步向下移动。

legend: {
layout: 'horizontal',
align: 'center',
itemWidth: LegendWidth,
verticalAlign: 'bottom',
floating: true,
margin: 25,
borderWidth: 3,
useHTML:true,
y : 25 /* pushes the legend 25 points down */
}

Here is the doc , 和 here is a sample

关于javascript - Highcharts 图例与 X 轴重叠,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29837087/

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