Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Updated: Moving copyright information to NOTICE files. | Ole Marius Smestad | 2010-08-12 | 1 | -1/+0 |
| | |||||
* | - Fixed: Adjusted source headers of Graph to Apache license. | Tobias Schlitt | 2010-07-30 | 1 | -1/+18 |
| | |||||
* | - s/2009/2010/g | Derick Rethans | 2010-01-08 | 1 | -1/+1 |
| | |||||
* | - s/2008/2009. | Derick Rethans | 2009-02-23 | 1 | -1/+1 |
| | |||||
* | - Welcome to 2008. | Derick Rethans | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | - Doc fixes. | Tobias Schlitt | 2007-09-12 | 1 | -1/+1 |
| | |||||
* | - Welcome to 2007. | Derick Rethans | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | - CS change (automatic script) | Derick Rethans | 2006-12-14 | 1 | -4/+4 |
| | |||||
* | - Throw ezcBaseValueExceptions instead of typecasting | Kore Nordmann | 2006-11-02 | 1 | -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 Bergmann | 2006-10-05 | 1 | -1/+1 |
| | | | | the output of the TextUI test runner. | ||||
* | - Made palette properties writeable | Kore Nordmann | 2006-09-20 | 1 | -0/+90 |
| | | | | | | - Fixed wrong parameters | ||||
* | Clean up setUp() and tearDown(). | Sebastian Bergmann | 2006-09-14 | 1 | -19/+0 |
| | |||||
* | - Started refactoring of font configuration | Kore Nordmann | 2006-08-18 | 1 | -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 Nordmann | 2006-08-15 | 1 | -12/+12 |
| | |||||
* | - Changed datsets to accept instances of ezcGraphDataSet only | Kore Nordmann | 2006-08-14 | 1 | -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 background | Kore Nordmann | 2006-08-09 | 1 | -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 Nordmann | 2006-08-07 | 1 | -23/+23 |
| | |||||
* | - Renamed Dataset to DataSet | Kore Nordmann | 2006-08-07 | 1 | -10/+10 |
| | |||||
* | - Applied API change for accessing datasets to be able to distinguish easier | Kore Nordmann | 2006-06-27 | 1 | -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 yAxis | Kore Nordmann | 2006-06-14 | 1 | -1/+1 |
| | |||||
* | - Added tests and basic implementation for pie charts | Kore Nordmann | 2006-06-12 | 1 | -1/+1 |
| | |||||
* | - Fixed typo (Thanks sb) | Kore Nordmann | 2006-06-08 | 1 | -1/+1 |
| | |||||
* | - Silented warning caused by autoload in devel mode | Kore Nordmann | 2006-06-08 | 1 | -1/+3 |
| | |||||
* | - Cleaned up tests | Kore Nordmann | 2006-06-07 | 1 | -175/+31 |
| | |||||
* | - Draw background and border for charts | Kore Nordmann | 2006-06-06 | 1 | -4/+4 |
| | | | | | | - Added padding for charts | ||||
* | - Added gridColor option to palettes | Kore Nordmann | 2006-06-06 | 1 | -2/+20 |
| | | | | | | - Differentiate between elements and charts background color | ||||
* | - Added outomatic colorization from pallets | Kore Nordmann | 2006-06-06 | 1 | -8/+150 |
| | |||||
* | - Added test for palettes | Kore Nordmann | 2006-06-06 | 1 | -0/+343 |
- Added basic implementatoin of palettes # Not used for automatic colorization yet |