summaryrefslogtreecommitdiffstats
path: root/tests/data/compare
Commit message (Collapse)AuthorAgeFilesLines
...
* - Fixed issue #11511: Line thickness wan't used for renderingKore Nordmann2007-10-232-0/+4
|
* - Updated generated PNGs once more...Kore Nordmann2007-10-2314-0/+0
|
* - Implemented feature #10978: Add support for stacked bar chartsKore Nordmann2007-09-062-0/+4
|
* - Implemented feature #11325: Allow values of 0 to be added to pie charts, toKore Nordmann2007-09-051-0/+2
| | | | | | be included in the legend and not rendered in the actual pie.
* - Implemented feature #11247: Custom highlight values in line and bar charts.Kore Nordmann2007-09-052-0/+4
| | | | | | Thanks to Elger Thiele for the basic patch.
* - Implemented features #10322, #10565: Support for multiple x, y axis,Kore Nordmann2007-09-042-0/+4
| | | | | | vertical and horizontal lines in line and bar charts.
* - Fixed bug #11235: In interactive 3d bar charts circle and bullet bars are notKore Nordmann2007-08-0831-30/+32
| | | | | | | | 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 #11233: Path for circular arcs in SVG driver may break because ofKore Nordmann2007-08-071-1/+1
| | | | | | locale settings
* - Fixed bug #11180: Color Palette: $dataSetColor in ezcGraphPalette startsKore Nordmann2007-08-0758-56/+56
| | | | | | | | 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 axisKore Nordmann2007-08-012-0/+4
|
* - Fixed bug #11207: Missing URL property for legend, or missing legend, mayKore Nordmann2007-08-014-0/+10
| | | | | | cause PHP notice
* - Fixed SVG test results to include correct decimal pointKore Nordmann2007-08-012-2/+2
|
* - Fixed bug #11107: Floating point inaccuracies caused missing grid in lineKore Nordmann2007-08-015-4/+6
| | | | | | chart
* - Fixed issue #10828: PHP error when overwriting renderer in extendedKore Nordmann2007-06-141-0/+2
| | | | | | ezGraphPieChart
* - Fixed issue #10881: Wrong labeling with ezcGraphDateAxisKore Nordmann2007-05-312-2/+2
| | | | | | # 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-292-0/+4
|
* - Fixed issue #10830: Automatically shorten labels if not enough space isKore Nordmann2007-05-297-0/+10
| | | | | | available
* - Fixed issue #10846: Division by zero in polygon size reducement algorithm Kore Nordmann2007-05-251-0/+2
| | | | | | for edges with an angle equals 0 degree.
* - Fixed issue #10848: Missing pie segment labels in pie charts with 3d Kore Nordmann2007-05-251-0/+2
| | | | | | renderer
* - Fixed issue #10750: SVG drivers output broken with wrong LC_NUMERICKore Nordmann2007-05-10154-155/+157
| | | | | | | # 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-1018-17/+19
| | | | | | | | with edge lengths < reducement # Modifications in comparision files because some invisible small shapes # were not rendered any more
* - Added more radar chart testsKore Nordmann2007-05-102-0/+4
|
* - Added test for rendering pie chart to outputKore Nordmann2007-05-101-0/+2
|
* - Added tests for axis in multiple directionsKore Nordmann2007-05-107-0/+14
| | | | | | | # Includes tests for issues #10745, #10744, #10747 - Added tests for different rotation axis
* - Implemented radar label renderer for correct grid in radar chartsKore Nordmann2007-05-024-2/+6
|
* - Fixed order of points in arrow head polygons also in 3d rendererKore Nordmann2007-04-2623-23/+23
| | | | | | # No visual difference in compariosion files
* - Fixed order of points in arrow head polygonsKore Nordmann2007-04-2632-32/+32
| | | | | | | # 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-262-2/+2
|
* - First working version of radar chartsKore Nordmann2007-04-2642-39/+43
| | | | | | | | | | # 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-123-3/+3
| | | | | | different length
* - Fixed testRenderBarChartWithMoreBarsThenMajorSteps for 3D rendererKore Nordmann2007-04-121-1/+1
|
* - Implemented @TODO: Throw exception when axis with unregular steps is used Kore Nordmann2007-04-101-1/+1
| | | | | | with bar charts
* - Fixed issue #10536: Bar side polygones are drawn at the wrong side.Kore Nordmann2007-04-101-0/+2
|
* - Added missing file for rotated label test casesKore Nordmann2007-04-101-0/+2
|
* - Added automatic detection of optimal rotation when using the axis rotated Kore Nordmann2007-04-106-6/+6
| | | | | | | label renderer - Enhanced positioning of rotated lables
* - Fixed rotation center when using the 3d rendererKore Nordmann2007-04-051-0/+2
|
* - Fixed rotation based label width reducement on rotated axisKore Nordmann2007-04-054-2/+6
|
* - Implemented text rotation in flash driverKore Nordmann2007-04-054-0/+0
|
* - Got rotated texts working with all GD font renderersKore Nordmann2007-04-0510-0/+0
|
* - Started implementing feature request #9404 (Rotated labels on axis)Kore Nordmann2007-03-297-0/+14
| | | | | | | # Works only with SVG driver now. # Angle needs to be set manually, no automatic optimal angle detection yet.
* - Actually use link style property from SVG driverKore Nordmann2007-03-081-0/+2
|
* - Added feature #9511: Added helper functions to create image maps an link SVGKore Nordmann2007-03-085-0/+58
| | | | | | images in ezcGraphTools
* - Added visual tests for depth in 3d rendererKore Nordmann2007-03-054-0/+8
|
* - Implemented #10375: Manually reduce or increase the label count on labeled ↵Kore Nordmann2007-03-053-0/+6
| | | | axis
* - Fixed issue #10275: Low label count on labeled axisKore Nordmann2007-03-011-0/+2
|
* - Implemented #10276 for boxed axis label rendererKore Nordmann2007-03-014-4/+4
| | | | | | - Fixed issue with boxed axis label renderer labels were not properly centered
* - Implemented #20276 for exact axis label rendererKore Nordmann2007-02-262-2/+2
|
* - Another case fixed for bug #10018.Kore Nordmann2007-02-151-0/+2
|
* - Added missing text fileKore Nordmann2007-02-141-0/+0
|
* - Implemented ellipse size reducement in flash driverKore Nordmann2007-02-082-0/+0
|
OpenPOWER on IntegriCloud