stable
Clone or download
Read-only
The ideal burnup line will be displayed in a future contribution This is part of story #10670: a BurnUp chart based on Done stories Change-Id: I934428294bb5fad479e0eff539ea21a74b9ea164
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/build-manifest.json | +10 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php | +26 | −35 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupFieldPresenter.php | +66 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +3 | −2 | Go to diff View file |
D | plugins/agiledashboard/templates/formelement/burnup-cache-generation-modal.mustache | +0 | −21 | Go to diff View file |
A | plugins/agiledashboard/templates/formelement/burnup-field.mustache | +27 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/burnup-chart/burnup-chart.scss | +77 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/burnup-chart/po/fr.po | +50 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/burnup-chart/po/template.pot | +36 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/burnup-chart/src/burnup-chart-drawer.js | +233 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/burnup-chart/src/burnup-chart-scales-factory.js | +60 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/burnup-chart/src/burnup-chart.js | +58 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/burnup-chart/src/chart-data-service.js | +37 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/burnup-chart/src/chart-dates-service.js | +74 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/burnup-chart/src/chart-layout-builder.js | +259 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/burnup-chart/src/chart-layout-service.js | +68 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/burnup-chart/src/chart-tooltip-factory.js | +138 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/burnup-chart/src/gettext-provider.js | +27 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/package-lock.json | +4281 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/package.json | +32 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/webpack.config.js | +60 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/themes/FlamingParrot/css/burnup-chart.scss | +24 | −0 | Go to diff View file |