stable
Clone or download
Read-only
request #9598: Get rid of nvd3 for cumulative flow diagram To test: Run 'bower install' && 'npm run build'. You should see the cumulative flow chart with params, tooltip and guideline. Change-Id: I24186dea1afb8c445b77c05aa7f60a646c76f591
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/kanban/bower.json | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/build.config.js | +1 | −4 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/po/template.pot | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app.js | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.scss | +1 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/reports-modal/_diagram.scss | +130 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/reports-modal/_reports-modal.scss | +16 | −44 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/reports-modal/diagram-directive.js | +671 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/reports-modal/reports-modal-controller.js | +7 | −115 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/reports-modal/reports-modal-controller.spec.js | +14 | −8 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/reports-modal/reports-modal.tpl.html | +21 | −20 | Go to diff View file |