Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Fixed issue #13595: majorStep overridden if min and max are both set | Kore Nordmann | 2008-09-10 | 3 | -1/+49 | |
| | ||||||
* | - Documented create() method in color struct | Kore Nordmann | 2008-08-27 | 1 | -10/+31 | |
| | ||||||
* | - Enhanced axis class level documentation | Kore Nordmann | 2008-08-27 | 4 | -18/+211 | |
| | ||||||
* | - Enhanced chart element documentation | Kore Nordmann | 2008-08-27 | 13 | -13/+293 | |
| | ||||||
* | - More documentation improvements | Kore Nordmann | 2008-08-20 | 15 | -37/+189 | |
| | | | | | | # There is still some way to go... | |||||
* | - Started with better class level documentation. | Kore Nordmann | 2008-08-20 | 2 | -0/+38 | |
| | ||||||
* | - Fixed issue #13361: Provided workaround for ext/GD bug: | Kore Nordmann | 2008-07-18 | 1 | -0/+22 | |
| | | | | | | http://bugs.php.net/45552 | |||||
* | - Fixed issue #13253: Division by zero when trying to render stacked bars. | Kore Nordmann | 2008-07-02 | 1 | -1/+2 | |
| | ||||||
* | - Implemented feature #11981: Provide option for exact axis label renderer to | Kore Nordmann | 2008-06-18 | 1 | -6/+40 | |
| | | | | | | put last value outside of the normal label boundings | |||||
* | - Implemented feature #13102: Axes not extending beyond zero in line charts | Kore Nordmann | 2008-06-18 | 3 | -7/+74 | |
| | ||||||
* | - Implemented feature #13103: Different axes end styles | Kore Nordmann | 2008-06-18 | 5 | -67/+109 | |
| | ||||||
* | - Fixed typo. | Derick Rethans | 2008-06-18 | 1 | -1/+1 | |
| | ||||||
* | - Resolved #12379: Ensure one chart can be rerendered with new datasets) | Kore Nordmann | 2008-05-31 | 3 | -0/+73 | |
| | ||||||
* | - Fixed issue #12581: Wrong axis captions in bar charts with manual min/max | Kore Nordmann | 2008-05-27 | 1 | -0/+18 | |
| | | | | | | values | |||||
* | - Implemented feature #10829: Get resource from driver | Kore Nordmann | 2008-05-03 | 4 | -9/+77 | |
| | ||||||
* | - Speedup glyph lookup by adding a glyph cache per font | Kore Nordmann | 2008-05-03 | 1 | -3/+17 | |
| | ||||||
* | - Implemented feature #10957: Embed glyphs for exact SVG font width estimation | Kore Nordmann | 2008-05-03 | 5 | -14/+332 | |
| | | | | | | | # Lots of binary diffs, because font-family names are now enclosed in ' in SVG # files. | |||||
* | - Fix comments. | Derick Rethans | 2008-03-25 | 1 | -2/+2 | |
| | ||||||
* | - Fixed issue #12483: Average dataset does not work with a single value. | Kore Nordmann | 2008-02-05 | 1 | -5/+11 | |
| | ||||||
* | - Doc typo. | Tobias Schlitt | 2008-02-02 | 1 | -1/+1 | |
| | ||||||
* | - Implemented feature #12382: Enhance line chart to allow invisible lines. | Kore Nordmann | 2008-01-21 | 1 | -0/+8 | |
| | ||||||
* | - Implemented feature #11979: Line width configurable per data set. | Kore Nordmann | 2008-01-21 | 2 | -1/+3 | |
| | ||||||
* | - Fixed issue #12405: Highlightfontsize reduced when padding > 0 in highlight | Kore Nordmann | 2008-01-21 | 1 | -1/+1 | |
| | | | | | | font options | |||||
* | - Fixed issue #12377: Copyright broken in file comment. | Derick Rethans | 2008-01-11 | 11 | -11/+0 | |
| | ||||||
* | - Fixed issue #12326: Per datapoint colors not used with bar charts | Kore Nordmann | 2008-01-07 | 1 | -1/+1 | |
| | ||||||
* | - Fixed issue #11777: Optionally independent axis font configuration | Kore Nordmann | 2008-01-07 | 3 | -1/+20 | |
| | ||||||
* | - Fixed issue #12295: Broken automatic scaling with manually set min value, | Kore Nordmann | 2008-01-07 | 1 | -2/+21 | |
| | | | | | | not divisible by major step | |||||
* | - Fixed issue #12254: Bad property-check for strokeLineJoin in SVG driver | Kore Nordmann | 2008-01-07 | 1 | -2/+2 | |
| | ||||||
* | - Fixed year in autoload file. | Tobias Schlitt | 2008-01-04 | 1 | -1/+1 | |
| | ||||||
* | - Regenerated autoload file. | Tobias Schlitt | 2008-01-04 | 1 | -2/+1 | |
| | ||||||
* | - Fixed NULL -> null. | Tobias Schlitt | 2008-01-03 | 1 | -1/+1 | |
| | ||||||
* | - Welcome to 2008. | Derick Rethans | 2008-01-02 | 110 | -110/+110 | |
| | ||||||
* | - Fixed support for bitmaps in flash driver | Kore Nordmann | 2007-12-18 | 3 | -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 driver | Kore Nordmann | 2007-12-18 | 1 | -9/+23 | |
| | ||||||
* | - Got cairo driver mostly working. | Kore Nordmann | 2007-12-17 | 3 | -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 error | Kore Nordmann | 2007-12-13 | 1 | -2/+6 | |
| | ||||||
* | - Fixed issue #12246: Graph: dataBorder doesn't works in 2d renderer for | Kore Nordmann | 2007-12-13 | 1 | -1/+1 | |
| | | | | | | piecharts | |||||
* | - Test for drivers __set-method | Kore Nordmann | 2007-11-27 | 1 | -0/+2 | |
| | ||||||
* | - It was not possible to cause this exception | Kore Nordmann | 2007-11-27 | 3 | -49/+0 | |
| | ||||||
* | - Test for ezcGraphGdDriverUnsupportedImageTypeException | Kore Nordmann | 2007-11-27 | 1 | -0/+2 | |
| | ||||||
* | - Fixed issue #12064: Gradients are not rendered correctly in Flash driver | Kore Nordmann | 2007-11-26 | 1 | -8/+22 | |
| | ||||||
* | - Fixed rendering of filled circles in flash driver | Kore Nordmann | 2007-11-26 | 1 | -5/+5 | |
| | | | | | | # Also fixed broken comparision image | |||||
* | - WS | Kore Nordmann | 2007-11-26 | 1 | -1/+1 | |
| | ||||||
* | - Fixed doc blocks | Kore Nordmann | 2007-11-26 | 8 | -20/+17 | |
| | | | | | | # Issues found by docanalysis script | |||||
* | - Fixed some first issues in Graph | Kore Nordmann | 2007-11-23 | 2 | -2/+105 | |
| | ||||||
* | - Fixed class doc block | Kore Nordmann | 2007-11-23 | 1 | -3/+3 | |
| | ||||||
* | - Show zero value by default for odometer axis | Kore Nordmann | 2007-11-21 | 1 | -0/+1 | |
| | ||||||
* | - Fixed version docblocks | Kore Nordmann | 2007-11-21 | 3 | -4/+4 | |
| | | | | | | # Thanks to Alexandru for spotting this. | |||||
* | - Fix docblocks. | Sebastian Bergmann | 2007-11-21 | 3 | -3/+3 | |
| | ||||||
* | - Added support for odometer charts | Kore Nordmann | 2007-11-21 | 7 | -32/+486 | |
| | | | | | | # Thanks to Lars Jankowski from Oxid esales for the initial patch. |