stable

Clone or download

Read-only

Merge commit 'refs/changes/70/7170/14' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #9718 Cumulative Flow Chart improvement Change-Id: Ia5e6f8daa5c950f583aa7f17859b1818161c1f4c

Modified Files

Name
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +3 −0 Go to diff View file
A plugins/agiledashboard/www/js/cumulative-chart-factory.js +552 −0 Go to diff View file
A plugins/agiledashboard/www/js/cumulative-chart.js +240 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/bower.json +1 −3 Go to diff View file
M plugins/agiledashboard/www/js/kanban/build.config.js +0 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/reports-modal/_diagram.scss +8 −2 Go to diff View file
D plugins/agiledashboard/www/js/kanban/src/app/reports-modal/d3-factory.js +0 −15 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/reports-modal/diagram-directive.js +46 −635 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/reports-modal/reports-modal.tpl.html +4 −4 Go to diff View file
M src/www/scripts/admin/statistics-chart.js +1 −1 Go to diff View file