summaryrefslogtreecommitdiffstats
path: root/tests/labeled_axis_test.php
Commit message (Collapse)AuthorAgeFilesLines
* Ensure correct locale in all testsKore Nordmann2013-12-211-2/+4
|
* - 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
|
* - s/2009/2010/gDerick Rethans2010-01-081-1/+1
|
* - s/2008/2009.Derick Rethans2009-02-231-1/+1
|
* - Implemented feature #11980: Provide an initial array with labels for labeledKore Nordmann2009-01-201-0/+66
| | | | | | axis
* - Resolved task #12406: Use data container instead of mt_rand in tests.Kore Nordmann2008-01-211-56/+20
| | | | | | # No visual differences in test files, but slight value differences
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
|
* - Doc fixes.Tobias Schlitt2007-09-121-1/+1
|
* - PHPUnit 3.1 MigrationSebastian Bergmann2007-07-021-8/+8
| | | | | | | | | | | - Migrate PHPUnit_Framework_Assert::getAttribute() to PHPUnit_Framework_Assert::readAttribute(). - Use PHPUnit_Framework_TestCase::setLocale(). - Populate code coverage whitelist from autoload arrays. - Remove ezcTestRunner::addFileToFilter(). # PHPUnit 3.1 is now required.
* - Added feature #10470: Add support for format callback functions on all axisKore Nordmann2007-04-121-0/+64
|
* - Implemented #10375: Manually reduce or increase the label count on labeled ↵Kore Nordmann2007-03-051-0/+113
| | | | axis
* - Fixed issue #10275: Low label count on labeled axisKore Nordmann2007-03-011-2/+144
|
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
|
* - Add one more test for labeled axis label orderKore Nordmann2007-01-031-0/+13
|
* - Added missing tests for axisKore Nordmann2006-10-271-0/+47
|
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵Sebastian Bergmann2006-10-051-1/+1
| | | | the output of the TextUI test runner.
* Clean up setUp() and tearDown().Sebastian Bergmann2006-09-141-19/+0
|
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-151-9/+9
|
* Update UnitTest component and unit tests to work with PHPUnit >= ↵Sebastian Bergmann2006-08-141-3/+3
| | | | 3.0.0alpha12. This is also the required version of PHPUnit now.
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-141-9/+9
| | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests
* - Removed factory methods and replaced them with direct class instantiation.Kore Nordmann2006-08-071-8/+8
|
* - Refactored ezcGraphRendererKore Nordmann2006-07-111-428/+80
| | | | | | # Most test run again, but complete result is still errnous
* - Applied API change for accessing datasets to be able to distinguish easierKore Nordmann2006-06-271-21/+21
| | | | | | | | | | | between chart elements and datasets # Changes the way datasets are accessed for charts # Old: # $chart->dataset = array( ... ); # New: # $chart['dataset'] = array( ... );
* - Added option for maximum size for arrow headsKore Nordmann2006-06-191-2/+60
| | | | | | | - Made possible to define custom labels for axis - Made unused method ezcGraphChartElementAxis::drawLabels
* - Added tests for setting axis types with new axis namesKore Nordmann2006-06-191-0/+17
|
* - Renamed X_axis and Y_axis to xAxis and yAxisKore Nordmann2006-06-141-29/+29
|
* - Added grids to line charts (tests & implementation)Kore Nordmann2006-06-081-0/+53
|
* - Handle Much data points with labeled axisKore Nordmann2006-06-081-0/+51
|
* - Cleaned up testsKore Nordmann2006-06-071-270/+176
|
* - Added outomatic colorization from palletsKore Nordmann2006-06-061-6/+6
|
* - Added arrow heads to axisKore Nordmann2006-06-061-0/+38
|
* - Fixed axis to use axis type based labeling methods, which results in betterKore Nordmann2006-06-061-7/+17
| | | | | | labeling
* - Added additional option labelPadding to axis to get labels out of the axis.Kore Nordmann2006-06-021-9/+9
|
* - Added tests for axis labelsKore Nordmann2006-06-021-24/+34
| | | | | | - Implemented axis labels
* - Fixed axis tests to use custom class names for mocked classesKore Nordmann2006-05-311-3/+3
|
* - Added test for axis renderingKore Nordmann2006-05-311-0/+137
| | | | | | | - Implemented axis rendering - Missing lables
* - Moved axis renderer method to abstract ezcGraphElementAxis classKore Nordmann2006-05-261-0/+208
| | | | | | | - Added coordinate calculation tests for both axis types - Implemented coordinate calculation
* - Implemented tests for line chart legend renderingKore Nordmann2006-05-231-0/+5
| | | | | | - Implemented legend rendering
* - Refactored rendering methodsKore Nordmann2006-05-191-3/+3
| | | | | | - Refactored chart title to be a chartelement
* - Implemented automagic scaling for numeric axisKore Nordmann2006-05-161-1/+3
| | | | | | | - Let incomplete tests throw a PHPUnit2_Framework_IncompleteTestError instead of just failing
* - Implemented automatic label setting from datasets for labeled_axisKore Nordmann2006-05-161-0/+30
|
* - Added tests for labeled axisKore Nordmann2006-05-151-0/+107
OpenPOWER on IntegriCloud