Skip to content

Commit 36338ee

Browse files
committed
comment removed
1 parent d85b6b4 commit 36338ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/controllers/controller.bar.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ module.exports = DatasetController.extend({
372372

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

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

0 commit comments

Comments
 (0)