Using dc.js, I want to keep the size of the bar constant on my bar chart.
The number of bars may vary from 1 to 10. Currently when there is only one bar it occupies the complete chart space.
I tried limiting the bar width by adding
MAX_BAR_WIDTH = 250;
but now the ticks and bar position do not match.