summaryrefslogtreecommitdiffstats
path: root/tests/labeled_axis_test.php
Commit message (Expand)AuthorAgeFilesLines
* - PHPUnit 3.1 MigrationSebastian Bergmann2007-07-021-8/+8
* - 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
* - 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 the...Sebastian Bergmann2006-10-051-1/+1
* 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 >= 3.0.0alpha12...Sebastian Bergmann2006-08-141-3/+3
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-141-9/+9
* - Removed factory methods and replaced them with direct class instantiation.Kore Nordmann2006-08-071-8/+8
* - Refactored ezcGraphRendererKore Nordmann2006-07-111-428/+80
* - Applied API change for accessing datasets to be able to distinguish easierKore Nordmann2006-06-271-21/+21
* - Added option for maximum size for arrow headsKore Nordmann2006-06-191-2/+60
* - 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
* - 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
* - 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
* - Moved axis renderer method to abstract ezcGraphElementAxis classKore Nordmann2006-05-261-0/+208
* - Implemented tests for line chart legend renderingKore Nordmann2006-05-231-0/+5
* - Refactored rendering methodsKore Nordmann2006-05-191-3/+3
* - Implemented automagic scaling for numeric axisKore Nordmann2006-05-161-1/+3
* - 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