gpt4 book ai didi

javascript - 底部带有 Highcharts 的图例

转载 作者:行者123 更新时间:2023-12-02 05:51:01 25 4
gpt4 key购买 nike

我正在使用 highcharts 绘制一些图表。我使用这样的基本线图:

http://www.highcharts.com/demo/spline-irregular-time

如何将图例显示在图表区域下方而不是右侧?

http://www.highcharts.com/demo/column-stacked-percent

谢谢

最佳答案

marginBottom 可用于将图例放在图表底部。您仍然可以使用图例属性来移动图例,例如在中间或右侧(我使用居中)。

 chart: {
marginBottom: 100
},

legend: {
align: 'center',
verticalAlign: 'bottom',
x: 0,
y: 0
},

可能的解决方案:fiddle

关于javascript - 底部带有 Highcharts 的图例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15880276/

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