index
:
zetacomponents-graph
fill-color-separation
fix-utf8-graph-labels
horiz-stacked-render
master
radar-bound-fill
Raptor Engineering's copy of the Zeta Components Graph module
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
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
*
- Fixed bug #11236: Legend is not properly linked in interactive 3d line and
Kore Nordmann
2007-08-08
1
-0
/
+2
*
- Fixed bug #11233: Path for circular arcs in SVG driver may break because of
Kore Nordmann
2007-08-07
1
-1
/
+1
*
- Fixed bug #11180: Color Palette: $dataSetColor in ezcGraphPalette starts
Kore Nordmann
2007-08-07
2
-0
/
+14
*
- 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
*
- 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
*
- 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
*
- 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
*
- 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
*
- 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
*
- 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
*
. 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
*
- 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
*
- Fixed issue #10746: Border size reducement algorithm fails for polygones
Kore Nordmann
2007-05-10
5
-6
/
+109
*
- 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
*
- Fixed issue #10745 (BaxedAxisLabelRenderer wrong label positions for angles:
Kore Nordmann
2007-05-10
1
-20
/
+43
*
- Fixed issue #10747: axisLabelRotatedRenderer accesses unitialised variables
Kore Nordmann
2007-05-10
1
-0
/
+6
*
- Fixed issue #10744: ExactAxisLabelRenderer shows last value at position of
Kore Nordmann
2007-05-10
1
-5
/
+10
*
- Fixed issue #10741: Make ezcGraphOutOfLogithmicalBoundingsException more
Kore Nordmann
2007-05-08
1
-1
/
+1
*
- 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
*
- Fixed issue #10693: ezcGraphChartElementAxis::getSteps returns minor steps
Kore Nordmann
2007-05-02
1
-1
/
+2
*
- 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
*
- Fixed order of points in arrow head polygons also in 3d renderer
Kore Nordmann
2007-04-26
1
-4
/
+7
*
- Fixed order of points in arrow head polygons
Kore Nordmann
2007-04-26
2
-12
/
+11
*
- 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
*
- Added feature #10017: Plot whole months on date axis respecting their
Kore Nordmann
2007-04-12
1
-2
/
+85
*
- 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
*
- Fixed issue #10584: API Doc for ezcGraphPdoDataSet::createFromPdo() is wrong
Kore Nordmann
2007-04-12
1
-4
/
+31
[next]