Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also make verbose driver non local aware | Kore Nordmann | 2013-12-21 | 1 | -7/+7 |
| | |||||
* | Use non-local-aware number printing everywhere | Kore Nordmann | 2013-12-21 | 4 | -6/+6 |
| | |||||
* | - Fixed #95 (typo in docblock), thanks Yousif Masoud | James Pic | 2011-12-13 | 1 | -1/+1 |
| | |||||
* | - Updated: Moving copyright information to NOTICE files. | Ole Marius Smestad | 2010-08-12 | 117 | -117/+0 |
| | |||||
* | - Fixed: Adjusted source headers of Graph to Apache license. | Tobias Schlitt | 2010-07-30 | 117 | -117/+2106 |
| | |||||
* | - s/2009/2010/g | Derick Rethans | 2010-01-08 | 117 | -117/+117 |
| | |||||
* | - Documented highlight offset properties | Kore Nordmann | 2009-11-24 | 1 | -0/+6 |
| | |||||
* | - Link gleam instead of base symbol to make it easier clickable | Kore Nordmann | 2009-11-09 | 1 | -3/+3 |
| | |||||
* | - Fixed #15537: Graph shows to small and truncated rotated axis labels. | Kore Nordmann | 2009-09-29 | 1 | -2/+8 |
| | |||||
* | - Fixed #15578: formatString not working with numeric axis | Kore Nordmann | 2009-09-28 | 1 | -0/+4 |
| | |||||
* | - Implemented: #15095: Special rotated label renderer for bar charts. | Kore Nordmann | 2009-07-21 | 2 | -0/+147 |
| | |||||
* | - Refactored rotated axis label renderer for better extensibility | Kore Nordmann | 2009-07-21 | 1 | -197/+254 |
| | | | | | | # Groundwork for #15095 | ||||
* | - Implemented: #15133: Better configurable axis spaces. | Kore Nordmann | 2009-07-21 | 3 | -65/+71 |
| | | | | | | | # Large number of tests added. Had to go through all sensible combinations of # axis and axis spaces to ensure it works correctly. | ||||
* | - Implemented: #15135: Add support for pecl/cairo's object-oriented API | Kore Nordmann | 2009-07-14 | 2 | -0/+1007 |
| | | | | | | # Thanks to Michael Maclean for the implementation | ||||
* | - Implemented: #13341: Vertical Bar Charts | Kore Nordmann | 2009-07-14 | 5 | -39/+569 |
| | |||||
* | - Implemented: #14294: Add option for axis label rotation | Kore Nordmann | 2009-07-04 | 2 | -4/+31 |
| | |||||
* | - Enhanced comment in font options usage example | Kore Nordmann | 2009-06-03 | 1 | -0/+4 |
| | |||||
* | - Fixed typo | Kore Nordmann | 2009-05-29 | 1 | -1/+1 |
| | | | | | | # Thanks sb | ||||
* | - Fixed #14538: Performance degration for very high numbers of data points | Kore Nordmann | 2009-05-29 | 2 | -13/+26 |
| | | | | | | | | # 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. | ||||
* | - Fixed #14857: Highlight text misplaced in charts with multiple bar data | Kore Nordmann | 2009-05-28 | 4 | -24/+90 |
| | | | | | | sets. | ||||
* | - Fixed another potential flaoting point inaccuracy problem | Kore Nordmann | 2009-04-28 | 1 | -1/+4 |
| | |||||
* | - spelling fix in javadoc | gg:ez.no | 2009-04-23 | 1 | -2/+2 |
| | |||||
* | - Fixed #14655: A full circle sector is not drawn at all in GD driver. | Kore Nordmann | 2009-03-25 | 1 | -0/+5 |
| | |||||
* | - Fixed #14651: Handle floor() floating point inaccuracies in numneric axis | Kore Nordmann | 2009-03-25 | 1 | -1/+4 |
| | | | | | | step evaluation | ||||
* | - Implemented feature #14400: Add shortcut to set background color | Kore Nordmann | 2009-02-25 | 1 | -0/+3 |
| | |||||
* | - s/2008/2009. | Derick Rethans | 2009-02-23 | 112 | -112/+112 |
| | |||||
* | - Documented: Dataset highlightValue property | Kore Nordmann | 2009-02-05 | 1 | -0/+2 |
| | |||||
* | - Tested multiple axis, when used with different axis space settings. | Kore Nordmann | 2009-02-04 | 1 | -1/+1 |
| | | | | | | - Finally fixes issue #13631: Rendering issues, when axisSpace set to 0 | ||||
* | - Fixed rotated axis label renderer to work with non default axis space and | Kore Nordmann | 2009-02-04 | 1 | -11/+7 |
| | | | | | | zero axis space on orthogonal axis. | ||||
* | - Refactored axis space handling in a BC compatible way. Fixes division by zero | Kore Nordmann | 2009-02-03 | 8 | -194/+401 |
| | | | | | | | | | errors with axis space equals 0. Partly resolves #013631. - Added more tests for axis label renderers # Several SVGs changed because of slight reordering of SVG elements which # causes no visual differences. | ||||
* | - Implamented feature #14146: Add new data symbols - square and box | Kore Nordmann | 2009-01-20 | 2 | -0/+21 |
| | |||||
* | - Implemented feature #13634: Make Offset of ezcGraphAxisRotatedLabelRenderer | Kore Nordmann | 2009-01-20 | 1 | -5/+23 |
| | | | | | | optional | ||||
* | - Implemented feature #11980: Provide an initial array with labels for labeled | Kore Nordmann | 2009-01-20 | 1 | -0/+15 |
| | | | | | | axis | ||||
* | - Implemented feature #12897: Add the possibility to have a subtitle for | Kore Nordmann | 2009-01-15 | 1 | -2/+7 |
| | | | | | | Graphs. | ||||
* | - Resolved task #14219: Refactor grid drawing to be less susceptible to | Kore Nordmann | 2009-01-07 | 1 | -5/+78 |
| | | | | | | | | | floating point inaccuracies # Handle orthogonal axis as a special case, which fixes this for the far most # common case. # Also fixes slight grid irregularities which occurred sometimes. | ||||
* | - Fixed: Fallback string width calculation in svg font handler | Kore Nordmann | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | - Reverted accidential committed restriction on allowed axis space values. | Kore Nordmann | 2008-12-15 | 1 | -2/+2 |
| | |||||
* | - Implemented feature #014010: Possibility to set x/y offsets for | Kore Nordmann | 2008-12-04 | 6 | -9/+32 |
| | | | | | | highlightValue (Patch by Markus Lervik) | ||||
* | - Decalre mainclass, to be included and highlighted in documentation | Kore Nordmann | 2008-12-02 | 1 | -1/+1 |
| | |||||
* | - Fixed typo in API docs | Kore Nordmann | 2008-11-24 | 3 | -3/+3 |
| | |||||
* | - Removed unnecessary realpath() calls, which do not work with paths using | Kore Nordmann | 2008-11-23 | 2 | -2/+1 |
| | | | | | | stream wrappers. | ||||
* | - Documented setDriver | Kore Nordmann | 2008-11-18 | 1 | -1/+10 |
| | |||||
* | - Better documentation for getElementReferences() | Kore Nordmann | 2008-11-18 | 1 | -1/+39 |
| | |||||
* | - 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 |