summaryrefslogtreecommitdiffstats
path: root/src/element
Commit message (Collapse)AuthorAgeFilesLines
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-124-4/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-304-4/+72
|
* - s/2009/2010/gDerick Rethans2010-01-084-4/+4
|
* - Implemented: #15133: Better configurable axis spaces.Kore Nordmann2009-07-211-22/+20
| | | | | | | # Large number of tests added. Had to go through all sensible combinations of # axis and axis spaces to ensure it works correctly.
* - Implemented: #14294: Add option for axis label rotationKore Nordmann2009-07-041-0/+11
|
* - s/2008/2009.Derick Rethans2009-02-234-4/+4
|
* - Refactored axis space handling in a BC compatible way. Fixes division by zeroKore Nordmann2009-02-031-20/+50
| | | | | | | | | 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.
* - 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-041-2/+2
| | | | | | highlightValue (Patch by Markus Lervik)
* - Enhanced chart element documentationKore Nordmann2008-08-274-9/+164
|
* - Welcome to 2008.Derick Rethans2008-01-024-4/+4
|
* - Fixed doc blocksKore Nordmann2007-11-261-3/+4
| | | | | | # Issues found by docanalysis script
* - Added support for odometer chartsKore Nordmann2007-11-211-0/+1
| | | | | | # Thanks to Lars Jankowski from Oxid esales for the initial patch.
* - Implemented features #10322, #10565: Support for multiple x, y axis,Kore Nordmann2007-09-041-0/+4
| | | | | | vertical and horizontal lines in line and bar charts.
* - Introduced chartPosition propertyKore Nordmann2007-09-041-0/+14
|
* - More documentation fixesKore Nordmann2007-06-123-2/+20
|
* - Fixed version tag in docblocksKore Nordmann2007-06-124-0/+4
|
* - Removed PdoDataset from Graph componentsKore Nordmann2007-05-031-1/+1
| | | | | | | # Preparation for issue #10697: Move ezcGraphPdoDataSet to a # ezcGraphDatabaseTieIn
* - Fixed issue #10693: ezcGraphChartElementAxis::getSteps returns minor steps Kore Nordmann2007-05-021-1/+2
| | | | | | after last major steps
* - Fixes issue #10675: Arrow heads on axis too smallKore Nordmann2007-04-261-0/+12
|
* - Added feature #10470: Add support for format callback functions on all axisKore Nordmann2007-04-121-0/+16
|
* - Added feature #9511: Added helper functions to create image maps an link SVGKore Nordmann2007-03-081-0/+2
| | | | | | images in ezcGraphTools
* - Implemented #10276 for boxed axis label rendererKore Nordmann2007-03-011-1/+1
| | | | | | - Fixed issue with boxed axis label renderer labels were not properly centered
* - Implemented #20276 for exact axis label rendererKore Nordmann2007-02-261-1/+1
|
* - Implemented #20276 for centered axis label rendererKore Nordmann2007-02-261-0/+43
|
* - Welcome to 2007.Derick Rethans2007-01-114-4/+4
|
* - Fixed majorStep default value to be nullKore Nordmann2006-12-151-2/+2
|
* - Marked important classesKore Nordmann2006-12-073-0/+3
|
* - Throw ezcBaseValueExceptions instead of typecastingKore Nordmann2006-11-023-15/+90
| | | | | | | - Do range checks instead of converting numbers using min and max - Extended testcases to test for ezcBaseValueExceptions
* - Added more tests and fixed some minor setter and getter bugsKore Nordmann2006-10-272-7/+3
|
* - Added some more tests for read and write accesss on propertiesKore Nordmann2006-10-264-9/+12
|
* - Fixed CS issues.Derick Rethans2006-09-251-1/+1
|
* - Use ezcGraphColor::create for all color propertiesKore Nordmann2006-09-241-16/+2
|
* - Added tests for legenda positionKore Nordmann2006-09-211-9/+9
|
* - Added documentationKore Nordmann2006-09-214-22/+62
| | | | | | - Removed no longer used exceptions
* - Added axis labelsKore Nordmann2006-09-071-1/+19
|
* - Moved properties to properties arrayKore Nordmann2006-08-184-149/+166
| | | | | | - Fixed bug: Legend title was rendered, even when empty
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-151-4/+4
|
* - Added option to gd driver to set an external image as backgroundKore Nordmann2006-08-091-44/+63
| | | | | | | - Got chart background images working again - Post process images in gd driver to not apply supersampling for images
* - Fixed calculation of title boundings to respect margin of title elementKore Nordmann2006-08-081-1/+25
| | | | | | - Made ezcGraphChartElementText::maxHeight accessible
* - Renamed Dataset to DataSetKore Nordmann2006-08-071-3/+3
|
* - Fixed borders for title elementKore Nordmann2006-07-301-27/+26
|
* - Added axis label renderer for centered labelsKore Nordmann2006-07-241-2/+15
| | | | | | - Fixed: Do not draw grids and steps on other axis
* - Finished exact label renderer and render chart labals againKore Nordmann2006-07-241-10/+0
|
* - Readded drawing of axis steps and grids (only available in Kore Nordmann2006-07-211-3/+3
| | | | | | ezcGraphAxisExactLabelRenderer yet)
* - Fixed boundings calculation for axis and dataKore Nordmann2006-07-112-18/+24
|
* - Fixed bounding calculation for legendKore Nordmann2006-07-111-20/+20
|
* - Refactored ezcGraphRendererKore Nordmann2006-07-113-339/+110
| | | | | | # Most test run again, but complete result is still errnous
* - Added option for maximum size for arrow headsKore Nordmann2006-06-191-75/+25
| | | | | | | - Made possible to define custom labels for axis - Made unused method ezcGraphChartElementAxis::drawLabels
* - Use margin, when rendering chart titleKore Nordmann2006-06-141-2/+2
|
OpenPOWER on IntegriCloud