summaryrefslogtreecommitdiffstats
path: root/tests/renderer_2d_test.php
Commit message (Expand)AuthorAgeFilesLines
* - Use value of correct type.Kore Nordmann2007-08-131-1/+1
* - Fixed bug #11107: Floating point inaccuracies caused missing grid in lineKore Nordmann2007-08-011-0/+20
* - Fixed order of points in arrow head polygonsKore Nordmann2007-04-261-2/+2
* - First working version of radar chartsKore Nordmann2007-04-261-0/+113
* - Fixed issue #10056: Fixed drawing order for boxes with background and borderKore Nordmann2007-01-241-12/+12
* - Move existing background tests to own test caseKore Nordmann2007-01-241-52/+0
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
* - Make renderToOutput() method available to chartKore Nordmann2007-01-041-0/+20
* - Moced compare methods to ezcGraphTestCaseKore Nordmann2006-12-151-28/+3
* - CS change (automatic script)Derick Rethans2006-12-141-25/+25
* - Fixed: Bug #9795 (Interferring bars, when bars count is higher then major Kore Nordmann2006-12-131-0/+21
* - Fixed: Bug #9655 (pieChartOffset and highlight do not work together in 2d Kore Nordmann2006-11-301-0/+26
* - Throw ezcBaseValueExceptions instead of typecastingKore Nordmann2006-11-021-3/+244
* - Added more tests and fixed some minor setter and getter bugsKore Nordmann2006-10-271-0/+95
* - Added some more tests for read and write accesss on propertiesKore Nordmann2006-10-261-1/+411
* - Fixed sorting order of 2d bar chart elements.Kore Nordmann2006-10-231-4/+4
* 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/+26
* - Added gleam to 2d pie chartsKore Nordmann2006-10-041-0/+28
* - Added two small test for palettes ez and ezBlueKore Nordmann2006-09-201-2/+2
* - Enhanced pie chart labeling algorithmKore Nordmann2006-09-191-22/+22
* - Added background and border to font configurationKore Nordmann2006-09-191-0/+30
* - Fixed tests casesKore Nordmann2006-09-141-8/+10
* Clean up setUp() and tearDown().Sebastian Bergmann2006-09-141-14/+4
* - Added shadow for pie charts in 2d rendererKore Nordmann2006-09-121-0/+25
* - Added image map supportKore Nordmann2006-09-121-5/+15
* - Fixed bug caused by different axis space for axisKore Nordmann2006-09-111-0/+23
* - Removed generation of files in non temp dirsKore Nordmann2006-09-071-4/+4
* - Added axis label rendering to 2d rendererKore Nordmann2006-09-071-0/+48
* - 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-9/+0
* - Moved properties to properties arrayKore Nordmann2006-08-181-0/+25
* - Created generic renderer options classKore Nordmann2006-08-161-49/+90
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-151-75/+51
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-141-30/+126
* - Added option to gd driver to set an external image as backgroundKore Nordmann2006-08-091-0/+58
* - Removed factory methods and replaced them with direct class instantiation.Kore Nordmann2006-08-071-15/+15
* - Renamed Dataset to DataSetKore Nordmann2006-08-071-4/+4
* - Fixed pie chart labelingKore Nordmann2006-08-071-1/+1
* - Added basic 3d rendererKore Nordmann2006-08-021-22/+134
* - Fixed pie chart labelingKore Nordmann2006-07-131-2/+2
* - Fixed boundings calculation for axis and dataKore Nordmann2006-07-111-24/+24
* - Refactored ezcGraphRendererKore Nordmann2006-07-111-127/+1230
* - Added tests and implementation for ezcGraphRenderer2D::drawBackgroundImageKore Nordmann2006-06-121-0/+20
* - Added tests and basic implementation for pie chartsKore Nordmann2006-06-121-3/+28
* - Added tests and implementation for pie segments and rects to the 2d rendererKore Nordmann2006-06-121-0/+98
* - Fixed line endings in files (Fixes bug #8457: Blank line at the end ofDerick Rethans2006-06-081-1/+0
* - Cleaned up testsKore Nordmann2006-06-071-19/+12
* - Added basic 2d renderer testKore Nordmann2006-05-291-0/+225
OpenPOWER on IntegriCloud