summaryrefslogtreecommitdiffstats
path: root/tests/line_test.php
Commit message (Expand)AuthorAgeFilesLines
* Ensure correct locale in all testsKore Nordmann2013-12-211-2/+4
* - 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
* - Implemented feature #014010: Possibility to set x/y offsets forKore Nordmann2008-12-041-0/+28
* - Fixed issue #13253: Division by zero when trying to render stacked bars.Kore Nordmann2008-07-021-0/+31
* - Implemented feature #12382: Enhance line chart to allow invisible lines.Kore Nordmann2008-01-211-0/+25
* - Implemented feature #11979: Line width configurable per data set.Kore Nordmann2008-01-211-0/+32
* - Fixed issue #12405: Highlightfontsize reduced when padding > 0 in highlightKore Nordmann2008-01-211-0/+30
* - Fixed issue #12326: Per datapoint colors not used with bar chartsKore Nordmann2008-01-071-0/+26
* - Fixed issue #11777: Optionally independent axis font configurationKore Nordmann2008-01-071-0/+49
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
* - Fixed issue #11511: Line thickness wan't used for renderingKore Nordmann2007-10-231-0/+47
* - Changed default value of line thicknessKore Nordmann2007-10-231-1/+1
* - Doc fixes.Tobias Schlitt2007-09-121-1/+1
* - Implemented feature #10978: Add support for stacked bar chartsKore Nordmann2007-09-061-0/+172
* - 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
OpenPOWER on IntegriCloud