gpt4 book ai didi

javascript - 如何增加highchart的高度?

转载 作者:可可西里 更新时间:2023-11-01 02:52:29 30 4
gpt4 key购买 nike

我正在使用 HighCharts 来显示一些统计数据,但我有一个问题,当 x 轴的值增加时,它会减少值。我附上屏幕截图。

enter image description here

最佳答案

你应该添加 marginBottom:

chart = new Highcharts.Chart({
chart: {
renderTo: 'container',
type: 'column',
marginRight: 130,
marginBottom: 70 /* HERE */
},
title: {
text: '@Model.Title',
x: -20
}

关于javascript - 如何增加highchart的高度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8487911/

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