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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I would like to change the color of the milestones in a gantt chart.
The code I have is as follows:
%%{
init: {
'theme': 'base',
'themeVariables': {
'primaryColor': '#fde116',
'primaryTextColor': '#f',
'primaryBorderColor': '#fde116',
'lineColor': '#F8B229',
'secondaryColor': '#f89c84',
'secondaryBorderColor': '#f89c84',
'tertiaryColor': '#fff'
}
}
}%%
gantt
dateFormat YYYY-MM
axisFormat Q%q-%y
%title PIXLS
My task: inactive, 2023-11, 2024-02
My Milestone : milestone, done, 2024-01, 1d
Beta Was this translation helpful? Give feedback.
All reactions