MarKil
MarKil

Reputation: 29

how to reduce the spacing between the columns? HIGHCHARTS

I want to reduce the distance between the columns. I was trying : plot Options column: pointPadding , border Width , pointWidth

Code:

  `https://jsfiddle.net/x1m0et85/2/`

I need something like the first picture

enter image description here

THANK YOU!

Upvotes: 0

Views: 289

Answers (1)

Sebastian Wędzel
Sebastian Wędzel

Reputation: 11633

You should be able to reduce this distance by setting groupPadding.

API: https://api.highcharts.com/highcharts/plotOptions.column.groupPadding

Demo: https://jsfiddle.net/BlackLabel/6v8bdky4/

Upvotes: 0

Related Questions