在用于水平条形图的Highcharts配置中,当添加自定义pointWidth时,无法更改两个条形图之间的距离。
请注意maxPointWidth:8
repeated int32 someInt;
这是工作中的JS小提琴: https://stackblitz.com/edit/highcharts-angular-drilldown?file=app%2Fapp.component.ts
我想减小条形和标签之间的间距,并保持maxPointWidth完好无损。 enter image description here
答案 0 :(得分:0)
要减小条形之间的间距,请减小图表height
:
chart: {
type: 'bar',
height: 200
}