Skip to content

Commit

Permalink
comment removed
Browse files Browse the repository at this point in the history
  • Loading branch information
gwyneblaidd committed Feb 18, 2019
1 parent d85b6b4 commit 36338ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/controller.bar.js
Expand Up @@ -372,7 +372,6 @@ module.exports = DatasetController.extend({

helpers.canvas.clipArea(chart.ctx, chart.chartArea);

// float-bar support, if y arguments are array function will use bottom value as bar start point
for (; i < ilen; ++i) {
var val = scale._parseValue(dataset.data[i]);
if (!isNaN(val.min) && !isNaN(val.max)) {
Expand Down

0 comments on commit 36338ee

Please sign in to comment.