stable

Clone or download

Read-only

Extract generic charts builders to core

This is part of request #11031 - Migrate burndown in D3 JS How to test: - Build Tuleap (make post-checkout || npm run build) --> Burnup chart is displayed and works as expected Change-Id: Ied8b4f5d48c291ea6f8a406943f25afaef4c6bd8

Modified Files

Name
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +8 −2 Go to diff View file
M plugins/agiledashboard/www/js/burnup-chart/po/fr.po +0 −16 Go to diff View file
M plugins/agiledashboard/www/js/burnup-chart/po/template.pot +0 −16 Go to diff View file
M plugins/agiledashboard/www/js/burnup-chart/src/burnup-chart-drawer.js +3 −3 Go to diff View file
M plugins/agiledashboard/www/js/burnup-chart/src/burnup-chart.js +9 −3 Go to diff View file
M plugins/agiledashboard/www/js/package.json +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/webpack.config.js +18 −2 Go to diff View file
A src/www/scripts/charts-builders/build-manifest.json +8 −0 Go to diff View file
R plugins/agiledashboard/www/js/burnup-chart/src/chart-dates-service.js Go to diff View file
R plugins/agiledashboard/www/js/burnup-chart/src/chart-layout-builder.js Go to diff View file
R plugins/agiledashboard/www/js/burnup-chart/src/chart-layout-service.js Go to diff View file
R plugins/agiledashboard/www/js/burnup-chart/src/chart-tooltip-factory.js Go to diff View file
A src/www/scripts/charts-builders/gettext-provider.js +27 −0 Go to diff View file
A src/www/scripts/charts-builders/po/fr.po +30 −0 Go to diff View file
A src/www/scripts/charts-builders/po/template.pot +15 −0 Go to diff View file