summaryrefslogtreecommitdiffstats
path: root/tests/pie_test.php
Commit message (Expand)AuthorAgeFilesLines
* - Implemented feature #11325: Allow values of 0 to be added to pie charts, toKore Nordmann2007-09-051-4/+20
* - Fixed bug #11180: Color Palette: $dataSetColor in ezcGraphPalette startsKore Nordmann2007-08-071-12/+12
* - PHPUnit 3.1 MigrationSebastian Bergmann2007-07-021-1/+1
* - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0Kore Nordmann2007-05-241-0/+48
* - Added test for rendering pie chart to outputKore Nordmann2007-05-101-0/+18
* - Fixed issue #10599: Pie chart label formattig callback only accepts callbackKore Nordmann2007-04-121-2/+8
* - Use create_function instead of custom function creation to be able to rerun Kore Nordmann2007-02-081-5/+5
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
* - Moced compare methods to ezcGraphTestCaseKore Nordmann2006-12-151-28/+3
* - CS change (automatic script)Derick Rethans2006-12-141-5/+5
* - Fixed: Bug #9764 (3D Pie chart segment side polygon in front of circular arc)Kore Nordmann2006-12-081-0/+1
* - Fixed: Bug #9545 (pie chart tresh hold does not work if agregated data stay...Kore Nordmann2006-11-301-0/+55
* - Fixed: Bug #9656 (Threshold option spelled wrong)Kore Nordmann2006-11-301-20/+20
* - Fixed pie charts in 3d driver with only one 100% data pointKore Nordmann2006-11-061-0/+31
* - Throw ezcBaseValueExceptions instead of typecastingKore Nordmann2006-11-021-0/+33
* - Implemented #009304: Possibility to format labels via callbackKore Nordmann2006-11-021-0/+118
* - Added more tests and fixed some minor setter and getter bugsKore Nordmann2006-10-271-0/+18
* - Added some more tests for read and write accesss on propertiesKore Nordmann2006-10-261-0/+90
* - Added tresh hold for pie chartsKore Nordmann2006-10-261-0/+49
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize the...Sebastian Bergmann2006-10-051-1/+1
* - Added background and border to font configurationKore Nordmann2006-09-191-2/+2
* - Use faster SVG driver for all pie chart testsKore Nordmann2006-09-181-30/+35
* - Made pie chart size configurableKore Nordmann2006-09-181-1/+25
* Clean up setUp() and tearDown().Sebastian Bergmann2006-09-141-13/+2
* - Added image map supportKore Nordmann2006-09-121-1/+6
* - Skip tests if extension or extension feature is not availableKore Nordmann2006-09-111-0/+12
* - 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-2/+2
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-151-9/+9
* Update UnitTest component and unit tests to work with PHPUnit >= 3.0.0alpha12...Sebastian Bergmann2006-08-141-1/+1
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-141-7/+25
* - Removed factory methods and replaced them with direct class instantiation.Kore Nordmann2006-08-071-4/+4
* - Fixed pie chart labelingKore Nordmann2006-08-071-2/+44
* - Added basic 3d rendererKore Nordmann2006-08-021-1/+1
* - Fixed pie chart labelingKore Nordmann2006-07-131-5/+5
* - Fixed boundings calculation for axis and dataKore Nordmann2006-07-111-6/+6
* - Refactored ezcGraphRendererKore Nordmann2006-07-111-339/+26
* - Applied API change for accessing datasets to be able to distinguish easierKore Nordmann2006-06-271-11/+11
* - Added option to remove symbol lines from pie chartsKore Nordmann2006-06-201-21/+124
* - Disable rendering of selected chart elementsKore Nordmann2006-06-141-0/+31
* - Finished pie data rendering testKore Nordmann2006-06-121-7/+39
* - Move pie chart elements out of the middle on highlightKore Nordmann2006-06-121-1/+32
* - Added tests and basic implementation for pie chartsKore Nordmann2006-06-121-7/+199
* - 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-12/+5
* - Refactored rendering methodsKore Nordmann2006-05-191-1/+1
* - Added tests and implementation for legend generationKore Nordmann2006-05-171-0/+94
OpenPOWER on IntegriCloud