stable

Clone or download

Read-only

Visual grouping by month for week time scale

When user changes the scale of the chart to Week, then the alternate background should be based on weeks' month so that it offers a visual grouping easier to understand. No change for Month/Quarter scales. Part of story #19734: have a Roadmap widget on dashboard Change-Id: I92e62976c3726cfe7efbf6646822e71cfb948ded

Modified Files

Name
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/BackgroundGrid.vue +1 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/TimePeriod/TimePeriodUnits.vue +1 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/time-period-month.test.ts +8 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/time-period-month.ts +4 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/time-period-quarter.test.ts +8 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/time-period-quarter.ts +4 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/time-period-week.test.ts +16 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/time-period-week.ts +4 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/type.ts +1 −0 Go to diff View file
M plugins/roadmap/themes/_grid.scss +10 −0 Go to diff View file