summaryrefslogtreecommitdiffstats
path: root/tests/renderer_2d_test.php
Commit message (Collapse)AuthorAgeFilesLines
* Updated to changes in PHPUnit Mock APIKore Nordmann2013-12-211-11/+13
|
* Ensure correct locale in all testsKore Nordmann2013-12-211-4/+4
|
* Enforce locale in tests generating SVG with numeric axisKore Nordmann2013-12-211-0/+2
|
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-121-1/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-301-1/+18
|
* - Clean up mock objects stored in attributes at tearDown().Sebastian Bergmann2010-01-161-0/+3
| | | | | | - Make setUp() and tearDown() protected, as they should be.
* - s/2009/2010/gDerick Rethans2010-01-081-1/+1
|
* - Implemented: #14294: Add option for axis label rotationKore Nordmann2009-07-041-0/+23
|
* - Fixed #14857: Highlight text misplaced in charts with multiple bar dataKore Nordmann2009-05-281-0/+58
| | | | | | sets.
* - s/2008/2009.Derick Rethans2009-02-231-1/+1
|
* - Refactored axis space handling in a BC compatible way. Fixes division by zeroKore Nordmann2009-02-031-21/+141
| | | | | | | | | 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/+66
|
* - Implemented feature #13102: Axes not extending beyond zero in line chartsKore Nordmann2008-06-181-1/+50
|
* - Implemented feature #13103: Different axes end stylesKore Nordmann2008-06-181-0/+70
|
* - Fixed issue #11777: Optionally independent axis font configurationKore Nordmann2008-01-071-0/+29
|
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
|
* - Fixed issue #12246: Graph: dataBorder doesn't works in 2d renderer forKore Nordmann2007-12-131-0/+26
| | | | | | piecharts
* - Doc fixes.Tobias Schlitt2007-09-121-1/+1
|
* - Implemented feature #10978: Add support for stacked bar chartsKore Nordmann2007-09-061-0/+40
|
* - Use value of correct type.Kore Nordmann2007-08-131-1/+1
| | | | | | | # PHPUnit now also check if both values are is_numeric() which caused a # failure
* - Fixed bug #11107: Floating point inaccuracies caused missing grid in lineKore Nordmann2007-08-011-0/+20
| | | | | | chart
* - Fixed order of points in arrow head polygonsKore Nordmann2007-04-261-2/+2
| | | | | | | # No visual difference in compariosion files - Fixes arrow heads in rotated axis in radar charts
* - First working version of radar chartsKore Nordmann2007-04-261-0/+113
| | | | | | | | | | # 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
* - Fixed issue #10056: Fixed drawing order for boxes with background and borderKore Nordmann2007-01-241-12/+12
| | | | | | | # SVG element order changed without visual difference in comparision images # Mind, that bug #9765 hast severe effect for big borders
* - Move existing background tests to own test caseKore Nordmann2007-01-241-52/+0
|
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
|
* - Make renderToOutput() method available to chartKore Nordmann2007-01-041-0/+20
|
* - Moced compare methods to ezcGraphTestCaseKore Nordmann2006-12-151-28/+3
|
* - CS change (automatic script)Derick Rethans2006-12-141-25/+25
|
* - Fixed: Bug #9795 (Interferring bars, when bars count is higher then major Kore Nordmann2006-12-131-0/+21
| | | | | | step count)
* - Fixed: Bug #9655 (pieChartOffset and highlight do not work together in 2d Kore Nordmann2006-11-301-0/+26
| | | | | | renderer)
* - Throw ezcBaseValueExceptions instead of typecastingKore Nordmann2006-11-021-3/+244
| | | | | | | - Do range checks instead of converting numbers using min and max - Extended testcases to test for ezcBaseValueExceptions
* - Added more tests and fixed some minor setter and getter bugsKore Nordmann2006-10-271-0/+95
|
* - Added some more tests for read and write accesss on propertiesKore Nordmann2006-10-261-1/+411
|
* - Fixed sorting order of 2d bar chart elements.Kore Nordmann2006-10-231-4/+4
|
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵Sebastian Bergmann2006-10-051-1/+1
| | | | the output of the TextUI test runner.
* - Made pie chart symbol color independent from font colorKore Nordmann2006-10-041-0/+26
|
* - Added gleam to 2d pie chartsKore Nordmann2006-10-041-0/+28
| | | | | | - Added gleam border to reduce size of gleam
* - Added two small test for palettes ez and ezBlueKore Nordmann2006-09-201-2/+2
| | | | | | | - Fixes shadows in 3d renderer - Added ez palette
* - Enhanced pie chart labeling algorithmKore Nordmann2006-09-191-22/+22
|
* - Added background and border to font configurationKore Nordmann2006-09-191-0/+30
| | | | | | - Show value for highlighted datapoints in bar and line charts
* - Fixed tests casesKore Nordmann2006-09-141-8/+10
|
* Clean up setUp() and tearDown().Sebastian Bergmann2006-09-141-14/+4
|
* - Added shadow for pie charts in 2d rendererKore Nordmann2006-09-121-0/+25
|
* - Added image map supportKore Nordmann2006-09-121-5/+15
| | | | | | # This changes all generated SVGs because each genereted element has an ID now
* - Fixed bug caused by different axis space for axisKore Nordmann2006-09-111-0/+23
| | | | | | # Changes rendering order of chart elements, what causes changed SVG documents
* - Removed generation of files in non temp dirsKore Nordmann2006-09-071-4/+4
|
* - Added axis label rendering to 2d rendererKore Nordmann2006-09-071-0/+48
|
* - Mark these tests as skipped when testing with PHP 5.1.3 because PHPUnitDerick Rethans2006-08-221-0/+4
| | | | | | requires PHp 5.1.3 or higher for those tests to work.
* - Started refactoring of font configurationKore Nordmann2006-08-181-9/+0
| | | | | | | # - The next iteration will enable you to use the different font rendering # methods from ext/GD
OpenPOWER on IntegriCloud