diff --git a/src/bar.js b/src/bar.js index 5d38a86..790fd2c 100644 --- a/src/bar.js +++ b/src/bar.js @@ -262,7 +262,7 @@ export default class Bar { } this.update_attr(bar, 'x', x); } - if (width && width >= this.gantt.options.column_width) { + if (width) { this.update_attr(bar, 'width', width); } this.update_label_position();