You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I had the same problem with a single bar. For me, the bars were displaced upward. Try to replace the line 96 in Chart.Bar.js
old: yAbsolute = this.endPoint + this.calculateYInvertXY(barIndex) - (yHeight / 2),
new: yAbsolute = this.endPoint + this.calculateYInvertXY(barIndex) - (yHeight / this.calculateYInvertXY(datasetCount)),
Hi,
I noticed that when I added more than 2 bar, it overlapping the x-axis. Is there any workaround with this?
The text was updated successfully, but these errors were encountered: