manually set the column width
some times the chart will only show a single column in a x axis. If the layout size is large then the column looks huge! Would it be possible to control the width of the column?
-
Paweł Fus commented
Example for maxPointWidth implementation: http://jsfiddle.net/83M3T/1/
-
Anonymous commented
Another way to avoid wide columns is to add faux points. On a bar presentation I added zero values at the right x spacing and bingo
Paul
-
Philipp Burgmer commented
+1 for maxPointWidth!
-
Anonymous commented
its works hurray
-
Andrew Schetinin commented
I would also like to have a solution for maxPointWidth - it is really needed
-
Sarah Forst commented
This solution doesn't seem ideal. A better solution would be to have a maxPointWidth which would prevent ugly extremely wide bars or columns, but otherwise the bars are allowed to size naturally. I'm unable to use pointWidth in my curent project as while it works in cases where there are relatively few data points, if I have a lot of data points, the columns start overlapping.
-
Ali commented
Would be nice to have a maxPointWidth