summaryrefslogtreecommitdiffstats
path: root/tests/renderer_2d_test.php
Commit message (Expand)AuthorAgeFilesLines
* - 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