stable

Clone or download

Read-only

request #9718 Cumulative Flow Chart improvement

To test: When you display the graph then: - you should see a grid - the tooltip which exceed the graph is hidden - more the screen is small less there is information displayed Change-Id: I5fef69d4a6c0c65a905166fadc84d70584cb13ae

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