Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to bound fill between the current dataset and the previous ↵HEADmaster | Timothy Pearson | 2015-12-13 | 4 | -4/+46 |
| | | | | dataset on radar plots | ||||
* | Add option to only render specific datasets with fill color as opposed to ↵ | Timothy Pearson | 2015-12-12 | 3 | -2/+31 |
| | | | | all datasets | ||||
* | Enable stacked rendering for horizontal bar chartshoriz-stacked-render | Timothy Pearson | 2015-12-11 | 3 | -3/+291 |
| | |||||
* | Added full Apache license into LICENSE file | Derick Rethans | 2015-06-03 | 2 | -11/+215 |
| | |||||
* | Renamed and updated license file | Derick Rethans | 2015-06-03 | 1 | -0/+3 |
| | |||||
* | Added spacing according to coding standards | Derick Rethans | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | avoid float precision issue | Remi Collet | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #14 from healsdata/patch-1 | Derick Rethans | 2014-10-31 | 1 | -1/+3 |
|\ | | | | | Revert unnecessary require for the GD extension | ||||
| * | Revert unnecessary require for the GD extension | Jonathan Campbell | 2014-10-30 | 1 | -1/+3 |
|/ | | | | | | GD is only necessary for the GD Driver which is not the default driver. There's not reason to force all users to install the GD extension and so we can simply suggest that they include it if they want to use that driver. | ||||
* | Merge pull request #13 from guillaumelecerf/fix_composer | Derick Rethans | 2014-10-20 | 1 | -0/+1 |
|\ | | | | | Add dependency on PHP gd extension | ||||
| * | Add dependency on PHP gd extension | Guillaume LECERF | 2014-10-20 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #12 from lolautruche/patch-41.5.2 | Derick Rethans | 2014-09-19 | 0 | -0/+0 |
|\ | | | | | Delete composer.lock | ||||
| * | Delete composer.lock | Jérôme Vieilledent | 2014-09-14 | 1 | -144/+0 |
| | | |||||
* | | Merge pull request #11 from lolautruche/patch-3 | Derick Rethans | 2014-09-19 | 1 | -144/+0 |
|\ \ | | | | | | | Delete composer.lock | ||||
| * | | Delete composer.lock | Jérôme Vieilledent | 2014-09-14 | 1 | -144/+0 |
| |/ | |||||
* | | Merge pull request #10 from lolautruche/patch-2 | Derick Rethans | 2014-09-19 | 1 | -0/+23 |
|\ \ | |/ |/| | Update ChangeLog | ||||
| * | Update ChangeLog | Jérôme Vieilledent | 2014-09-14 | 1 | -1/+1 |
| | | |||||
| * | Update ChangeLog | Jérôme Vieilledent | 2014-09-12 | 1 | -0/+23 |
| | | |||||
* | | Merge pull request #9 from lolautruche/patch-1 | Derick Rethans | 2014-09-13 | 1 | -2/+2 |
|\ \ | |/ |/| | Update composer.json | ||||
| * | Update composer.json | Jérôme Vieilledent | 2014-09-12 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #2 from mschirmacher/master | Kore Nordmann | 2013-12-21 | 1 | -26/+32 |
|\ | | | | | Fixed faulty label rendering in case of additional axes | ||||
| * | Patched ezcGraphRenderer3d to render labels correclty in case of additional axes | Malte Schirmacher | 2013-01-23 | 1 | -26/+32 |
| | | | | | | | | | | | | In case there are additional axes ezcGraphRenderer3d renders labels multiple times (once for additional axis) at varying positions. Added a flag to avoid this faulty behavior. | ||||
* | | Added: Travis badge | Kore Nordmann | 2013-12-21 | 1 | -0/+3 |
| | | |||||
* | | Updated unit test component | Kore Nordmann | 2013-12-21 | 1 | -3/+3 |
| | | |||||
* | | Install german locale on travis | Kore Nordmann | 2013-12-21 | 1 | -0/+3 |
| | | |||||
* | | Ignore composer.phar | Kore Nordmann | 2013-12-21 | 1 | -6/+7 |
| | | |||||
* | | Do not run linting and archiving | Kore Nordmann | 2013-12-21 | 1 | -3/+5 |
| | | |||||
* | | Updated ABC | Kore Nordmann | 2013-12-21 | 1 | -0/+0 |
| | | |||||
* | | Also build under PHP 5.5 | Kore Nordmann | 2013-12-21 | 1 | -0/+1 |
| | | |||||
* | | Updated composer dependencies | Kore Nordmann | 2013-12-21 | 1 | -9/+80 |
| | | |||||
* | | Updated to changes in PHPUnit Mock API | Kore Nordmann | 2013-12-21 | 2 | -32/+48 |
| | | |||||
* | | Ensure correct locale in all tests | Kore Nordmann | 2013-12-21 | 37 | -80/+140 |
| | | |||||
* | | Revert "Use non-local dependent formatting options everywhere" | Kore Nordmann | 2013-12-21 | 8 | -11/+11 |
| | | | | | | | | This reverts commit 5273fe7e6d19a4bdad3d987540171ff3a55fe053. | ||||
* | | Enforce locale in tests generating SVG with numeric axis | Kore Nordmann | 2013-12-21 | 6 | -2/+12 |
| | | |||||
* | | Updated locale dependent test result | Kore Nordmann | 2013-12-21 | 1 | -1/+1 |
| | | |||||
* | | Updated locale dependent test result | Kore Nordmann | 2013-12-21 | 1 | -1/+1 |
| | | |||||
* | | Fixed parameter order in comparison | Kore Nordmann | 2013-12-21 | 1 | -2/+2 |
| | | |||||
* | | Use non-local dependent formatting options everywhere | Kore Nordmann | 2013-12-21 | 8 | -11/+11 |
| | | |||||
* | | Updated locale dependent test result | Kore Nordmann | 2013-12-21 | 1 | -2/+2 |
| | | |||||
* | | Do not run static source analysis | Kore Nordmann | 2013-12-21 | 1 | -1/+5 |
| | | |||||
* | | Updated locale dependent test result | Kore Nordmann | 2013-12-21 | 1 | -1/+1 |
| | | |||||
* | | Also make verbose driver non local aware | Kore Nordmann | 2013-12-21 | 1 | -7/+7 |
| | | |||||
* | | Use non-local-aware number printing everywhere | Kore Nordmann | 2013-12-21 | 4 | -6/+6 |
|/ | |||||
* | Disabled phpmd because of bug in PHPMD | Kore Nordmann | 2012-11-23 | 1 | -0/+3 |
| | |||||
* | Ignore CS and CPD failures for now | Kore Nordmann | 2012-11-23 | 1 | -0/+4 |
| | |||||
* | Execute ant as build script on travis | Kore Nordmann | 2012-11-21 | 1 | -0/+1 |
| | |||||
* | Removed now uncessary before script | Kore Nordmann | 2012-11-21 | 1 | -4/+0 |
| | |||||
* | Testdir must be empty, for ABC to execute the tests | Kore Nordmann | 2012-11-21 | 1 | -1/+1 |
| | |||||
* | Disbabled compile step | Kore Nordmann | 2012-11-21 | 1 | -0/+4 |
| | | | | It just takes ages… | ||||
* | Fix composer.json | Benjamin Eberlei | 2012-11-21 | 1 | -2/+2 |
| |