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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- 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
24
-27
/
+30
*
- Fixed order of points in arrow head polygons
Kore Nordmann
2007-04-26
35
-46
/
+45
*
- Fixes issue #10675: Arrow heads on axis too small
Kore Nordmann
2007-04-26
7
-8
/
+56
*
- First working version of radar charts
Kore Nordmann
2007-04-26
57
-184
/
+1372
*
- Fixed issue #10606: Call to undefined function imagePsLoadFont() in gd tests
Kore Nordmann
2007-04-13
2
-5
/
+17
*
- Added feature #10017: Plot whole months on date axis respecting their
Kore Nordmann
2007-04-12
5
-5
/
+90
*
- Added feature #10470: Add support for format callback functions on all axis
Kore Nordmann
2007-04-12
11
-7
/
+385
*
- Fixed issue #10599: Pie chart label formattig callback only accepts callback
Kore Nordmann
2007-04-12
3
-3
/
+11
*
- Fixed testRenderBarChartWithMoreBarsThenMajorSteps for 3D renderer
Kore Nordmann
2007-04-12
2
-1
/
+4
*
- Fixed issue #10584: API Doc for ezcGraphPdoDataSet::createFromPdo() is wrong
Kore Nordmann
2007-04-12
2
-4
/
+32
*
- Implemented @TODO: Throw exception when axis with unregular steps is used
Kore Nordmann
2007-04-10
5
-20
/
+87
*
- Fixed issue #10536: Bar side polygones are drawn at the wrong side.
Kore Nordmann
2007-04-10
4
-2
/
+10
*
- Added missing file for rotated label test cases
Kore Nordmann
2007-04-10
1
-0
/
+2
*
- Removed debugging output
Kore Nordmann
2007-04-10
2
-30
/
+25
*
- Added automatic detection of optimal rotation when using the axis rotated
Kore Nordmann
2007-04-10
10
-45
/
+207
*
- Added feature #9404: Add spport for rotated texts on axis.
Kore Nordmann
2007-04-05
1
-0
/
+1
*
- Fixed rotation center when using the 3d renderer
Kore Nordmann
2007-04-05
2
-0
/
+11
*
- Fixed rotation based label width reducement on rotated axis
Kore Nordmann
2007-04-05
6
-9
/
+151
*
- Implemented text rotation in flash driver
Kore Nordmann
2007-04-05
6
-5
/
+114
*
- Got rotated texts working with all GD font renderers
Kore Nordmann
2007-04-05
12
-12
/
+352
*
- Optimized algorithm for polygon size reducement
Kore Nordmann
2007-04-03
1
-14
/
+21
*
- Started implementing feature request #9404 (Rotated labels on axis)
Kore Nordmann
2007-03-29
21
-18
/
+720
*
- Added private classes for more convenient coordinate and vector
Kore Nordmann
2007-03-27
8
-0
/
+367
*
- Modified tutorial to reflect the new ezcGraphTools from feature request #9511
Kore Nordmann
2007-03-08
5
-118
/
+63
*
- Actually use link style property from SVG driver
Kore Nordmann
2007-03-08
3
-2
/
+33
*
- Added feature #9511: Added helper functions to create image maps an link SVG
Kore Nordmann
2007-03-08
22
-52
/
+721
*
- Added visual tests for depth in 3d renderer
Kore Nordmann
2007-03-05
5
-0
/
+104
*
- Use properties array for dataset properties
Kore Nordmann
2007-03-05
1
-50
/
+30
*
- Implemented #10375: Manually reduce or increase the label count on labeled ...
Kore Nordmann
2007-03-05
6
-32
/
+204
*
- Fixed typo
Kore Nordmann
2007-03-05
1
-1
/
+1
*
- Explain how to integrate custom palettes with ezcGraph
Kore Nordmann
2007-03-05
1
-1
/
+3
*
- Removed debug output
Kore Nordmann
2007-03-01
1
-14
/
+0
*
- Fixed issue #10275: Low label count on labeled axis
Kore Nordmann
2007-03-01
4
-4
/
+279
*
- Fixed issue #10246: sprintf output modification in PHP 5.2.1
Kore Nordmann
2007-03-01
5
-3
/
+184
*
- Implemented #10276 for boxed axis label renderer
Kore Nordmann
2007-03-01
6
-92
/
+99
*
- Fixed private verbose driver to implement all required methods
Kore Nordmann
2007-03-01
1
-0
/
+13
*
- Implemented #20276 for exact axis label renderer
Kore Nordmann
2007-02-26
5
-130
/
+168
*
- Implemented #20276 for centered axis label renderer
Kore Nordmann
2007-02-26
5
-100
/
+278
*
- Fixed issue #10199: Use saveXML instead of save( 'php://output' ) to work
Kore Nordmann
2007-02-19
2
-0
/
+20
*
- Fixed issue #10055: Improve chart class documentation with chart elements
Kore Nordmann
2007-02-15
4
-0
/
+46
*
- Another case fixed for bug #10018.
Kore Nordmann
2007-02-15
3
-0
/
+44
*
- Implemented #9405 (PDO data set)
Kore Nordmann
2007-02-15
8
-0
/
+555
*
- Added missing text file
Kore Nordmann
2007-02-14
1
-0
/
+0
*
- Use create_function instead of custom function creation to be able to rerun
Kore Nordmann
2007-02-08
1
-5
/
+5
*
- Implemented ellipse size reducement in flash driver
Kore Nordmann
2007-02-08
5
-8
/
+62
*
Revised Graph eZ Components tutorial to reflect Kore's comments
pke:ez.no
2007-02-07
1
-3
/
+4
*
- Implemented ellipse size reducement in SVG driver
Kore Nordmann
2007-02-07
51
-76
/
+115
*
- Calculate edge points for ellipses with reduced size correctly
Kore Nordmann
2007-02-07
1
-10
/
+37
*
- Added simple private __toString method for coordinates and vectors for
Kore Nordmann
2007-02-07
1
-0
/
+11
[prev]
[next]