summaryrefslogtreecommitdiffstats
path: root/src/datasets
Commit message (Collapse)AuthorAgeFilesLines
* Add option to bound fill between the current dataset and the previous ↵HEADmasterTimothy Pearson2015-12-131-0/+9
| | | | dataset on radar plots
* Add option to only render specific datasets with fill color as opposed to ↵Timothy Pearson2015-12-121-0/+19
| | | | all datasets
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-129-9/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-309-9/+162
|
* - s/2009/2010/gDerick Rethans2010-01-089-9/+9
|
* - Fixed #14538: Performance degration for very high numbers of data pointsKore Nordmann2009-05-291-9/+14
| | | | | | | | # Test cases with 1000 data points show improvements of about 65% and with 2000 # data points around 85%. # Reduced the number of calls to array functions by better indexing or caching.
* - s/2008/2009.Derick Rethans2009-02-239-9/+9
|
* - Documented: Dataset highlightValue propertyKore Nordmann2009-02-051-0/+2
|
* - Decalre mainclass, to be included and highlighted in documentationKore Nordmann2008-12-021-1/+1
|
* - Enhanced chart element documentationKore Nordmann2008-08-275-1/+31
|
* - Fixed issue #12483: Average dataset does not work with a single value.Kore Nordmann2008-02-051-5/+11
|
* - Implemented feature #11979: Line width configurable per data set.Kore Nordmann2008-01-211-0/+2
|
* - Welcome to 2008.Derick Rethans2008-01-029-9/+9
|
* - Fixed doc blocksKore Nordmann2007-11-261-1/+1
| | | | | | # Issues found by docanalysis script
* - Implemented feature #11247: Custom highlight values in line and bar charts.Kore Nordmann2007-09-051-0/+2
| | | | | | Thanks to Elger Thiele for the basic patch.
* - Added dataset properties for axis assignementsKore Nordmann2007-09-042-0/+65
| | | | | | # More progress on the way to multiple axis support
* - Link more classesKore Nordmann2007-08-134-4/+4
|
* - 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
|
OpenPOWER on IntegriCloud