I have a simple stacked column chart.
plotOptions: {
column: {
stacking: 'normal',
dataLabels: {
enabled: true,
color: (Highcharts.theme && Highcharts.theme.dataLabelsColor) || 'white',
style: {
textShadow: '0 0 3px black, 0 0 3px black'
}
}
}
},
I want to remove the tiny bit of space between the stacked columns. Is there a way to do it. Here is an image to better explain the space I wish to remove:
Thanks!
Set the border width to 0:
plotOptions: {
column: {
borderWidth: 0,
...
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With