stable
Clone or download
Read-only
Part of request #14877: Fix project milestones widget UI * Fix extra margins outside burndown and burnup * Curved are smoothed * Fix colors * Pie chart slices are separated Change-Id: I87edc6652d933470786b252d2ab393d5caae52ab
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/scripts/burnup-chart/src/burnup-chart-drawer.js | +3 | −1 | Go to diff View file |
M | plugins/projectmilestones/package-lock.json | +28 | −0 | Go to diff View file |
M | plugins/projectmilestones/package.json | +2 | −0 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burndown_chart_builder/burndown-chart-drawer.ts | +8 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burnup_chart_builder/__snapshots__/burnup-chart-drawer.test.ts.snap | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burnup_chart_builder/burnup-chart-drawer.ts | +9 | −2 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burndown/Burndown.vue | +3 | −3 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burnup/Burnup.vue | +3 | −3 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/ChartDisplayer.vue | +2 | −2 | Go to diff View file |
M | plugins/projectmilestones/themes/BurningParrot/_release-chart.scss | +38 | −17 | Go to diff View file |
M | plugins/projectmilestones/themes/BurningParrot/_release-toggle.scss | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/burndown-chart/src/burndown-chart-drawer.js | +3 | −1 | Go to diff View file |
M | plugins/tracker/themes/default/css/includes/_burndown-chart.scss | +1 | −1 | Go to diff View file |
M | src/package-lock.json | +19 | −6 | Go to diff View file |
M | src/package.json | +2 | −1 | Go to diff View file |
M | src/scripts/charts-builders/chart-lines-service.d.ts | +3 | −1 | Go to diff View file |
M | src/scripts/charts-builders/chart-lines-service.js | +2 | −1 | Go to diff View file |
M | src/scripts/charts-builders/po/fr.po | +3 | −3 | Go to diff View file |
M | src/scripts/charts-builders/time-scale-labels-formatter.js | +1 | −1 | Go to diff View file |