zunnzunn / vue-ganttastic

Simple, interactive and highly customizable Gantt chart component for Vue 3
https://zunnzunn.github.io/vue-ganttastic/
584 stars 145 forks source link

Bugfix/adjusting blank labels and label column #105

Closed Pedrocanoas closed 7 months ago

Pedrocanoas commented 7 months ago

The following situation is occurring: when the :label-column-title property is placed, both the label in the row and the column with the labels appear. image

Now, when :label-column-title is set, the column with the labels will appear, and if the label is empty, the text will not appear. If :label-column-title is not set, the behavior suggested in PR #46 must be maintained image image