highcharts做柱状图,怎样设置柱子宽度
答案:2 悬赏:30 手机版
解决时间 2021-01-16 23:14
- 提问者网友:不爱我么
- 2021-01-16 05:33
highcharts做柱状图,怎样设置柱子宽度
最佳答案
- 五星知识达人网友:封刀令
- 2019-01-23 14:38
设置 plotOptions.column.pointWidth 即可,
$("#container").highcharts({
// ...
plotOptions: {
column: {
pointWidth:20
// 见 API 文档 http://www.hcharts.cn/api/index.php#plotOptions.column.pointWidth
}
}
// ...
});
$("#container").highcharts({
// ...
plotOptions: {
column: {
pointWidth:20
// 见 API 文档 http://www.hcharts.cn/api/index.php#plotOptions.column.pointWidth
}
}
// ...
});
全部回答
- 1楼网友:掌灯师
- 2020-07-23 12:39
示例:column chart
plotoptions: {
column : {
borderwidth: 0,
pointwidth:25, //柱子宽度
datalabels: {
style:{
fontsize:11
},
enabled: false
}
}
},
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯