I can't edit the distance between columns, I want to reduce it. How can I solve it?
for columns I write this:
column: {
maxPointWidth: 60,
pointWidth: 15,
marker: {
enabled: true
},
borderWidth: 0, // distanza dall'asse x
dataLabels: {
crop: false,
overflow: "none",
enabled: true,
x: 20,
y: -30,
rotation: 270,
style: {
fontSize:'10px'
}
}
}
Should I add something here?
You can implement using the scrollablePlotArea feature and set bigger width at the container - bigger width = more space.
Demo: https://jsfiddle.net/BlackLabel/4ws9tf2L/
API: https://api.highcharts.com/highcharts/chart.scrollablePlotArea