We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85b6b4 commit 36338eeCopy full SHA for 36338ee
src/controllers/controller.bar.js
@@ -372,7 +372,6 @@ module.exports = DatasetController.extend({
372
373
helpers.canvas.clipArea(chart.ctx, chart.chartArea);
374
375
- // float-bar support, if y arguments are array function will use bottom value as bar start point
376
for (; i < ilen; ++i) {
377
var val = scale._parseValue(dataset.data[i]);
378
if (!isNaN(val.min) && !isNaN(val.max)) {
0 commit comments