Xplora
Xplora

Reputation: 905

How to minimize space between Columns in amCharts Column Chart?

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

Answers (1)

Simon
Simon

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

Related Questions