summaryrefslogtreecommitdiffstats
path: root/tests/line_test.php
Commit message (Expand)AuthorAgeFilesLines
* - Implemented feature #11247: Custom highlight values in line and bar charts.Kore Nordmann2007-09-051-2/+59
* - PHPUnit 3.1 MigrationSebastian Bergmann2007-07-021-1/+1
* - Added test for no data with line chartKore Nordmann2007-05-101-0/+19
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
* - CS change (automatic script)Derick Rethans2006-12-141-9/+9
* - Throw ezcBaseValueExceptions instead of typecastingKore Nordmann2006-11-021-0/+73
* - Added more tests and fixed some minor setter and getter bugsKore Nordmann2006-10-271-3/+73
* - Added some more tests for read and write accesss on propertiesKore Nordmann2006-10-261-0/+122
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize the...Sebastian Bergmann2006-10-051-1/+1
* Clean up setUp() and tearDown().Sebastian Bergmann2006-09-141-13/+2
* - Added image map supportKore Nordmann2006-09-121-0/+20
* - Skip tests if extension or extension feature is not availableKore Nordmann2006-09-111-1/+1
* - Mark these tests as skipped when testing with PHP 5.1.3 because PHPUnitDerick Rethans2006-08-221-0/+4
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-151-22/+22
* 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-6/+169
* - Removed factory methods and replaced them with direct class instantiation.Kore Nordmann2006-08-071-6/+6
* - Added basic 3d rendererKore Nordmann2006-08-021-3/+25
* - Fixed boundings for line chart dataKore Nordmann2006-07-241-11/+11
* - Fixed boundings calculation for axis and dataKore Nordmann2006-07-111-11/+11
* - Refactored ezcGraphRendererKore Nordmann2006-07-111-252/+98
* - Applied API change for accessing datasets to be able to distinguish easierKore Nordmann2006-06-271-15/+14
* - Added option for maximum size for arrow headsKore Nordmann2006-06-191-1/+1
* - Fixed division by zero with zero values and filled linesKore Nordmann2006-06-191-0/+31
* - Add possibility to use filled line chartsKore Nordmann2006-06-141-1/+79
* - Missed to revert local changes in testKore Nordmann2006-06-141-2/+1
* - Made line thickness for line charts adjustableKore Nordmann2006-06-141-5/+60
* - Disable rendering of selected chart elementsKore Nordmann2006-06-141-0/+28
* - Added tests and basic implementation for pie chartsKore Nordmann2006-06-121-2/+2
* - Improved supersamplingKore Nordmann2006-06-091-1/+1
* - Fixed line endings in files (Fixes bug #8457: Blank line at the end ofDerick Rethans2006-06-081-2/+0
* - Added grids to line charts (tests & implementation)Kore Nordmann2006-06-081-1/+1
* - Cleaned up testsKore Nordmann2006-06-071-169/+135
* - Added additional parameter 'spacing' for legendsKore Nordmann2006-06-061-0/+1
* - Added outomatic colorization from palletsKore Nordmann2006-06-061-7/+4
* - Added tests and implementation for text elements eg. chart titleKore Nordmann2006-06-021-0/+42
* - Fixed issue with custom fonts for single elementsKore Nordmann2006-06-021-18/+0
* - Added additional option labelPadding to axis to get labels out of the axis.Kore Nordmann2006-06-021-1/+1
* - Moved font configuration to elementsKore Nordmann2006-06-021-1/+1
* - Fixed bug in determining null position for numeric axisKore Nordmann2006-06-021-3/+3
* - Added tests for line chart renderingKore Nordmann2006-06-021-10/+135
* - Added tests for axis labelsKore Nordmann2006-06-021-7/+29
* - Added tests for custom padding and symbol sizes for legendKore Nordmann2006-05-241-318/+0
* - Implemented tests for line chart legend renderingKore Nordmann2006-05-231-17/+322
* - Refactored rendering methodsKore Nordmann2006-05-191-1/+23
* - Added tests and implementation for legend generationKore Nordmann2006-05-171-0/+104
OpenPOWER on IntegriCloud