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

Assigning class to g-gantt-bar #74

Closed RichDCTech closed 1 year ago

RichDCTech commented 1 year ago

Using the command bar.ganttBarConfig.style.background = "#7410ff" I can set the color of a bar when clicked, however I want to control this using a class. I cannot see the in docs how to assign a class to the div g-gantt-bar Is class assignment possible?