summaryrefslogtreecommitdiffstats
path: root/tests/palette_test.php
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
|
* - CS change (automatic script)Derick Rethans2006-12-141-4/+4
|
* - Throw ezcBaseValueExceptions instead of typecastingKore Nordmann2006-11-021-14/+116
| | | | | | | - Do range checks instead of converting numbers using min and max - Extended testcases to test for ezcBaseValueExceptions
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵Sebastian Bergmann2006-10-051-1/+1
| | | | the output of the TextUI test runner.
* - Made palette properties writeableKore Nordmann2006-09-201-0/+90
| | | | | | - Fixed wrong parameters
* Clean up setUp() and tearDown().Sebastian Bergmann2006-09-141-19/+0
|
* - Started refactoring of font configurationKore Nordmann2006-08-181-3/+3
| | | | | | | # - 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-12/+12
|
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-141-10/+10
| | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests
* - Added option to gd driver to set an external image as backgroundKore Nordmann2006-08-091-1/+1
| | | | | | | - Got chart background images working again - Post process images in gd driver to not apply supersampling for images
* - Removed factory methods and replaced them with direct class instantiation.Kore Nordmann2006-08-071-23/+23
|
* - Renamed Dataset to DataSetKore Nordmann2006-08-071-10/+10
|
* - Applied API change for accessing datasets to be able to distinguish easierKore Nordmann2006-06-271-12/+12
| | | | | | | | | | | between chart elements and datasets # Changes the way datasets are accessed for charts # Old: # $chart->dataset = array( ... ); # New: # $chart['dataset'] = array( ... );
* - Renamed X_axis and Y_axis to xAxis and yAxisKore Nordmann2006-06-141-1/+1
|
* - Added tests and basic implementation for pie chartsKore Nordmann2006-06-121-1/+1
|
* - Fixed typo (Thanks sb)Kore Nordmann2006-06-081-1/+1
|
* - Silented warning caused by autoload in devel modeKore Nordmann2006-06-081-1/+3
|
* - Cleaned up testsKore Nordmann2006-06-071-175/+31
|
* - Draw background and border for chartsKore Nordmann2006-06-061-4/+4
| | | | | | - Added padding for charts
* - Added gridColor option to palettesKore Nordmann2006-06-061-2/+20
| | | | | | - Differentiate between elements and charts background color
* - Added outomatic colorization from palletsKore Nordmann2006-06-061-8/+150
|
* - Added test for palettesKore Nordmann2006-06-061-0/+343
- Added basic implementatoin of palettes # Not used for automatic colorization yet
OpenPOWER on IntegriCloud