summaryrefslogtreecommitdiffstats
path: root/src/renderer
Commit message (Collapse)AuthorAgeFilesLines
* Add option to bound fill between the current dataset and the previous ↵HEADmasterTimothy Pearson2015-12-131-4/+16
| | | | dataset on radar plots
* Enable stacked rendering for horizontal bar chartshoriz-stacked-renderTimothy Pearson2015-12-111-0/+70
|
* 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.
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-1210-10/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-3010-10/+180
|
* - s/2009/2010/gDerick Rethans2010-01-0810-10/+10
|
* - Fixed #15537: Graph shows to small and truncated rotated axis labels.Kore Nordmann2009-09-291-2/+8
|
* - Implemented: #15095: Special rotated label renderer for bar charts.Kore Nordmann2009-07-211-0/+146
|
* - 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-211-30/+46
| | | | | | | # Large number of tests added. Had to go through all sensible combinations of # axis and axis spaces to ensure it works correctly.
* - Implemented: #13341: Vertical Bar ChartsKore Nordmann2009-07-141-0/+177
|
* - Implemented: #14294: Add option for axis label rotationKore Nordmann2009-07-041-4/+20
|
* - Fixed #14857: Highlight text misplaced in charts with multiple bar dataKore Nordmann2009-05-282-4/+22
| | | | | | sets.
* - s/2008/2009.Derick Rethans2009-02-238-8/+8
|
* - 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-035-145/+263
| | | | | | | | | 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.
* - Implemented feature #13634: Make Offset of ezcGraphAxisRotatedLabelRendererKore Nordmann2009-01-201-5/+23
| | | | | | optional
* - Implemented feature #014010: Possibility to set x/y offsets forKore Nordmann2008-12-042-4/+12
| | | | | | highlightValue (Patch by Markus Lervik)
* - Fixed typo in API docsKore Nordmann2008-11-242-2/+2
|
* - Implemented feature #11981: Provide option for exact axis label renderer toKore Nordmann2008-06-181-6/+40
| | | | | | put last value outside of the normal label boundings
* - Implemented feature #13102: Axes not extending beyond zero in line chartsKore Nordmann2008-06-182-7/+69
|
* - Implemented feature #13103: Different axes end stylesKore Nordmann2008-06-182-67/+20
|
* - Resolved #12379: Ensure one chart can be rerendered with new datasets)Kore Nordmann2008-05-312-0/+51
|
* - Doc typo.Tobias Schlitt2008-02-021-1/+1
|
* - Fixed issue #12377: Copyright broken in file comment.Derick Rethans2008-01-116-6/+0
|
* - Fixed issue #11777: Optionally independent axis font configurationKore Nordmann2008-01-072-0/+14
|
* - Welcome to 2008.Derick Rethans2008-01-028-8/+8
|
* - Fixed issue #12246: Graph: dataBorder doesn't works in 2d renderer forKore Nordmann2007-12-131-1/+1
| | | | | | piecharts
* - Fixed doc blocksKore Nordmann2007-11-262-9/+6
| | | | | | # Issues found by docanalysis script
* - Added support for odometer chartsKore Nordmann2007-11-211-32/+123
| | | | | | # Thanks to Lars Jankowski from Oxid esales for the initial patch.
* - Fixed RST and the like for rendering tutorials.Derick Rethans2007-11-151-1/+0
|
* - Correctly use symbols for non stacked bars in 3d rendererKore Nordmann2007-10-231-29/+29
| | | | | | # Fixes several test failures
* - Implemented feature #10978: Add support for stacked bar chartsKore Nordmann2007-09-062-11/+151
|
* - Restructured bar rendering code for better readability and reusabilityKore Nordmann2007-09-061-293/+407
|
* - Link more classesKore Nordmann2007-08-132-4/+4
|
* - Enhanced documentationKore Nordmann2007-08-108-8/+126
| | | | | | | | - Added examples to most of the classes - Fixed class descriptions - Refence options classes which may be used to configure the current chart.
* - Fixed bug #11236: Legend is not properly linked in interactive 3d line andKore Nordmann2007-08-081-0/+2
| | | | | | bar charts.
* - Removed var_dump(), fixed docblock.Derick Rethans2007-06-141-2/+0
|
* - More documentation fixesKore Nordmann2007-06-123-11/+24
|
* - Fixed version tag in docblocksKore Nordmann2007-06-128-0/+8
|
* . Forgot to commit changes in 3d renderer in last commitKore Nordmann2007-05-251-1/+3
|
* - Doc fixes.Tobias Schlitt2007-05-102-2/+2
| | | | | | # We abuse phpDoc here and therefore need type names without spaces.
* - Fixed issue #10745 (BaxedAxisLabelRenderer wrong label positions for angles:Kore Nordmann2007-05-101-20/+43
| | | | | | (135 <= $angle <= 325)
* - Fixed issue #10747: axisLabelRotatedRenderer accesses unitialised variables Kore Nordmann2007-05-101-0/+6
| | | | | | | for Angles % 90 != 0 # Test case follows later
* - Fixed issue #10744: ExactAxisLabelRenderer shows last value at position of Kore Nordmann2007-05-101-5/+10
| | | | | | | second last value if showLastValue is disabled # Test case for this follows in a later commit
* - Implemented radar label renderer for correct grid in radar chartsKore Nordmann2007-05-021-0/+317
|
* - The 3d renderer is not yet able to render radar chartsKore Nordmann2007-04-261-38/+0
|
* - Created an interface ezcGraphRadarRenderer to be implemented by renderers Kore Nordmann2007-04-262-2/+6
| | | | | | | which are able to render radar charts. # Interface required to not break BC with custom user renderers
* - Fixed order of points in arrow head polygons also in 3d rendererKore Nordmann2007-04-261-4/+7
| | | | | | # No visual difference in compariosion files
* - Fixed order of points in arrow head polygonsKore Nordmann2007-04-262-12/+11
| | | | | | | # No visual difference in compariosion files - Fixes arrow heads in rotated axis in radar charts
OpenPOWER on IntegriCloud