summaryrefslogtreecommitdiffstats
path: root/tests/pie_test.php
Commit message (Collapse)AuthorAgeFilesLines
* Ensure correct locale in all testsKore Nordmann2013-12-211-2/+4
|
* Revert "Use non-local dependent formatting options everywhere"Kore Nordmann2013-12-211-1/+1
| | | | This reverts commit 5273fe7e6d19a4bdad3d987540171ff3a55fe053.
* 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
|
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
|
* - Doc fixes.Tobias Schlitt2007-09-121-1/+1
|
* - Implemented feature #11325: Allow values of 0 to be added to pie charts, toKore Nordmann2007-09-051-4/+20
| | | | | | be included in the legend and not rendered in the actual pie.
* - Fixed bug #11180: Color Palette: $dataSetColor in ezcGraphPalette startsKore Nordmann2007-08-071-12/+12
| | | | | | | | with index 1 and not zero in pie charts # All images of pie charts required an update of course. # Same for test cases explicitely checking the color values.
* - PHPUnit 3.1 MigrationSebastian Bergmann2007-07-021-1/+1
| | | | | | | | | | | - Migrate PHPUnit_Framework_Assert::getAttribute() to PHPUnit_Framework_Assert::readAttribute(). - Use PHPUnit_Framework_TestCase::setLocale(). - Populate code coverage whitelist from autoload arrays. - Remove ezcTestRunner::addFileToFilter(). # PHPUnit 3.1 is now required.
* - 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
| | | | | | functions but neither static nor non static methods.
* - Use create_function instead of custom function creation to be able to rerun Kore Nordmann2007-02-081-5/+5
| | | | | | the tests
* - 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
| | | | | | | # Optical difference only the buggy image: # ezcGraphPieChartTest_testRender3dPieChartWithOneDataPoint.svg
* - Fixed: Bug #9545 (pie chart tresh hold does not work if agregated data ↵Kore Nordmann2006-11-301-0/+55
| | | | stays below tresh hold)
* - 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
| | | | | | | - Do range checks instead of converting numbers using min and max - Extended testcases to test for ezcBaseValueExceptions
* - 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
| | | | | | - Added test for custom sum in pie charts
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵Sebastian Bergmann2006-10-051-1/+1
| | | | the output of the TextUI test runner.
* - Added background and border to font configurationKore Nordmann2006-09-191-2/+2
| | | | | | - Show value for highlighted datapoints in bar and line charts
* - 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
| | | | | | # This changes all generated SVGs because each genereted element has an ID now
* - 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
| | | | | | requires PHp 5.1.3 or higher for those tests to work.
* - Started refactoring of font configurationKore Nordmann2006-08-181-2/+2
| | | | | | | # - The next iteration will enable you to use the different font rendering # methods from ext/GD
* - 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 >= ↵Sebastian Bergmann2006-08-141-1/+1
| | | | 3.0.0alpha12. This is also the required version of PHPUnit now.
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-141-7/+25
| | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests
* - 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
| | | | | | | - Fixed post processing for line chart symbols - Fixed polygon sorting order in 3d pie charts
* - Added basic 3d rendererKore Nordmann2006-08-021-1/+1
| | | | | | | # Several unresolved rendering issues - Fixed filled line charts in 2d renderer
* - Fixed pie chart labelingKore Nordmann2006-07-131-5/+5
| | | | | | - Fixed some test cases
* - Fixed boundings calculation for axis and dataKore Nordmann2006-07-111-6/+6
|
* - Refactored ezcGraphRendererKore Nordmann2006-07-111-339/+26
| | | | | | # Most test run again, but complete result is still errnous
* - Applied API change for accessing datasets to be able to distinguish easierKore Nordmann2006-06-271-11/+11
| | | | | | | | | | | between chart elements and datasets # Changes the way datasets are accessed for charts # Old: # $chart->dataset = array( ... ); # New: # $chart['dataset'] = array( ... );
* - Added option to remove symbol lines from pie chartsKore Nordmann2006-06-201-21/+124
| | | | | | - Decrease size of pie charts for images with too less width
* - Disable rendering of selected chart elementsKore Nordmann2006-06-141-0/+31
|
* - Finished pie data rendering testKore Nordmann2006-06-121-7/+39
| | | | | | # Will not work before PHPUnit-alpha11
OpenPOWER on IntegriCloud