Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to bound fill between the current dataset and the previous ↵HEADmaster | Timothy Pearson | 2015-12-13 | 1 | -0/+9 |
| | | | | dataset on radar plots | ||||
* | Add option to only render specific datasets with fill color as opposed to ↵ | Timothy Pearson | 2015-12-12 | 1 | -0/+19 |
| | | | | all datasets | ||||
* | - Updated: Moving copyright information to NOTICE files. | Ole Marius Smestad | 2010-08-12 | 9 | -9/+0 |
| | |||||
* | - Fixed: Adjusted source headers of Graph to Apache license. | Tobias Schlitt | 2010-07-30 | 9 | -9/+162 |
| | |||||
* | - s/2009/2010/g | Derick Rethans | 2010-01-08 | 9 | -9/+9 |
| | |||||
* | - Fixed #14538: Performance degration for very high numbers of data points | Kore Nordmann | 2009-05-29 | 1 | -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 Rethans | 2009-02-23 | 9 | -9/+9 |
| | |||||
* | - Documented: Dataset highlightValue property | Kore Nordmann | 2009-02-05 | 1 | -0/+2 |
| | |||||
* | - Decalre mainclass, to be included and highlighted in documentation | Kore Nordmann | 2008-12-02 | 1 | -1/+1 |
| | |||||
* | - Enhanced chart element documentation | Kore Nordmann | 2008-08-27 | 5 | -1/+31 |
| | |||||
* | - Fixed issue #12483: Average dataset does not work with a single value. | Kore Nordmann | 2008-02-05 | 1 | -5/+11 |
| | |||||
* | - Implemented feature #11979: Line width configurable per data set. | Kore Nordmann | 2008-01-21 | 1 | -0/+2 |
| | |||||
* | - Welcome to 2008. | Derick Rethans | 2008-01-02 | 9 | -9/+9 |
| | |||||
* | - Fixed doc blocks | Kore Nordmann | 2007-11-26 | 1 | -1/+1 |
| | | | | | | # Issues found by docanalysis script | ||||
* | - Implemented feature #11247: Custom highlight values in line and bar charts. | Kore Nordmann | 2007-09-05 | 1 | -0/+2 |
| | | | | | | Thanks to Elger Thiele for the basic patch. | ||||
* | - Added dataset properties for axis assignements | Kore Nordmann | 2007-09-04 | 2 | -0/+65 |
| | | | | | | # More progress on the way to multiple axis support | ||||
* | - Link more classes | Kore Nordmann | 2007-08-13 | 4 | -4/+4 |
| | |||||
* | - 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 |
| |