summaryrefslogtreecommitdiffstats
path: root/tests/data/compare
Commit message (Collapse)AuthorAgeFilesLines
* Ensure correct locale in all testsKore Nordmann2013-12-212-2/+2
|
* Updated locale dependent test resultKore Nordmann2013-12-211-1/+1
|
* Updated locale dependent test resultKore Nordmann2013-12-211-1/+1
|
* Updated locale dependent test resultKore Nordmann2013-12-211-2/+2
|
* Updated locale dependent test resultKore Nordmann2013-12-211-1/+1
|
* - Fixed #15537: Graph shows to small and truncated rotated axis labels.Kore Nordmann2009-09-291-1/+1
|
* - Implemented: #15095: Special rotated label renderer for bar charts.Kore Nordmann2009-07-219-0/+18
|
* - Implemented: #15133: Better configurable axis spaces.Kore Nordmann2009-07-21195-3/+387
| | | | | | | # Large number of tests added. Had to go through all sensible combinations of # axis and axis spaces to ensure it works correctly.
* - Implemented: #13341: Vertical Bar ChartsKore Nordmann2009-07-143-0/+6
|
* - Updated binary test comparision files to work with GD in PHP 5.3Kore Nordmann2009-07-0415-2/+2
| | | | | | # Might fail for earlier versions now.
* - Implemented: #14294: Add option for axis label rotationKore Nordmann2009-07-0422-21/+23
|
* - Fixed #14857: Highlight text misplaced in charts with multiple bar dataKore Nordmann2009-05-283-1/+5
| | | | | | sets.
* - Added test for UTF-8 umlauts in SVG driverKore Nordmann2009-05-281-0/+2
|
* - Fixed #14655: A full circle sector is not drawn at all in GD driver.Kore Nordmann2009-03-251-0/+0
|
* - Implemented feature #14400: Add shortcut to set background colorKore Nordmann2009-02-252-0/+4
|
* - Tested multiple axis, when used with different axis space settings.Kore Nordmann2009-02-044-2/+6
| | | | | | - Finally fixes issue #13631: Rendering issues, when axisSpace set to 0
* - Fixed rotated axis label renderer to work with non default axis space andKore Nordmann2009-02-043-1/+5
| | | | | | zero axis space on orthogonal axis.
* - Refactored axis space handling in a BC compatible way. Fixes division by zeroKore Nordmann2009-02-0366-64/+68
| | | | | | | | | errors with axis space equals 0. Partly resolves #013631. - Added more tests for axis label renderers # Several SVGs changed because of slight reordering of SVG elements which # causes no visual differences.
* - Implamented feature #14146: Add new data symbols - square and boxKore Nordmann2009-01-201-0/+2
|
* - Resolved task #14219: Refactor grid drawing to be less susceptible toKore Nordmann2009-01-0751-51/+51
| | | | | | | | | floating point inaccuracies # Handle orthogonal axis as a special case, which fixes this for the far most # common case. # Also fixes slight grid irregularities which occurred sometimes.
* - Implemented feature #014010: Possibility to set x/y offsets forKore Nordmann2008-12-041-0/+2
| | | | | | highlightValue (Patch by Markus Lervik)
* - Fixed issue #13361: Provided workaround for ext/GD bug:Kore Nordmann2008-07-181-0/+0
| | | | | | http://bugs.php.net/45552
* - Fixed issue #13253: Division by zero when trying to render stacked bars.Kore Nordmann2008-07-021-0/+2
|
* - Implemented feature #11981: Provide option for exact axis label renderer toKore Nordmann2008-06-182-0/+4
| | | | | | put last value outside of the normal label boundings
* - Implemented feature #13102: Axes not extending beyond zero in line chartsKore Nordmann2008-06-182-0/+4
|
* - Implemented feature #13103: Different axes end stylesKore Nordmann2008-06-184-0/+8
|
* - Resolved #12379: Ensure one chart can be rerendered with new datasets)Kore Nordmann2008-05-311-0/+2
|
* - Force locale in relevant test cases to english locale and update affectedKore Nordmann2008-05-277-7/+7
| | | | | | test results.
* - Implemented feature #10957: Embed glyphs for exact SVG font width estimationKore Nordmann2008-05-03210-180/+59385
| | | | | | | # Lots of binary diffs, because font-family names are now enclosed in ' in SVG # files.
* - Fixed issue #12483: Average dataset does not work with a single value.Kore Nordmann2008-02-051-0/+2
|
* - Fixed SVG test file to reflect change in test caseKore Nordmann2008-01-221-1/+1
|
* - Implemented feature #12382: Enhance line chart to allow invisible lines.Kore Nordmann2008-01-211-0/+2
|
* - Implemented feature #11979: Line width configurable per data set.Kore Nordmann2008-01-211-0/+2
|
* - Fixed fileKore Nordmann2008-01-211-2/+0
|
* - Added missing test fileKore Nordmann2008-01-211-0/+4
|
* - Resolved task #12406: Use data container instead of mt_rand in tests.Kore Nordmann2008-01-2119-19/+19
| | | | | | # No visual differences in test files, but slight value differences
* - Fixed issue #12326: Per datapoint colors not used with bar chartsKore Nordmann2008-01-071-0/+2
|
* - Fixed issue #11777: Optionally independent axis font configurationKore Nordmann2008-01-072-0/+4
|
* - Fixed support for bitmaps in flash driverKore Nordmann2007-12-182-0/+0
| | | | | | | | | # - Removed exception, because scaling bimaps is possible, and we do not # need to throw an exception in this case. # - Fixed test cases, because PNGs are supported, even the documentation # says otherwise
* - Completed cairo driverKore Nordmann2007-12-182-0/+0
|
* - Got cairo driver mostly working.Kore Nordmann2007-12-1744-0/+0
| | | | | | | # Only full support for rotated texts is still missing # Execute the added tutorial example to see the current result.
* - Fixed issue #12246: Graph: dataBorder doesn't works in 2d renderer forKore Nordmann2007-12-131-0/+2
| | | | | | piecharts
* - Fixed issue #12064: Gradients are not rendered correctly in Flash driverKore Nordmann2007-11-265-0/+0
|
* - Fixed two more test filesKore Nordmann2007-11-262-0/+0
|
* - Fixed rendering of filled circles in flash driverKore Nordmann2007-11-261-0/+0
| | | | | | # Also fixed broken comparision image
* - Show zero value by default for odometer axisKore Nordmann2007-11-213-3/+3
|
* - Added support for odometer chartsKore Nordmann2007-11-213-0/+6
| | | | | | # Thanks to Lars Jankowski from Oxid esales for the initial patch.
* - Added test case for a bar chart with two sinlge point datasetsKore Nordmann2007-11-211-0/+2
|
* - Added test for drawing two lines with different line widthKore Nordmann2007-11-211-0/+0
|
* - Fixed issue #11640: Polygon size reducement failes for very thin four edgedKore Nordmann2007-10-231-0/+2
| | | | | | polygones
OpenPOWER on IntegriCloud