柱体宽度

Highcharts.chart('container', { chart: { type: 'column' }, plotOptions: { column: { pointWidth: 30 // 设置柱体的宽度 } }, series: [{ name: '数据系列', data: [1, 2, 3, 4, 5] }] });
posted @ 2023-10-10 15:19  小林222  阅读(19)  评论(0)    收藏  举报