summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* - Fixed issue #13595: majorStep overridden if min and max are both setKore Nordmann2008-09-103-1/+49
|
* - Documented create() method in color structKore Nordmann2008-08-271-10/+31
|
* - Enhanced axis class level documentationKore Nordmann2008-08-274-18/+211
|
* - Enhanced chart element documentationKore Nordmann2008-08-2713-13/+293
|
* - More documentation improvementsKore Nordmann2008-08-2015-37/+189
| | | | | | # There is still some way to go...
* - Started with better class level documentation.Kore Nordmann2008-08-202-0/+38
|
* - Fixed issue #13361: Provided workaround for ext/GD bug:Kore Nordmann2008-07-181-0/+22
| | | | | | http://bugs.php.net/45552
* - Fixed issue #13253: Division by zero when trying to render stacked bars.Kore Nordmann2008-07-021-1/+2
|
* - Implemented feature #11981: Provide option for exact axis label renderer toKore Nordmann2008-06-181-6/+40
| | | | | | put last value outside of the normal label boundings
* - Implemented feature #13102: Axes not extending beyond zero in line chartsKore Nordmann2008-06-183-7/+74
|
* - Implemented feature #13103: Different axes end stylesKore Nordmann2008-06-185-67/+109
|
* - Fixed typo.Derick Rethans2008-06-181-1/+1
|
* - Resolved #12379: Ensure one chart can be rerendered with new datasets)Kore Nordmann2008-05-313-0/+73
|
* - Fixed issue #12581: Wrong axis captions in bar charts with manual min/maxKore Nordmann2008-05-271-0/+18
| | | | | | values
* - Implemented feature #10829: Get resource from driverKore Nordmann2008-05-034-9/+77
|
* - Speedup glyph lookup by adding a glyph cache per fontKore Nordmann2008-05-031-3/+17
|
* - Implemented feature #10957: Embed glyphs for exact SVG font width estimationKore Nordmann2008-05-035-14/+332
| | | | | | | # Lots of binary diffs, because font-family names are now enclosed in ' in SVG # files.
* - Fix comments.Derick Rethans2008-03-251-2/+2
|
* - Fixed issue #12483: Average dataset does not work with a single value.Kore Nordmann2008-02-051-5/+11
|
* - Doc typo.Tobias Schlitt2008-02-021-1/+1
|
* - Implemented feature #12382: Enhance line chart to allow invisible lines.Kore Nordmann2008-01-211-0/+8
|
* - Implemented feature #11979: Line width configurable per data set.Kore Nordmann2008-01-212-1/+3
|
* - Fixed issue #12405: Highlightfontsize reduced when padding > 0 in highlightKore Nordmann2008-01-211-1/+1
| | | | | | font options
* - Fixed issue #12377: Copyright broken in file comment.Derick Rethans2008-01-1111-11/+0
|
* - Fixed issue #12326: Per datapoint colors not used with bar chartsKore Nordmann2008-01-071-1/+1
|
* - Fixed issue #11777: Optionally independent axis font configurationKore Nordmann2008-01-073-1/+20
|
* - Fixed issue #12295: Broken automatic scaling with manually set min value,Kore Nordmann2008-01-071-2/+21
| | | | | | not divisible by major step
* - Fixed issue #12254: Bad property-check for strokeLineJoin in SVG driverKore Nordmann2008-01-071-2/+2
|
* - Fixed year in autoload file.Tobias Schlitt2008-01-041-1/+1
|
* - Regenerated autoload file.Tobias Schlitt2008-01-041-2/+1
|
* - Fixed NULL -> null.Tobias Schlitt2008-01-031-1/+1
|
* - Welcome to 2008.Derick Rethans2008-01-02110-110/+110
|
* - Fixed support for bitmaps in flash driverKore Nordmann2007-12-183-48/+24
| | | | | | | | | # - Removed exception, because scaling bimaps is possible, and we do not # need to throw an exception in this case. # - Fixed test cases, because PNGs are supported, even the documentation # says otherwise
* - Completed cairo driverKore Nordmann2007-12-181-9/+23
|
* - Got cairo driver mostly working.Kore Nordmann2007-12-173-0/+1072
| | | | | | | # Only full support for rotated texts is still missing # Execute the added tutorial example to see the current result.
* - Fixed issue #12238: Graph doc errorKore Nordmann2007-12-131-2/+6
|
* - Fixed issue #12246: Graph: dataBorder doesn't works in 2d renderer forKore Nordmann2007-12-131-1/+1
| | | | | | piecharts
* - Test for drivers __set-methodKore Nordmann2007-11-271-0/+2
|
* - It was not possible to cause this exceptionKore Nordmann2007-11-273-49/+0
|
* - Test for ezcGraphGdDriverUnsupportedImageTypeExceptionKore Nordmann2007-11-271-0/+2
|
* - Fixed issue #12064: Gradients are not rendered correctly in Flash driverKore Nordmann2007-11-261-8/+22
|
* - Fixed rendering of filled circles in flash driverKore Nordmann2007-11-261-5/+5
| | | | | | # Also fixed broken comparision image
* - WSKore Nordmann2007-11-261-1/+1
|
* - Fixed doc blocksKore Nordmann2007-11-268-20/+17
| | | | | | # Issues found by docanalysis script
* - Fixed some first issues in GraphKore Nordmann2007-11-232-2/+105
|
* - Fixed class doc blockKore Nordmann2007-11-231-3/+3
|
* - Show zero value by default for odometer axisKore Nordmann2007-11-211-0/+1
|
* - Fixed version docblocksKore Nordmann2007-11-213-4/+4
| | | | | | # Thanks to Alexandru for spotting this.
* - Fix docblocks.Sebastian Bergmann2007-11-213-3/+3
|
* - Added support for odometer chartsKore Nordmann2007-11-217-32/+486
| | | | | | # Thanks to Lars Jankowski from Oxid esales for the initial patch.
OpenPOWER on IntegriCloud