stable
Clone or download
Read-only
this is part of request #11031 - Migrate burndown in D3 JS Now burndown returns two values: - "points" used by jpGraph - "point_with_date" used by D3 Burnup "points" should be aligned with D3 and should be renamed in "points_with_date" How to test: - launch npm run build - access to a burnup, graph should be displayed without error Change-Id: I0559410c7296eb7b1e38614780f27ba1c84760bb
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Artifact/BurnupRepresentation.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/rest/ArtifactsTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/burnup-chart/src/burnup-chart-drawer.js | +5 | −5 | Go to diff View file |
M | src/www/scripts/charts-builders/chart-dates-service.js | +2 | −2 | Go to diff View file |