zunnzunn / vue-ganttastic

Simple, interactive and highly customizable Gantt chart component for Vue 3

Home Page:https://zunnzunn.github.io/vue-ganttastic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assigning class to g-gantt-bar

RichDCTech opened this issue · comments

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?