summaryrefslogtreecommitdiffstats
path: root/tests/renderer_3d_test.php
Commit message (Expand)AuthorAgeFilesLines
* Updated to changes in PHPUnit Mock APIKore Nordmann2013-12-211-21/+35
* Ensure correct locale in all testsKore Nordmann2013-12-211-4/+4
* Revert "Use non-local dependent formatting options everywhere"Kore Nordmann2013-12-211-1/+1
* Enforce locale in tests generating SVG with numeric axisKore Nordmann2013-12-211-0/+2
* Use non-local dependent formatting options everywhereKore Nordmann2013-12-211-1/+1
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-121-1/+0
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-301-1/+18
* - s/2009/2010/gDerick Rethans2010-01-081-1/+1
* - s/2008/2009.Derick Rethans2009-02-231-1/+1
* - Implemented feature #13102: Axes not extending beyond zero in line chartsKore Nordmann2008-06-181-0/+24
* - Implemented feature #13103: Different axes end stylesKore Nordmann2008-06-181-0/+44
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
* - Doc fixes.Tobias Schlitt2007-09-121-1/+1
* - Fixed issue #10848: Missing pie segment labels in pie charts with 3d Kore Nordmann2007-05-251-0/+17
* - Fixed testRenderBarChartWithMoreBarsThenMajorSteps for 3D rendererKore Nordmann2007-04-121-0/+3
* - Implemented @TODO: Throw exception when axis with unregular steps is used Kore Nordmann2007-04-101-3/+24
* - Fixed issue #10536: Bar side polygones are drawn at the wrong side.Kore Nordmann2007-04-101-2/+2
* - Added automatic detection of optimal rotation when using the axis rotated Kore Nordmann2007-04-101-0/+22
* - Added visual tests for depth in 3d rendererKore Nordmann2007-03-051-0/+96
* - Move existing background tests to own test caseKore Nordmann2007-01-241-55/+0
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
* - Make renderToOutput() method available to chartKore Nordmann2007-01-041-0/+21
* - Moced compare methods to ezcGraphTestCaseKore Nordmann2006-12-151-28/+3
* - CS change (automatic script)Derick Rethans2006-12-141-13/+13
* - Throw ezcBaseValueExceptions instead of typecastingKore Nordmann2006-11-021-2/+123
* - Added some more tests for read and write accesss on propertiesKore Nordmann2006-10-261-1/+227
* - Moved complete pie chart testcase to ming driver, because calling ming in Kore Nordmann2006-10-191-36/+1
* - Added gradient support to ming driverKore Nordmann2006-10-191-0/+35
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize the...Sebastian Bergmann2006-10-051-1/+1
* - Made pie chart symbol color independent from font colorKore Nordmann2006-10-041-0/+27
* - Added gleam to 2d pie chartsKore Nordmann2006-10-041-0/+1
* - Fixed 360 degree shadow for pie charts in 3d rendererKore Nordmann2006-10-041-0/+34
* - Added two small test for palettes ez and ezBlueKore Nordmann2006-09-201-0/+66
* - Added background and border to font configurationKore Nordmann2006-09-191-0/+32
* Clean up setUp() and tearDown().Sebastian Bergmann2006-09-141-14/+5
* - Skip tests if extension or extension feature is not availableKore Nordmann2006-09-111-0/+6
* - Fixed bug caused by different axis space for axisKore Nordmann2006-09-111-0/+24
* - Added axis labelsKore Nordmann2006-09-071-0/+50
* - Use assertImageSimilar for png image comparision in renderer 3d testKore Nordmann2006-09-071-3/+5
* - Pimped symbols and bar chartsKore Nordmann2006-09-061-0/+40
* - Pimped pie chartsKore Nordmann2006-08-251-0/+71
* - Mark these tests as skipped when testing with PHP 5.1.3 because PHPUnitDerick Rethans2006-08-221-0/+4
* - Started refactoring of font configurationKore Nordmann2006-08-181-23/+0
* - Created generic renderer options classKore Nordmann2006-08-161-140/+150
* - Added ezcGraphBarChart which inherits from ezcGraphLineChart and changes the Kore Nordmann2006-08-151-19/+3
* - Use symbol as bottom shape for bars in 3d rendererKore Nordmann2006-08-151-0/+72
* - Added implementation for bar charts to 3d rendererKore Nordmann2006-08-151-1/+31
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-151-36/+36
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-141-56/+56
* - Added option to gd driver to set an external image as backgroundKore Nordmann2006-08-091-0/+302
OpenPOWER on IntegriCloud