stable

Clone or download

Read-only

Merge commit 'refs/changes/27/22927/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #21754 Grouped bar chart have inconsistent legend when data has None values Change-Id: I014af8339ffeff1b1ef2916a00331e0acad78990

Modified Files

Name
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_BarDataBuilder.class.php +170 −56 Go to diff View file
A plugins/graphontrackersv5/include/graphic-library/BarChartDataBuilder.php +133 −0 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine.class.php +9 −0 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Bar.class.php +7 −37 Go to diff View file
A plugins/graphontrackersv5/tests/Tuleap/GraphOnTrackersV5/DataTransformation/GraphOnTrackersV5ChartBarDataBuilderTest.php +279 −0 Go to diff View file
A plugins/graphontrackersv5/tests/Tuleap/GraphOnTrackersV5/GraphicLibrary/BarChartDataBuilderTest.php +118 −0 Go to diff View file