Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed bug #11235: In interactive 3d bar charts circle and bullet bars are not | Kore Nordmann | 2007-08-08 | 1 | -0/+1 |
| | | | | | | | | linked. # Numeric part of IDs in SVG files changed because one element missed an ID # Also ensured mimetype 'application/octet-stream' for all SVG test files | ||||
* | - Fixed bug #11236: Legend is not properly linked in interactive 3d line and | Kore Nordmann | 2007-08-08 | 1 | -0/+2 |
| | | | | | | bar charts. | ||||
* | - Fixed bug #11233: Path for circular arcs in SVG driver may break because of | Kore Nordmann | 2007-08-07 | 1 | -1/+1 |
| | | | | | | locale settings | ||||
* | - Fixed bug #11180: Color Palette: $dataSetColor in ezcGraphPalette starts | Kore Nordmann | 2007-08-07 | 2 | -0/+14 |
| | | | | | | | | with index 1 and not zero in pie charts # All images of pie charts required an update of course. # Same for test cases explicitely checking the color values. | ||||
* | - Fixed bug #11157: Wrong display of single record with labeled axis | Kore Nordmann | 2007-08-01 | 1 | -0/+12 |
| | |||||
* | - Fixed bug #11207: Missing URL property for legend, or missing legend, may | Kore Nordmann | 2007-08-01 | 1 | -27/+33 |
| | | | | | | cause PHP notice | ||||
* | - Remove leftover from debugging code | Kore Nordmann | 2007-08-01 | 1 | -5/+0 |
| | |||||
* | - Fixed bug #11107: Floating point inaccuracies caused missing grid in line | Kore Nordmann | 2007-08-01 | 1 | -19/+26 |
| | | | | | | chart | ||||
* | - Added @apichange tags | Kore Nordmann | 2007-06-21 | 3 | -0/+6 |
| | |||||
* | - Doc fixes. | Tobias Schlitt | 2007-06-21 | 1 | -7/+8 |
| | |||||
* | - Fixed CS. | Derick Rethans | 2007-06-20 | 2 | -4/+6 |
| | |||||
* | - Fixed issue #10828: PHP error when overwriting renderer in extended | Kore Nordmann | 2007-06-14 | 1 | -42/+35 |
| | | | | | | ezGraphPieChart | ||||
* | - Removed var_dump(), fixed docblock. | Derick Rethans | 2007-06-14 | 1 | -2/+0 |
| | |||||
* | - Fixed initialisations of struct variables | Kore Nordmann | 2007-06-12 | 3 | -3/+3 |
| | | | | | | # Detected by doc coverage | ||||
* | - More documentation fixes | Kore Nordmann | 2007-06-12 | 36 | -79/+239 |
| | |||||
* | - Fixed version tag in docblocks | Kore Nordmann | 2007-06-12 | 102 | -56/+136 |
| | |||||
* | - Fixed typos in fix | Kore Nordmann | 2007-06-12 | 3 | -4/+4 |
| | |||||
* | - Commented exception constructors | Kore Nordmann | 2007-06-12 | 26 | -2/+193 |
| | |||||
* | - Fixed issue #10881: Wrong labeling with ezcGraphDateAxis | Kore Nordmann | 2007-05-31 | 1 | -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 Nordmann | 2007-05-29 | 1 | -6/+25 |
| | |||||
* | - Fixed issue #10830: Automatically shorten labels if not enough space is | Kore Nordmann | 2007-05-29 | 5 | -34/+177 |
| | | | | | | available | ||||
* | - Fixed issue #10852: Fixed radar chart documentation | Kore Nordmann | 2007-05-29 | 1 | -6/+5 |
| | |||||
* | - Fixed issue #10846: Division by zero in polygon size reducement algorithm | Kore Nordmann | 2007-05-25 | 1 | -1/+24 |
| | | | | | | for edges with an angle equals 0 degree. | ||||
* | . Forgot to commit changes in 3d renderer in last commit | Kore Nordmann | 2007-05-25 | 1 | -1/+3 |
| | |||||
* | - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0 | Kore Nordmann | 2007-05-24 | 4 | -1/+43 |
| | |||||
* | - Doc fixes. | Tobias Schlitt | 2007-05-10 | 7 | -7/+7 |
| | | | | | | # We abuse phpDoc here and therefore need type names without spaces. | ||||
* | - Fixed docblocks | Kore Nordmann | 2007-05-10 | 2 | -2/+2 |
| | |||||
* | - Fixed issue #10750: SVG drivers output broken with wrong LC_NUMERIC | Kore Nordmann | 2007-05-10 | 1 | -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 Nordmann | 2007-05-10 | 5 | -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 chart | Kore Nordmann | 2007-05-10 | 1 | -16/+0 |
| | |||||
* | - Fixed issue #10759: Unset implementation broken in array access in datasets | Kore Nordmann | 2007-05-10 | 2 | -3/+3 |
| | | | | | | and dataset properties | ||||
* | - Fixed issue #10745 (BaxedAxisLabelRenderer wrong label positions for angles: | Kore Nordmann | 2007-05-10 | 1 | -20/+43 |
| | | | | | | (135 <= $angle <= 325) | ||||
* | - Fixed issue #10747: axisLabelRotatedRenderer accesses unitialised variables | Kore Nordmann | 2007-05-10 | 1 | -0/+6 |
| | | | | | | | for Angles % 90 != 0 # Test case follows later | ||||
* | - Fixed issue #10744: ExactAxisLabelRenderer shows last value at position of | Kore Nordmann | 2007-05-10 | 1 | -5/+10 |
| | | | | | | | second last value if showLastValue is disabled # Test case for this follows in a later commit | ||||
* | - Fixed issue #10741: Make ezcGraphOutOfLogithmicalBoundingsException more | Kore Nordmann | 2007-05-08 | 1 | -1/+1 |
| | | | | | | descriptive | ||||
* | - Fixed CS | Derick Rethans | 2007-05-04 | 2 | -4/+4 |
| | |||||
* | - Update autoload file for Graph, they are now sorted according to dependencies. | Derick Rethans | 2007-05-03 | 1 | -112/+100 |
| | |||||
* | - Removed PdoDataset from Graph components | Kore Nordmann | 2007-05-03 | 6 | -217/+1 |
| | | | | | | | # Preparation for issue #10697: Move ezcGraphPdoDataSet to a # ezcGraphDatabaseTieIn | ||||
* | - Fixed issue #10693: ezcGraphChartElementAxis::getSteps returns minor steps | Kore Nordmann | 2007-05-02 | 1 | -1/+2 |
| | | | | | | after last major steps | ||||
* | - Implemented radar label renderer for correct grid in radar charts | Kore Nordmann | 2007-05-02 | 3 | -56/+428 |
| | |||||
* | - The 3d renderer is not yet able to render radar charts | Kore Nordmann | 2007-04-26 | 1 | -38/+0 |
| | |||||
* | - Created an interface ezcGraphRadarRenderer to be implemented by renderers | Kore Nordmann | 2007-04-26 | 6 | -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 renderer | Kore Nordmann | 2007-04-26 | 1 | -4/+7 |
| | | | | | | # No visual difference in compariosion files | ||||
* | - Fixed order of points in arrow head polygons | Kore Nordmann | 2007-04-26 | 2 | -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 small | Kore Nordmann | 2007-04-26 | 3 | -6/+24 |
| | |||||
* | - First working version of radar charts | Kore Nordmann | 2007-04-26 | 10 | -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 their | Kore Nordmann | 2007-04-12 | 1 | -2/+85 |
| | | | | | | different length | ||||
* | - Added feature #10470: Add support for format callback functions on all axis | Kore Nordmann | 2007-04-12 | 5 | -7/+81 |
| | |||||
* | - Fixed issue #10599: Pie chart label formattig callback only accepts callback | Kore Nordmann | 2007-04-12 | 1 | -1/+1 |
| | | | | | | functions but neither static nor non static methods. | ||||
* | - Fixed issue #10584: API Doc for ezcGraphPdoDataSet::createFromPdo() is wrong | Kore Nordmann | 2007-04-12 | 1 | -4/+31 |
| |