summaryrefslogtreecommitdiffstats
path: root/src/renderer/2d.php
Commit message (Collapse)AuthorAgeFilesLines
* - Implemented feature #014010: Possibility to set x/y offsets forKore Nordmann2008-12-041-3/+7
| | | | | | highlightValue (Patch by Markus Lervik)
* - Fixed typo in API docsKore Nordmann2008-11-241-1/+1
|
* - Implemented feature #13102: Axes not extending beyond zero in line chartsKore Nordmann2008-06-181-3/+34
|
* - Implemented feature #13103: Different axes end stylesKore Nordmann2008-06-181-35/+10
|
* - Resolved #12379: Ensure one chart can be rerendered with new datasets)Kore Nordmann2008-05-311-0/+22
|
* - Fixed issue #12377: Copyright broken in file comment.Derick Rethans2008-01-111-1/+0
|
* - Fixed issue #11777: Optionally independent axis font configurationKore Nordmann2008-01-071-0/+7
|
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
|
* - Fixed issue #12246: Graph: dataBorder doesn't works in 2d renderer forKore Nordmann2007-12-131-1/+1
| | | | | | piecharts
* - Fixed doc blocksKore Nordmann2007-11-261-5/+4
| | | | | | # 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.
* - Implemented feature #10978: Add support for stacked bar chartsKore Nordmann2007-09-061-2/+77
|
* - Link more classesKore Nordmann2007-08-131-2/+2
|
* - Enhanced documentationKore Nordmann2007-08-101-1/+42
| | | | | | | | - Added examples to most of the classes - Fixed class descriptions - Refence options classes which may be used to configure the current chart.
* - More documentation fixesKore Nordmann2007-06-121-5/+16
|
* - Fixed version tag in docblocksKore Nordmann2007-06-121-0/+1
|
* - Created an interface ezcGraphRadarRenderer to be implemented by renderers Kore Nordmann2007-04-261-1/+3
| | | | | | | which are able to render radar charts. # Interface required to not break BC with custom user renderers
* - Fixed order of points in arrow head polygonsKore Nordmann2007-04-261-8/+9
| | | | | | | # No visual difference in compariosion files - Fixes arrow heads in rotated axis in radar charts
* - Fixes issue #10675: Arrow heads on axis too smallKore Nordmann2007-04-261-3/+6
|
* - First working version of radar chartsKore Nordmann2007-04-261-16/+148
| | | | | | | | | | # Still marked private because of: # - Slightly wrong axis arrows # - Axis grid needs some love - Some fixes for axis label renderers to work with random directions # Results in some non visual changes in comparision files
* - Started implementing feature request #9404 (Rotated labels on axis)Kore Nordmann2007-03-291-2/+5
| | | | | | | # Works only with SVG driver now. # Angle needs to be set manually, no automatic optimal angle detection yet.
* - Added feature #9511: Added helper functions to create image maps an link SVGKore Nordmann2007-03-081-0/+2
| | | | | | images in ezcGraphTools
* - Fixed issue #10056: Fixed drawing order for boxes with background and borderKore Nordmann2007-01-241-16/+17
| | | | | | | # SVG element order changed without visual difference in comparision images # Mind, that bug #9765 hast severe effect for big borders
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
|
* - Marked important classesKore Nordmann2006-12-071-0/+1
|
* - Fixed: Bug #9655 (pieChartOffset and highlight do not work together in 2d Kore Nordmann2006-11-301-4/+8
| | | | | | renderer)
* - Fixed: Bug #9403 (Element references do not work with Gleam in SVG)Kore Nordmann2006-11-131-16/+20
|
* - Fixed sorting order of 2d bar chart elements.Kore Nordmann2006-10-231-1/+1
|
* - Made pie chart symbol color independent from font colorKore Nordmann2006-10-041-3/+3
|
* - Added gleam to 2d pie chartsKore Nordmann2006-10-041-0/+46
| | | | | | - Added gleam border to reduce size of gleam
* - Fixed padding in horizontal legendsKore Nordmann2006-09-241-1/+1
|
* - Added documentationKore Nordmann2006-09-211-4/+84
| | | | | | - Removed no longer used exceptions
* - Enhanced pie chart labeling algorithmKore Nordmann2006-09-191-17/+27
|
* - Added background and border to font configurationKore Nordmann2006-09-191-62/+127
| | | | | | - Show value for highlighted datapoints in bar and line charts
* - Made pie chart size configurableKore Nordmann2006-09-181-2/+2
|
* - Added shadow for pie charts in 2d rendererKore Nordmann2006-09-121-23/+63
|
* - Added image map supportKore Nordmann2006-09-121-28/+48
| | | | | | # This changes all generated SVGs because each genereted element has an ID now
* - Fixed bug caused by different axis space for axisKore Nordmann2006-09-111-17/+52
| | | | | | # Changes rendering order of chart elements, what causes changed SVG documents
* - Added axis label rendering to 2d rendererKore Nordmann2006-09-071-0/+57
|
* - Pimped symbols and bar chartsKore Nordmann2006-09-061-81/+0
|
* - Created generic renderer options classKore Nordmann2006-08-161-5/+5
| | | | | | - Changed output driver in renderer tests to SVG for faster testcases
* - Use symbol as bottom shape for bars in 3d rendererKore Nordmann2006-08-151-0/+2
|
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-141-0/+66
| | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests
* - Added option to gd driver to set an external image as backgroundKore Nordmann2006-08-091-4/+7
| | | | | | | - Got chart background images working again - Post process images in gd driver to not apply supersampling for images
* - Fixed pie chart labelingKore Nordmann2006-08-071-15/+45
| | | | | | | - Fixed post processing for line chart symbols - Fixed polygon sorting order in 3d pie charts
* - Added basic 3d rendererKore Nordmann2006-08-021-12/+16
| | | | | | | # Several unresolved rendering issues - Fixed filled line charts in 2d renderer
* - Fixed reversed display of data in 2d rendererKore Nordmann2006-08-021-4/+4
|
* - Readded drawing of axis steps and grids (only available in Kore Nordmann2006-07-211-4/+58
| | | | | | ezcGraphAxisExactLabelRenderer yet)
* - Fixed pie chart labelingKore Nordmann2006-07-111-8/+2
|
* - Fixed boundings calculation for axis and dataKore Nordmann2006-07-111-0/+5
|
OpenPOWER on IntegriCloud