stable
Clone or download
Read-only
Merge commit 'refs/changes/83/12383/14' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #12274 Migrate cumulative flow chart to d3 Change-Id: I7449a14b991a43e0aa908a2f7cff31238105a421
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/graphontrackersv5/include/GraphOnTrackersV5_Renderer.class.php | +8 | −6 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/ChartDataBuilderV5.class.php | +0 | −14 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_CumulativeFlow_DataBuilder.class.php | +102 | −70 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_CumulativeFlow.class.php | +77 | −91 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphontrackersv5Plugin.class.php | +2 | −0 | Go to diff View file |
M | plugins/graphontrackersv5/phpunit/CumulativeFlowChartTest.php | +61 | −78 | Go to diff View file |
M | plugins/graphontrackersv5/site-content/en_US/graphontrackersv5.tab | +10 | −11 | Go to diff View file |
A | plugins/graphontrackersv5/site-content/fr_FR/LC_MESSAGES/tuleap-graphontrackersv5.po | +27 | −0 | Go to diff View file |
M | plugins/graphontrackersv5/site-content/fr_FR/graphontrackersv5.tab | +6 | −7 | Go to diff View file |
A | plugins/graphontrackersv5/site-content/tuleap-graphontrackersv5.pot | +14 | −0 | Go to diff View file |
M | plugins/graphontrackersv5/www/scripts/package-lock.json | +77 | −0 | Go to diff View file |
M | plugins/graphontrackersv5/www/scripts/package.json | +5 | −1 | Go to diff View file |
A | plugins/graphontrackersv5/www/scripts/src/graph-cumulative-flow.js | +283 | −0 | Go to diff View file |
M | plugins/graphontrackersv5/www/scripts/src/graphs.js | +3 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/www/themes/default/css/style.scss | +33 | −0 | Go to diff View file |
D | src/common/Color/TlpColorMapper.php | +0 | −62 | Go to diff View file |