summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add option to bound fill between the current dataset and the previous ↵HEADmasterTimothy Pearson2015-12-134-4/+46
| | | | dataset on radar plots
* Add option to only render specific datasets with fill color as opposed to ↵Timothy Pearson2015-12-123-2/+31
| | | | all datasets
* Enable stacked rendering for horizontal bar chartshoriz-stacked-renderTimothy Pearson2015-12-112-3/+156
|
* Merge pull request #2 from mschirmacher/masterKore Nordmann2013-12-211-26/+32
|\ | | | | Fixed faulty label rendering in case of additional axes
| * Patched ezcGraphRenderer3d to render labels correclty in case of additional axesMalte Schirmacher2013-01-231-26/+32
| | | | | | | | | | | | In case there are additional axes ezcGraphRenderer3d renders labels multiple times (once for additional axis) at varying positions. Added a flag to avoid this faulty behavior.
* | Revert "Use non-local dependent formatting options everywhere"Kore Nordmann2013-12-215-7/+7
| | | | | | | | This reverts commit 5273fe7e6d19a4bdad3d987540171ff3a55fe053.
* | Use non-local dependent formatting options everywhereKore Nordmann2013-12-215-7/+7
| |
* | Also make verbose driver non local awareKore Nordmann2013-12-211-7/+7
| |
* | Use non-local-aware number printing everywhereKore Nordmann2013-12-214-6/+6
|/
* - Fixed #95 (typo in docblock), thanks Yousif MasoudJames Pic2011-12-131-1/+1
|
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-12117-117/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-30117-117/+2106
|
* - s/2009/2010/gDerick Rethans2010-01-08117-117/+117
|
* - Documented highlight offset propertiesKore Nordmann2009-11-241-0/+6
|
* - Link gleam instead of base symbol to make it easier clickableKore Nordmann2009-11-091-3/+3
|
* - Fixed #15537: Graph shows to small and truncated rotated axis labels.Kore Nordmann2009-09-291-2/+8
|
* - Fixed #15578: formatString not working with numeric axisKore Nordmann2009-09-281-0/+4
|
* - Implemented: #15095: Special rotated label renderer for bar charts.Kore Nordmann2009-07-212-0/+147
|
* - Refactored rotated axis label renderer for better extensibilityKore Nordmann2009-07-211-197/+254
| | | | | | # Groundwork for #15095
* - Implemented: #15133: Better configurable axis spaces.Kore Nordmann2009-07-213-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 APIKore Nordmann2009-07-142-0/+1007
| | | | | | # Thanks to Michael Maclean for the implementation
* - Implemented: #13341: Vertical Bar ChartsKore Nordmann2009-07-145-39/+569
|
* - Implemented: #14294: Add option for axis label rotationKore Nordmann2009-07-042-4/+31
|
* - Enhanced comment in font options usage exampleKore Nordmann2009-06-031-0/+4
|
* - Fixed typoKore Nordmann2009-05-291-1/+1
| | | | | | # Thanks sb
* - Fixed #14538: Performance degration for very high numbers of data pointsKore Nordmann2009-05-292-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 dataKore Nordmann2009-05-284-24/+90
| | | | | | sets.
* - Fixed another potential flaoting point inaccuracy problemKore Nordmann2009-04-281-1/+4
|
* - spelling fix in javadocgg:ez.no2009-04-231-2/+2
|
* - Fixed #14655: A full circle sector is not drawn at all in GD driver.Kore Nordmann2009-03-251-0/+5
|
* - Fixed #14651: Handle floor() floating point inaccuracies in numneric axisKore Nordmann2009-03-251-1/+4
| | | | | | step evaluation
* - Implemented feature #14400: Add shortcut to set background colorKore Nordmann2009-02-251-0/+3
|
* - s/2008/2009.Derick Rethans2009-02-23112-112/+112
|
* - Documented: Dataset highlightValue propertyKore Nordmann2009-02-051-0/+2
|
* - Tested multiple axis, when used with different axis space settings.Kore Nordmann2009-02-041-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 andKore Nordmann2009-02-041-11/+7
| | | | | | zero axis space on orthogonal axis.
* - Refactored axis space handling in a BC compatible way. Fixes division by zeroKore Nordmann2009-02-038-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 boxKore Nordmann2009-01-202-0/+21
|
* - Implemented feature #13634: Make Offset of ezcGraphAxisRotatedLabelRendererKore Nordmann2009-01-201-5/+23
| | | | | | optional
* - Implemented feature #11980: Provide an initial array with labels for labeledKore Nordmann2009-01-201-0/+15
| | | | | | axis
* - Implemented feature #12897: Add the possibility to have a subtitle forKore Nordmann2009-01-151-2/+7
| | | | | | Graphs.
* - Resolved task #14219: Refactor grid drawing to be less susceptible toKore Nordmann2009-01-071-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 handlerKore Nordmann2009-01-021-1/+1
|
* - Reverted accidential committed restriction on allowed axis space values.Kore Nordmann2008-12-151-2/+2
|
* - Implemented feature #014010: Possibility to set x/y offsets forKore Nordmann2008-12-046-9/+32
| | | | | | highlightValue (Patch by Markus Lervik)
* - Decalre mainclass, to be included and highlighted in documentationKore Nordmann2008-12-021-1/+1
|
* - 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
|
OpenPOWER on IntegriCloud