Open thany opened 7 years ago
Is there a way to force the amount of space between bars? I'm sure this is wrongly calculated automatically... Somewhere. Or is there a way to force the width of bars, which might also be calculated automatically and have some bug in it.
The documentation is very unclear on this.
had similar issue, tracked the issue down to the fact that data does not contain data points for every date (data contains holes), if those dates without data points are artificially filled in with 0 y values graph renders ok, but still no way to control spacing between the bars
I have this same problem even though I don't have gapps in the data.
I'm getting this: How do I make the bars NOT overlap?
Even if I copypaste the configuration of the example, I will still get the result above - or at least similar, with overlapping bars.
My data is as follows:
How can I fix this? I want the bars to leave a pixel or so of space between them. Or at the very least, not have them overlap.
Versions: AngularJS 1.6.2 Angular-NVD3 1.0.9 NVD3 1.8.5 D3 3.5.17