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 |
| | |||||
* | - More documentation fixes | Kore Nordmann | 2007-06-12 | 1 | -1/+1 |
| | |||||
* | - Fixed version tag in docblocks | Kore Nordmann | 2007-06-12 | 1 | -0/+1 |
| | |||||
* | - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0 | Kore Nordmann | 2007-05-24 | 1 | -0/+6 |
| | |||||
* | - Welcome to 2007. | Derick Rethans | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | - Thanks for Johannes Schlueter poiting me to this | Kore Nordmann | 2007-01-04 | 1 | -1/+1 |
| | | | | | | | | # Traverseable is the generic interface for Iterator, IteratorAggregate and # some more internal classes which can be used with foreach # http://www.php.net/~helly/php/ext/spl/interfaceTraversable.html | ||||
* | - Restrict phpdoc typehint to array|Iterator | Kore Nordmann | 2007-01-03 | 1 | -2/+2 |
| | |||||
* | - Fixed issue #9916: ArrayDataSet can handle Iterator was not documented | Kore Nordmann | 2007-01-03 | 1 | -4/+11 |
| | | | | | | - Added and test additional typecheck | ||||
* | - Fixed: Bug #9795 (Interferring bars, when bars count is higher then major | Kore Nordmann | 2006-12-13 | 1 | -0/+10 |
| | | | | | | step count) | ||||
* | - Marked important classes | Kore Nordmann | 2006-12-07 | 1 | -0/+1 |
| | |||||
* | - Fixed: #9583 (Data typecasting should only be done in axis) | Kore Nordmann | 2006-11-24 | 1 | -1/+1 |
| | |||||
* | - Added missing tests for axis | Kore Nordmann | 2006-10-27 | 1 | -4/+1 |
| | |||||
* | - Added and improved documentation | Kore Nordmann | 2006-09-20 | 1 | -2/+2 |
| | |||||
* | - Moved properties to properties array | Kore Nordmann | 2006-08-18 | 1 | -0/+7 |
| | | | | | | - Fixed bug: Legend title was rendered, even when empty | ||||
* | - Changed datsets to accept instances of ezcGraphDataSet only | Kore Nordmann | 2006-08-14 | 1 | -0/+42 |
- Added bar charts - Globally increase acceptable difference noise for created images in tests |