summaryrefslogtreecommitdiffstats
path: root/src/datasets
Commit message (Collapse)AuthorAgeFilesLines
* - More documentation fixesKore Nordmann2007-06-123-3/+2
|
* - Fixed version tag in docblocksKore Nordmann2007-06-128-0/+8
|
* - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0Kore Nordmann2007-05-241-0/+6
|
* - Removed PdoDataset from Graph componentsKore Nordmann2007-05-031-138/+0
| | | | | | | # Preparation for issue #10697: Move ezcGraphPdoDataSet to a # ezcGraphDatabaseTieIn
* - Fixed issue #10584: API Doc for ezcGraphPdoDataSet::createFromPdo() is wrongKore Nordmann2007-04-121-4/+31
|
* - Added feature #9511: Added helper functions to create image maps an link SVGKore Nordmann2007-03-081-0/+4
| | | | | | images in ezcGraphTools
* - Use properties array for dataset propertiesKore Nordmann2007-03-051-50/+30
| | | | | | - Documented dataset properties
* - Implemented #9405 (PDO data set)Kore Nordmann2007-02-151-0/+111
|
* - Welcome to 2007.Derick Rethans2007-01-118-8/+8
|
* - Thanks for Johannes Schlueter poiting me to thisKore Nordmann2007-01-041-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|IteratorKore Nordmann2007-01-031-2/+2
|
* - Fixed issue #9916: ArrayDataSet can handle Iterator was not documentedKore Nordmann2007-01-031-4/+11
| | | | | | - Added and test additional typecheck
* - Implemented feature #9402: (Numeric datasets)Kore Nordmann2006-12-202-5/+288
|
* - Fixed: Bug #9795 (Interferring bars, when bars count is higher then major Kore Nordmann2006-12-133-1/+21
| | | | | | step count)
* - Marked important classesKore Nordmann2006-12-072-0/+2
|
* - Fixed: #9583 (Data typecasting should only be done in axis)Kore Nordmann2006-11-241-1/+1
|
* - Throw ezcBaseValueExceptions instead of typecastingKore Nordmann2006-11-021-1/+13
| | | | | | | - Do range checks instead of converting numbers using min and max - Extended testcases to test for ezcBaseValueExceptions
* - Added missing tests for axisKore Nordmann2006-10-271-4/+1
|
* - Fixed CS issues.Derick Rethans2006-09-251-1/+2
|
* - Ensure proper polygon initializationKore Nordmann2006-09-241-0/+3
|
* - Added tests for dataset average resolutionKore Nordmann2006-09-211-1/+1
|
* - Added and improved documentationKore Nordmann2006-09-203-3/+54
|
* - Fixed endless loop on string keys for datasets with average datasetKore Nordmann2006-09-181-0/+5
| | | | | | | - Added average dataset tests to test suite - Updated testfile because of SVG driver modifications
* - Added test for constructor parameterKore Nordmann2006-09-071-1/+1
| | | | | | - Fixed documentation
* - Made maximum polynom order for average polynoms constructor parameterKore Nordmann2006-09-061-3/+4
|
* - Got average datasets workingKore Nordmann2006-09-062-39/+270
|
* - Moved properties to properties arrayKore Nordmann2006-08-182-5/+24
| | | | | | - Fixed bug: Legend title was rendered, even when empty
* - Fixed matrices to use parameter order <row>, <column>Kore Nordmann2006-08-171-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 onlyKore Nordmann2006-08-143-20/+55
| | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests
* - Renamed Dataset to DataSetKore Nordmann2006-08-076-20/+20
|
* - Added possibility to highlight datasets and dataset elementsKore Nordmann2006-06-122-0/+76
|
* - Added outomatic colorization from palletsKore Nordmann2006-06-061-0/+7
|
* - Implemented automatic label setting from datasets for labeled_axisKore Nordmann2006-05-161-1/+44
|
* - Fixed version tagKore Nordmann2006-05-155-5/+5
|
* - Fixed coding standard issuesKore Nordmann2006-05-151-4/+6
|
* - Added tests to retrieve and set single data in datasetsKore Nordmann2006-05-104-8/+194
| | | | | | - Implemented datasets as far as tested
* - Added basic tests for dataset creationKore Nordmann2006-05-102-3/+3
|
* - Added class stubs for ezcGraphKore Nordmann2006-05-082-0/+62
OpenPOWER on IntegriCloud