According to 2.7.3 documentation, minBarLength
should be included in most recent release. After upgrading chart.js and reviewing version history, it doesn’t appear to be included in the most recent patch.
Expected Behavior
- Upgrade to
2.7.3
should give access tominBarLength
for bar x or yaxes scales.
Current Behavior
- Current patch does not include update to src/controllers/controller.bar.js that checks for a set minBarHeight
Possible Solution
- release patch to include more recent commits?
Steps to Reproduce (for bugs)
Context
- There is no intuitive way to set a min bar length without the scale option
Environment
- Chart.js version: 2.7.3
- Browser name and version:
- Link to your project:
Your documentation link is to
master
.For latest release (2.7.3 currently): https://www.chartjs.org/docs/latest/charts/bar.html