summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* - Implamented feature #14146: Add new data symbols - square and boxKore Nordmann2009-01-202-0/+68
|
* - Implemented feature #13634: Make Offset of ezcGraphAxisRotatedLabelRendererKore Nordmann2009-01-201-0/+73
| | | | | | optional
* - Implemented feature #11980: Provide an initial array with labels for labeledKore Nordmann2009-01-201-0/+66
| | | | | | axis
* - Implemented feature #12897: Add the possibility to have a subtitle forKore Nordmann2009-01-151-0/+98
| | | | | | Graphs.
* - 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-043-0/+65
| | | | | | highlightValue (Patch by Markus Lervik)
* - Fixed issue #13595: majorStep overridden if min and max are both setKore Nordmann2008-09-101-0/+70
|
* - Fixed issue #13361: Provided workaround for ext/GD bug:Kore Nordmann2008-07-182-0/+35
| | | | | | http://bugs.php.net/45552
* - Fixed issue #13253: Division by zero when trying to render stacked bars.Kore Nordmann2008-07-022-0/+33
|
* - Implemented feature #11981: Provide option for exact axis label renderer toKore Nordmann2008-06-183-1/+104
| | | | | | put last value outside of the normal label boundings
* - Implemented feature #13102: Axes not extending beyond zero in line chartsKore Nordmann2008-06-184-1/+78
|
* - Implemented feature #13103: Different axes end stylesKore Nordmann2008-06-186-0/+122
|
* - Resolved #12379: Ensure one chart can be rerendered with new datasets)Kore Nordmann2008-05-312-0/+32
|
* - Force locale in relevant test cases to english locale and update affectedKore Nordmann2008-05-279-7/+10
| | | | | | test results.
* - Fixed issue #12581: Wrong axis captions in bar charts with manual min/maxKore Nordmann2008-05-271-0/+49
| | | | | | values
* - Fixed license tags.Derick Rethans2008-05-161-8/+8
|
* - Implemented feature #10829: Get resource from driverKore Nordmann2008-05-034-0/+82
|
* - Implemented feature #10957: Embed glyphs for exact SVG font width estimationKore Nordmann2008-05-03214-180/+63695
| | | | | | | # 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-052-0/+33
|
* - Skip test instead of failingKore Nordmann2008-01-221-1/+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-212-0/+27
|
* - Implemented feature #11979: Line width configurable per data set.Kore Nordmann2008-01-212-0/+34
|
* - Fixed fileKore Nordmann2008-01-211-2/+0
|
* - Added missing test fileKore Nordmann2008-01-211-0/+4
|
* - Fixed issue #12405: Highlightfontsize reduced when padding > 0 in highlightKore Nordmann2008-01-211-0/+30
| | | | | | font options
* - Forget to fix this test caseKore Nordmann2008-01-211-1/+1
|
* - Resolved task #12406: Use data container instead of mt_rand in tests.Kore Nordmann2008-01-2124-133/+85
| | | | | | # No visual differences in test files, but slight value differences
* - Fixed issue #12326: Per datapoint colors not used with bar chartsKore Nordmann2008-01-072-0/+28
|
* - Fixed issue #11777: Optionally independent axis font configurationKore Nordmann2008-01-074-0/+82
|
* - Fixed issue #12295: Broken automatic scaling with manually set min value,Kore Nordmann2008-01-071-0/+66
| | | | | | not divisible by major step
* - Fixed issue #12254: Bad property-check for strokeLineJoin in SVG driverKore Nordmann2008-01-071-2/+2
|
* - Welcome to 2008.Derick Rethans2008-01-0239-39/+39
|
* - Fixed flash comparision to ignore binary streams for bitmap fillsKore Nordmann2007-12-181-0/+1
|
* - Fixed support for bitmaps in flash driverKore Nordmann2007-12-183-38/+13
| | | | | | | | | # - 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-183-0/+2
|
* - Got cairo driver mostly working.Kore Nordmann2007-12-1745-0/+1484
| | | | | | | # 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-132-0/+28
| | | | | | piecharts
* - Use __toString call for testing, to work with PHP 5.1Kore Nordmann2007-12-111-1/+1
|
* - Also test for exception in getterKore Nordmann2007-11-271-1/+17
|
* - Test for drivers __set-methodKore Nordmann2007-11-271-0/+45
|
* - Test for ezcGraphGdDriverUnsupportedImageTypeExceptionKore Nordmann2007-11-271-0/+23
|
* - Test for unknown elementsKore Nordmann2007-11-271-1/+21
|
* - Test for invalid id exceptionKore Nordmann2007-11-271-0/+27
|
* - Test for date parsing exceptionKore Nordmann2007-11-271-0/+18
|
* - 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
* - Fixed some first issues in GraphKore Nordmann2007-11-231-0/+45
|
* - Show zero value by default for odometer axisKore Nordmann2007-11-213-3/+3
|
OpenPOWER on IntegriCloud