stable
Clone or download
Read-only
This is part of request #11326 - Refactor graphs' layout builder How to test: - Go to the overview page of a release planning having: - A burndown chart - A burnup chart - A velocity chart --> The 3 charts should be displayed well, without any error. --> Burnup and burndown x-axes labels should be displayed properly according to the granularity of the release duration. Change-Id: If4351f2f67ab65fc25e915906210eb7b1c792069
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/burnup-chart/src/burnup-chart-drawer.js | +21 | −19 | Go to diff View file |
M | plugins/tracker/www/scripts/burndown-chart/src/burndown-chart-drawer.js | +21 | −18 | Go to diff View file |
M | src/www/scripts/charts-builders/chart-layout-builder.js | +8 | −97 | Go to diff View file |
M | src/www/scripts/charts-builders/gettext-provider.js | +1 | −1 | Go to diff View file |
A | src/www/scripts/charts-builders/time-scale-labels-formatter.js | +140 | −0 | Go to diff View file |