summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add option to bound fill between the current dataset and the previous ↵HEADmasterTimothy Pearson2015-12-134-4/+46
| | | | dataset on radar plots
* Add option to only render specific datasets with fill color as opposed to ↵Timothy Pearson2015-12-123-2/+31
| | | | all datasets
* Enable stacked rendering for horizontal bar chartshoriz-stacked-renderTimothy Pearson2015-12-113-3/+291
|
* Added full Apache license into LICENSE fileDerick Rethans2015-06-032-11/+215
|
* Renamed and updated license fileDerick Rethans2015-06-031-0/+3
|
* Added spacing according to coding standardsDerick Rethans2015-06-031-1/+1
|
* avoid float precision issueRemi Collet2015-06-031-1/+1
|
* Merge pull request #14 from healsdata/patch-1Derick Rethans2014-10-311-1/+3
|\ | | | | Revert unnecessary require for the GD extension
| * Revert unnecessary require for the GD extensionJonathan Campbell2014-10-301-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_composerDerick Rethans2014-10-201-0/+1
|\ | | | | Add dependency on PHP gd extension
| * Add dependency on PHP gd extensionGuillaume LECERF2014-10-201-0/+1
|/
* Merge pull request #12 from lolautruche/patch-41.5.2Derick Rethans2014-09-190-0/+0
|\ | | | | Delete composer.lock
| * Delete composer.lockJérôme Vieilledent2014-09-141-144/+0
| |
* | Merge pull request #11 from lolautruche/patch-3Derick Rethans2014-09-191-144/+0
|\ \ | | | | | | Delete composer.lock
| * | Delete composer.lockJérôme Vieilledent2014-09-141-144/+0
| |/
* | Merge pull request #10 from lolautruche/patch-2Derick Rethans2014-09-191-0/+23
|\ \ | |/ |/| Update ChangeLog
| * Update ChangeLogJérôme Vieilledent2014-09-141-1/+1
| |
| * Update ChangeLogJérôme Vieilledent2014-09-121-0/+23
| |
* | Merge pull request #9 from lolautruche/patch-1Derick Rethans2014-09-131-2/+2
|\ \ | |/ |/| Update composer.json
| * Update composer.jsonJérôme Vieilledent2014-09-121-2/+2
|/
* Merge pull request #2 from mschirmacher/masterKore Nordmann2013-12-211-26/+32
|\ | | | | Fixed faulty label rendering in case of additional axes
| * Patched ezcGraphRenderer3d to render labels correclty in case of additional axesMalte Schirmacher2013-01-231-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 badgeKore Nordmann2013-12-211-0/+3
| |
* | Updated unit test componentKore Nordmann2013-12-211-3/+3
| |
* | Install german locale on travisKore Nordmann2013-12-211-0/+3
| |
* | Ignore composer.pharKore Nordmann2013-12-211-6/+7
| |
* | Do not run linting and archivingKore Nordmann2013-12-211-3/+5
| |
* | Updated ABCKore Nordmann2013-12-211-0/+0
| |
* | Also build under PHP 5.5Kore Nordmann2013-12-211-0/+1
| |
* | Updated composer dependenciesKore Nordmann2013-12-211-9/+80
| |
* | Updated to changes in PHPUnit Mock APIKore Nordmann2013-12-212-32/+48
| |
* | Ensure correct locale in all testsKore Nordmann2013-12-2137-80/+140
| |
* | Revert "Use non-local dependent formatting options everywhere"Kore Nordmann2013-12-218-11/+11
| | | | | | | | This reverts commit 5273fe7e6d19a4bdad3d987540171ff3a55fe053.
* | Enforce locale in tests generating SVG with numeric axisKore Nordmann2013-12-216-2/+12
| |
* | Updated locale dependent test resultKore Nordmann2013-12-211-1/+1
| |
* | Updated locale dependent test resultKore Nordmann2013-12-211-1/+1
| |
* | Fixed parameter order in comparisonKore Nordmann2013-12-211-2/+2
| |
* | Use non-local dependent formatting options everywhereKore Nordmann2013-12-218-11/+11
| |
* | Updated locale dependent test resultKore Nordmann2013-12-211-2/+2
| |
* | Do not run static source analysisKore Nordmann2013-12-211-1/+5
| |
* | Updated locale dependent test resultKore Nordmann2013-12-211-1/+1
| |
* | Also make verbose driver non local awareKore Nordmann2013-12-211-7/+7
| |
* | Use non-local-aware number printing everywhereKore Nordmann2013-12-214-6/+6
|/
* Disabled phpmd because of bug in PHPMDKore Nordmann2012-11-231-0/+3
|
* Ignore CS and CPD failures for nowKore Nordmann2012-11-231-0/+4
|
* Execute ant as build script on travisKore Nordmann2012-11-211-0/+1
|
* Removed now uncessary before scriptKore Nordmann2012-11-211-4/+0
|
* Testdir must be empty, for ABC to execute the testsKore Nordmann2012-11-211-1/+1
|
* Disbabled compile stepKore Nordmann2012-11-211-0/+4
| | | | It just takes ages…
* Fix composer.jsonBenjamin Eberlei2012-11-211-2/+2
|
OpenPOWER on IntegriCloud