summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - Fixed typoKore Nordmann2009-05-291-1/+1
| | | | | | # Thanks sb
* - Fixed #14538: Performance degration for very high numbers of data pointsKore Nordmann2009-05-293-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 dataKore Nordmann2009-05-289-25/+160
| | | | | | sets.
* - Added test for UTF-8 umlauts in SVG driverKore Nordmann2009-05-282-0/+32
|
* - Fixed ChangeLogs.Derick Rethans2009-05-111-0/+1
|
* - Cleaned up code of flash comparision methodKore Nordmann2009-04-281-18/+28
|
* - Fixed another potential flaoting point inaccuracy problemKore Nordmann2009-04-281-1/+4
|
* - spelling fix in javadocgg:ez.no2009-04-231-2/+2
|
* - Released Graph version 1.4.21.4.2Derick Rethans2009-03-301-1/+1
|
* - Fixed ChangeLogDerick Rethans2009-03-301-1/+1
|
* - Clean up temp dirs after testKore Nordmann2009-03-261-1/+1
|
* - Fixed #14655: A full circle sector is not drawn at all in GD driver.Kore Nordmann2009-03-254-2/+36
|
* - Fixed #14651: Handle floor() floating point inaccuracies in numneric axisKore Nordmann2009-03-253-1/+40
| | | | | | step evaluation
* - Implemented feature #14400: Add shortcut to set background colorKore Nordmann2009-02-255-2/+60
|
* - s/2008/2009.Derick Rethans2009-02-23158-158/+158
|
* - Released Graph version 1.4.11.4.1Derick Rethans2009-02-091-1/+1
|
* - Updated ChangeLogsDerick Rethans2009-02-091-2/+2
|
* - Documented: Dataset highlightValue propertyKore Nordmann2009-02-051-0/+2
|
* - Tested: Setting background property in line chartKore Nordmann2009-02-041-0/+11
|
* - Tested multiple axis, when used with different axis space settings.Kore Nordmann2009-02-047-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 andKore Nordmann2009-02-045-18/+76
| | | | | | zero axis space on orthogonal axis.
* - Leftover from last commitKore Nordmann2009-02-041-0/+498
|
* - Refactored axis space handling in a BC compatible way. Fixes division by zeroKore Nordmann2009-02-0381-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 boxKore Nordmann2009-01-205-0/+90
|
* - Implemented feature #13634: Make Offset of ezcGraphAxisRotatedLabelRendererKore Nordmann2009-01-203-5/+98
| | | | | | optional
* - Implemented feature #11980: Provide an initial array with labels for labeledKore Nordmann2009-01-203-0/+83
| | | | | | axis
* - Implemented feature #12897: Add the possibility to have a subtitle forKore Nordmann2009-01-153-2/+107
| | | | | | Graphs.
* - Resolved task #14219: Refactor grid drawing to be less susceptible toKore Nordmann2009-01-0753-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.4Derick Rethans2009-01-051-1/+1
|
* - Updated ChangeLogs and DEPS files.Derick Rethans2009-01-051-0/+6
|
* - Fixed: Fallback string width calculation in svg font handlerKore Nordmann2009-01-021-1/+1
|
* - Released Graph version 1.4rc11.4rc1Derick Rethans2008-12-151-1/+1
|
* - Reverted accidential committed restriction on allowed axis space values.Kore Nordmann2008-12-151-2/+2
|
* - Update ChangeLogsDerick Rethans2008-12-151-3/+2
|
* - Implemented feature #014010: Possibility to set x/y offsets forKore Nordmann2008-12-0410-9/+105
| | | | | | highlightValue (Patch by Markus Lervik)
* - Decalre mainclass, to be included and highlighted in documentationKore Nordmann2008-12-021-1/+1
|
* - Released Graph version 1.4beta11.4beta1Derick Rethans2008-12-011-1/+1
|
* - Fixed ChangeLogs.Derick Rethans2008-12-011-0/+6
|
* - Fixed typo in API docsKore Nordmann2008-11-243-3/+3
|
* - Removed unnecessary realpath() calls, which do not work with paths usingKore Nordmann2008-11-232-2/+1
| | | | | | stream wrappers.
* - Documented setDriverKore Nordmann2008-11-181-1/+10
|
* - Better documentation for getElementReferences()Kore Nordmann2008-11-181-1/+39
|
* - Released Graph version 1.4alpha11.4alpha1Derick Rethans2008-11-101-1/+1
|
* - Updated all the class diagrams.Derick Rethans2008-11-101-0/+0
|
* - Updated ChangeLogsDerick Rethans2008-11-101-0/+1
|
* - Fixed issue #13658: tutorial_autoload.php fails under Windows.Derick Rethans2008-10-021-4/+4
|
* - Fixed issue #13595: majorStep overridden if min and max are both setKore Nordmann2008-09-106-1/+120
|
* - 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
|
OpenPOWER on IntegriCloud