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
I've been trying out HorizontalBar chart using the sample data on Chart.js documentation page, but here's what I got.
The border's applied in a same way the original (vertical) bar does - border on left, top and right but not bottom. Pretty sure this is not what HorizontalBar content is intended to be, according to the sample demonstrates(https://www.chartjs.org/samples/latest/charts/bar/horizontal.html - borders are applied on top, right, and bottom)
I don't think it's a matter of options or styles.