summaryrefslogtreecommitdiffstats
path: root/tests/numeric_axis_test.php
Commit message (Expand)AuthorAgeFilesLines
* - Fixed issue #10693: ezcGraphChartElementAxis::getSteps returns minor steps Kore Nordmann2007-05-021-5/+8
* - Added feature #10470: Add support for format callback functions on all axisKore Nordmann2007-04-121-0/+64
* - Implemented #20276 for exact axis label rendererKore Nordmann2007-02-261-0/+43
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
* - Fixed: Bug #9827 (auto scaling on numeric axes inconsistent)Kore Nordmann2006-12-151-0/+64
* - CS change (automatic script)Derick Rethans2006-12-141-2/+2
* - Throw ezcBaseValueExceptions instead of typecastingKore Nordmann2006-11-021-1/+58
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize the...Sebastian Bergmann2006-10-051-1/+1
* - Ignore text rendering exceptions in axis testsKore Nordmann2006-09-241-1/+1
* Clean up setUp() and tearDown().Sebastian Bergmann2006-09-141-19/+0
* - Moved properties to properties arrayKore Nordmann2006-08-181-4/+4
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-151-18/+18
* Update UnitTest component and unit tests to work with PHPUnit >= 3.0.0alpha12...Sebastian Bergmann2006-08-141-4/+4
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-141-18/+18
* - Removed factory methods and replaced them with direct class instantiation.Kore Nordmann2006-08-071-18/+18
* - Renamed Dataset to DataSetKore Nordmann2006-08-071-1/+1
* - Refactored ezcGraphRendererKore Nordmann2006-07-111-591/+84
* - Applied API change for accessing datasets to be able to distinguish easierKore Nordmann2006-06-271-35/+35
* - Added option for maximum size for arrow headsKore Nordmann2006-06-191-0/+48
* - Use custom minimum and maximum values on numeric axis for automatic scalingKore Nordmann2006-06-191-0/+97
* - Added tests for setting axis types with new axis namesKore Nordmann2006-06-191-3/+22
* - Renamed X_axis and Y_axis to xAxis and yAxisKore Nordmann2006-06-141-79/+79
* - Added test and implementation for exclusive zero valuesKore Nordmann2006-06-131-0/+30
* - Fixed division by zero caused by no amplitude in dataKore Nordmann2006-06-131-0/+30
* - Added grids to line charts (tests & implementation)Kore Nordmann2006-06-081-0/+90
* - Added test for numerix X axisKore Nordmann2006-06-081-0/+62
* - Cleaned up testsKore Nordmann2006-06-071-409/+251
* - Added outomatic colorization from palletsKore Nordmann2006-06-061-10/+10
* - 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-3/+3
* - Added additional option labelPadding to axis to get labels out of the axis.Kore Nordmann2006-06-021-6/+6
* - Fixed bug in determining null position for numeric axisKore Nordmann2006-06-021-1/+32
* - Added tests for line chart renderingKore Nordmann2006-06-021-2/+2
* - Added tests for axis labelsKore Nordmann2006-06-021-21/+39
* - Fixed axis tests to use custom class names for mocked classesKore Nordmann2006-05-311-4/+4
* - Added test for axis renderingKore Nordmann2006-05-311-10/+171
* - Moved axis renderer method to abstract ezcGraphElementAxis classKore Nordmann2006-05-261-0/+231
* - Added tests for custom padding and symbol sizes for legendKore Nordmann2006-05-241-0/+35
* - Implemented tests for line chart legend renderingKore Nordmann2006-05-231-0/+7
* - Refactored rendering methodsKore Nordmann2006-05-191-6/+6
* - Implemented automagic scaling for numeric axisKore Nordmann2006-05-161-40/+76
* - Implemented manual scaling for numeric axisKore Nordmann2006-05-151-1/+1
* - Added tests for numeric axisKore Nordmann2006-05-151-0/+330
OpenPOWER on IntegriCloud