Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - More documentation fixes | Kore Nordmann | 2007-06-12 | 3 | -3/+2 |
| | |||||
* | - Fixed version tag in docblocks | Kore Nordmann | 2007-06-12 | 8 | -0/+8 |
| | |||||
* | - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0 | Kore Nordmann | 2007-05-24 | 1 | -0/+6 |
| | |||||
* | - Removed PdoDataset from Graph components | Kore Nordmann | 2007-05-03 | 1 | -138/+0 |
| | | | | | | | # Preparation for issue #10697: Move ezcGraphPdoDataSet to a # ezcGraphDatabaseTieIn | ||||
* | - Fixed issue #10584: API Doc for ezcGraphPdoDataSet::createFromPdo() is wrong | Kore Nordmann | 2007-04-12 | 1 | -4/+31 |
| | |||||
* | - Added feature #9511: Added helper functions to create image maps an link SVG | Kore Nordmann | 2007-03-08 | 1 | -0/+4 |
| | | | | | | images in ezcGraphTools | ||||
* | - Use properties array for dataset properties | Kore Nordmann | 2007-03-05 | 1 | -50/+30 |
| | | | | | | - Documented dataset properties | ||||
* | - Implemented #9405 (PDO data set) | Kore Nordmann | 2007-02-15 | 1 | -0/+111 |
| | |||||
* | - Welcome to 2007. | Derick Rethans | 2007-01-11 | 8 | -8/+8 |
| | |||||
* | - 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 | ||||
* | - Implemented feature #9402: (Numeric datasets) | Kore Nordmann | 2006-12-20 | 2 | -5/+288 |
| | |||||
* | - Fixed: Bug #9795 (Interferring bars, when bars count is higher then major | Kore Nordmann | 2006-12-13 | 3 | -1/+21 |
| | | | | | | step count) | ||||
* | - Marked important classes | Kore Nordmann | 2006-12-07 | 2 | -0/+2 |
| | |||||
* | - Fixed: #9583 (Data typecasting should only be done in axis) | Kore Nordmann | 2006-11-24 | 1 | -1/+1 |
| | |||||
* | - Throw ezcBaseValueExceptions instead of typecasting | Kore Nordmann | 2006-11-02 | 1 | -1/+13 |
| | | | | | | | - Do range checks instead of converting numbers using min and max - Extended testcases to test for ezcBaseValueExceptions | ||||
* | - Added missing tests for axis | Kore Nordmann | 2006-10-27 | 1 | -4/+1 |
| | |||||
* | - Fixed CS issues. | Derick Rethans | 2006-09-25 | 1 | -1/+2 |
| | |||||
* | - Ensure proper polygon initialization | Kore Nordmann | 2006-09-24 | 1 | -0/+3 |
| | |||||
* | - Added tests for dataset average resolution | Kore Nordmann | 2006-09-21 | 1 | -1/+1 |
| | |||||
* | - Added and improved documentation | Kore Nordmann | 2006-09-20 | 3 | -3/+54 |
| | |||||
* | - Fixed endless loop on string keys for datasets with average dataset | Kore Nordmann | 2006-09-18 | 1 | -0/+5 |
| | | | | | | | - Added average dataset tests to test suite - Updated testfile because of SVG driver modifications | ||||
* | - Added test for constructor parameter | Kore Nordmann | 2006-09-07 | 1 | -1/+1 |
| | | | | | | - Fixed documentation | ||||
* | - Made maximum polynom order for average polynoms constructor parameter | Kore Nordmann | 2006-09-06 | 1 | -3/+4 |
| | |||||
* | - Got average datasets working | Kore Nordmann | 2006-09-06 | 2 | -39/+270 |
| | |||||
* | - Moved properties to properties array | Kore Nordmann | 2006-08-18 | 2 | -5/+24 |
| | | | | | | - Fixed bug: Legend title was rendered, even when empty | ||||
* | - Fixed matrices to use parameter order <row>, <column> | Kore Nordmann | 2006-08-17 | 1 | -1/+78 |
| | | | | | | | | | - Added dataset which builds polygon of defined order for set of points # Using least squares algorithm - Added method to solve a subset of nonlinear equatations to matrix class # Using Gauss-Newton algorithm | ||||
* | - Changed datsets to accept instances of ezcGraphDataSet only | Kore Nordmann | 2006-08-14 | 3 | -20/+55 |
| | | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests | ||||
* | - Renamed Dataset to DataSet | Kore Nordmann | 2006-08-07 | 6 | -20/+20 |
| | |||||
* | - Added possibility to highlight datasets and dataset elements | Kore Nordmann | 2006-06-12 | 2 | -0/+76 |
| | |||||
* | - Added outomatic colorization from pallets | Kore Nordmann | 2006-06-06 | 1 | -0/+7 |
| | |||||
* | - Implemented automatic label setting from datasets for labeled_axis | Kore Nordmann | 2006-05-16 | 1 | -1/+44 |
| | |||||
* | - Fixed version tag | Kore Nordmann | 2006-05-15 | 5 | -5/+5 |
| | |||||
* | - Fixed coding standard issues | Kore Nordmann | 2006-05-15 | 1 | -4/+6 |
| | |||||
* | - Added tests to retrieve and set single data in datasets | Kore Nordmann | 2006-05-10 | 4 | -8/+194 |
| | | | | | | - Implemented datasets as far as tested | ||||
* | - Added basic tests for dataset creation | Kore Nordmann | 2006-05-10 | 2 | -3/+3 |
| | |||||
* | - Added class stubs for ezcGraph | Kore Nordmann | 2006-05-08 | 2 | -0/+62 |