You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a special use-case where I need to have a background color for a row for just a day in the chart or some time period specified.
So when showing a week's worth of tasks, I can a mark a row of a specific day as some color.
Is this possible ? If it is, Could you tell me how or direct me to a file I could implement this in ?
Great library btw. Thank You. It's better than the paid ones. Loving it so far. :)
The text was updated successfully, but these errors were encountered:
Since you mention it is only for a row, you could create a task that starts and ends on that day, and make it { resizable: false, draggable: false } and possibly apply some custom CSS class to make it appear different than all other tasks. Would there be any issues doing it like this? Gantt did use to have something like this, called "time spans"...
Forgot to mention, I did think of this and the problem with this was that When the layout is switched to 'expand' it no longer works as a background color.
'Time Spans' sound interesting. Does this still exist or has it been removed from the project ?
I have a special use-case where I need to have a background color for a row for just a day in the chart or some time period specified.
So when showing a week's worth of tasks, I can a mark a row of a specific day as some color.
Is this possible ? If it is, Could you tell me how or direct me to a file I could implement this in ?
Great library btw. Thank You. It's better than the paid ones. Loving it so far. :)
The text was updated successfully, but these errors were encountered: