summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* - Added @apichange tagsKore Nordmann2007-06-213-0/+6
|
* - Doc fixes.Tobias Schlitt2007-06-211-7/+8
|
* - Fixed CS.Derick Rethans2007-06-202-4/+6
|
* - Fixed issue #10828: PHP error when overwriting renderer in extendedKore Nordmann2007-06-141-42/+35
| | | | | | ezGraphPieChart
* - Removed var_dump(), fixed docblock.Derick Rethans2007-06-141-2/+0
|
* - Fixed initialisations of struct variablesKore Nordmann2007-06-123-3/+3
| | | | | | # Detected by doc coverage
* - More documentation fixesKore Nordmann2007-06-1236-79/+239
|
* - Fixed version tag in docblocksKore Nordmann2007-06-12102-56/+136
|
* - Fixed typos in fixKore Nordmann2007-06-123-4/+4
|
* - Commented exception constructorsKore Nordmann2007-06-1226-2/+193
|
* - Fixed issue #10881: Wrong labeling with ezcGraphDateAxisKore Nordmann2007-05-311-3/+14
| | | | | | # Axis labels fixed in two test results, error not noticed before
* - Fixed issue #10861 Circle sector size reducement failes for very big angles.Kore Nordmann2007-05-291-6/+25
|
* - Fixed issue #10830: Automatically shorten labels if not enough space isKore Nordmann2007-05-295-34/+177
| | | | | | available
* - Fixed issue #10852: Fixed radar chart documentationKore Nordmann2007-05-291-6/+5
|
* - Fixed issue #10846: Division by zero in polygon size reducement algorithm Kore Nordmann2007-05-251-1/+24
| | | | | | for edges with an angle equals 0 degree.
* . Forgot to commit changes in 3d renderer in last commitKore Nordmann2007-05-251-1/+3
|
* - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0Kore Nordmann2007-05-244-1/+43
|
* - Doc fixes.Tobias Schlitt2007-05-107-7/+7
| | | | | | # We abuse phpDoc here and therefore need type names without spaces.
* - Fixed docblocksKore Nordmann2007-05-102-2/+2
|
* - Fixed issue #10750: SVG drivers output broken with wrong LC_NUMERICKore Nordmann2007-05-101-39/+39
| | | | | | | # Nearly all SVG have changes now, because there are some more trailing # zeros in the source. No visual differences.
* - Fixed issue #10746: Border size reducement algorithm fails for polygones Kore Nordmann2007-05-105-6/+109
| | | | | | | | with edge lengths < reducement # Modifications in comparision files because some invisible small shapes # were not rendered any more
* - Removed unusable code from radar chartKore Nordmann2007-05-101-16/+0
|
* - Fixed issue #10759: Unset implementation broken in array access in datasets Kore Nordmann2007-05-102-3/+3
| | | | | | and dataset properties
* - 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
* - Fixed issue #10741: Make ezcGraphOutOfLogithmicalBoundingsException moreKore Nordmann2007-05-081-1/+1
| | | | | | descriptive
* - Fixed CSDerick Rethans2007-05-042-4/+4
|
* - Update autoload file for Graph, they are now sorted according to dependencies.Derick Rethans2007-05-031-112/+100
|
* - Removed PdoDataset from Graph componentsKore Nordmann2007-05-036-217/+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
* - Implemented radar label renderer for correct grid in radar chartsKore Nordmann2007-05-023-56/+428
|
* - 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-266-36/+71
| | | | | | | 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
* - Fixes issue #10675: Arrow heads on axis too smallKore Nordmann2007-04-263-6/+24
|
* - First working version of radar chartsKore Nordmann2007-04-2610-145/+910
| | | | | | | | | | # 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
* - Added feature #10017: Plot whole months on date axis respecting theirKore Nordmann2007-04-121-2/+85
| | | | | | different length
* - Added feature #10470: Add support for format callback functions on all axisKore Nordmann2007-04-125-7/+81
|
* - Fixed issue #10599: Pie chart label formattig callback only accepts callbackKore Nordmann2007-04-121-1/+1
| | | | | | functions but neither static nor non static methods.
* - Fixed issue #10584: API Doc for ezcGraphPdoDataSet::createFromPdo() is wrongKore Nordmann2007-04-121-4/+31
|
* - Implemented @TODO: Throw exception when axis with unregular steps is used Kore Nordmann2007-04-103-16/+62
| | | | | | with bar charts
* - Fixed issue #10536: Bar side polygones are drawn at the wrong side.Kore Nordmann2007-04-101-0/+5
|
* - Removed debugging output Kore Nordmann2007-04-101-6/+1
| | | | | | | #Shame on me! - Fixed testcases accordingly to latest additions
* - Added automatic detection of optimal rotation when using the axis rotated Kore Nordmann2007-04-101-38/+137
| | | | | | | label renderer - Enhanced positioning of rotated lables
* - Fixed rotation center when using the 3d rendererKore Nordmann2007-04-051-0/+9
|
* - Fixed rotation based label width reducement on rotated axisKore Nordmann2007-04-051-4/+4
|
* - Implemented text rotation in flash driverKore Nordmann2007-04-051-5/+25
|
* - Got rotated texts working with all GD font renderersKore Nordmann2007-04-051-12/+66
|
OpenPOWER on IntegriCloud