Reputation: 905
chart.columnSpacing property doesn't work for Simple Column chart. I need to minimize space between two Columns.
How to minimize space between Columns in Simple Column Chart?
Upvotes: 2
Views: 6128
Reputation: 708
You could try adding...
"columnWidth": [number between 0 to 1]
to make the gaps between the columns change. Adding a value of 1 will make them as wide as possible and touching each other, whereas a value of 0 will make them show as just a line going up.
See example... http://jsfiddle.net/cxypjubz/1/
Upvotes: 6