Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - 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 | 3 | -13/+27 | |
| | | | | | | | | # 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 | 9 | -25/+160 | |
| | | | | | | sets. | |||||
* | - Added test for UTF-8 umlauts in SVG driver | Kore Nordmann | 2009-05-28 | 2 | -0/+32 | |
| | ||||||
* | - Fixed ChangeLogs. | Derick Rethans | 2009-05-11 | 1 | -0/+1 | |
| | ||||||
* | - Cleaned up code of flash comparision method | Kore Nordmann | 2009-04-28 | 1 | -18/+28 | |
| | ||||||
* | - 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 | |
| | ||||||
* | - Released Graph version 1.4.21.4.2 | Derick Rethans | 2009-03-30 | 1 | -1/+1 | |
| | ||||||
* | - Fixed ChangeLog | Derick Rethans | 2009-03-30 | 1 | -1/+1 | |
| | ||||||
* | - Clean up temp dirs after test | Kore Nordmann | 2009-03-26 | 1 | -1/+1 | |
| | ||||||
* | - Fixed #14655: A full circle sector is not drawn at all in GD driver. | Kore Nordmann | 2009-03-25 | 4 | -2/+36 | |
| | ||||||
* | - Fixed #14651: Handle floor() floating point inaccuracies in numneric axis | Kore Nordmann | 2009-03-25 | 3 | -1/+40 | |
| | | | | | | step evaluation | |||||
* | - Implemented feature #14400: Add shortcut to set background color | Kore Nordmann | 2009-02-25 | 5 | -2/+60 | |
| | ||||||
* | - s/2008/2009. | Derick Rethans | 2009-02-23 | 158 | -158/+158 | |
| | ||||||
* | - Released Graph version 1.4.11.4.1 | Derick Rethans | 2009-02-09 | 1 | -1/+1 | |
| | ||||||
* | - Updated ChangeLogs | Derick Rethans | 2009-02-09 | 1 | -2/+2 | |
| | ||||||
* | - Documented: Dataset highlightValue property | Kore Nordmann | 2009-02-05 | 1 | -0/+2 | |
| | ||||||
* | - Tested: Setting background property in line chart | Kore Nordmann | 2009-02-04 | 1 | -0/+11 | |
| | ||||||
* | - Tested multiple axis, when used with different axis space settings. | Kore Nordmann | 2009-02-04 | 7 | -3/+77 | |
| | | | | | | - 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 | 5 | -18/+76 | |
| | | | | | | zero axis space on orthogonal axis. | |||||
* | - Leftover from last commit | Kore Nordmann | 2009-02-04 | 1 | -0/+498 | |
| | ||||||
* | - Refactored axis space handling in a BC compatible way. Fixes division by zero | Kore Nordmann | 2009-02-03 | 81 | -281/+1167 | |
| | | | | | | | | | 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 | 5 | -0/+90 | |
| | ||||||
* | - Implemented feature #13634: Make Offset of ezcGraphAxisRotatedLabelRenderer | Kore Nordmann | 2009-01-20 | 3 | -5/+98 | |
| | | | | | | optional | |||||
* | - Implemented feature #11980: Provide an initial array with labels for labeled | Kore Nordmann | 2009-01-20 | 3 | -0/+83 | |
| | | | | | | axis | |||||
* | - Implemented feature #12897: Add the possibility to have a subtitle for | Kore Nordmann | 2009-01-15 | 3 | -2/+107 | |
| | | | | | | Graphs. | |||||
* | - Resolved task #14219: Refactor grid drawing to be less susceptible to | Kore Nordmann | 2009-01-07 | 53 | -56/+136 | |
| | | | | | | | | | 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. | |||||
* | - Released Graph version 1.41.4 | Derick Rethans | 2009-01-05 | 1 | -1/+1 | |
| | ||||||
* | - Updated ChangeLogs and DEPS files. | Derick Rethans | 2009-01-05 | 1 | -0/+6 | |
| | ||||||
* | - Fixed: Fallback string width calculation in svg font handler | Kore Nordmann | 2009-01-02 | 1 | -1/+1 | |
| | ||||||
* | - Released Graph version 1.4rc11.4rc1 | Derick Rethans | 2008-12-15 | 1 | -1/+1 | |
| | ||||||
* | - Reverted accidential committed restriction on allowed axis space values. | Kore Nordmann | 2008-12-15 | 1 | -2/+2 | |
| | ||||||
* | - Update ChangeLogs | Derick Rethans | 2008-12-15 | 1 | -3/+2 | |
| | ||||||
* | - Implemented feature #014010: Possibility to set x/y offsets for | Kore Nordmann | 2008-12-04 | 10 | -9/+105 | |
| | | | | | | highlightValue (Patch by Markus Lervik) | |||||
* | - Decalre mainclass, to be included and highlighted in documentation | Kore Nordmann | 2008-12-02 | 1 | -1/+1 | |
| | ||||||
* | - Released Graph version 1.4beta11.4beta1 | Derick Rethans | 2008-12-01 | 1 | -1/+1 | |
| | ||||||
* | - Fixed ChangeLogs. | Derick Rethans | 2008-12-01 | 1 | -0/+6 | |
| | ||||||
* | - 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 | |
| | ||||||
* | - Released Graph version 1.4alpha11.4alpha1 | Derick Rethans | 2008-11-10 | 1 | -1/+1 | |
| | ||||||
* | - Updated all the class diagrams. | Derick Rethans | 2008-11-10 | 1 | -0/+0 | |
| | ||||||
* | - Updated ChangeLogs | Derick Rethans | 2008-11-10 | 1 | -0/+1 | |
| | ||||||
* | - Fixed issue #13658: tutorial_autoload.php fails under Windows. | Derick Rethans | 2008-10-02 | 1 | -4/+4 | |
| | ||||||
* | - Fixed issue #13595: majorStep overridden if min and max are both set | Kore Nordmann | 2008-09-10 | 6 | -1/+120 | |
| | ||||||
* | - 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 | |
| |