stable

Clone or download

Read-only

Fix display of cumulative flow chart in kanban

Part of story #10353: display a kanban as a widget On a kanban, if you click on [reports] button, then you should see a d3 chart. Change-Id: Ib9ebde5edd0041bb9c0045b58bb665484f402213

Modified Files

Name
D plugins/agiledashboard/www/js/cumulative-flow-diagram/cumulative-chart-controller.js +0 −537 Go to diff View file
M plugins/agiledashboard/www/js/cumulative-flow-diagram/cumulative-chart-factory.js +517 −14 Go to diff View file
M plugins/agiledashboard/www/js/cumulative-flow-diagram/index.js +1 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package-lock.json +737 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package.json +3 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/reports-modal/diagram-directive.js +5 −8 Go to diff View file
M plugins/agiledashboard/www/js/kanban/webpack.config.js +25 −0 Go to diff View file