Reputation: 195
For example, my current chart looks like this
How do I make them look like this ?
Upvotes: 1
Views: 1028
Reputation: 12400
You can do it with the ratio setting:
bar.width.ratio = 0.8
or
bar: {
width: {
ratio: 0.8
}
}
Upvotes: 1