summaryrefslogtreecommitdiffstats
path: root/tests/numeric_axis_test.php
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Fixed #15578: formatString not working with numeric axisKore Nordmann2009-09-281-0/+32
* - Added delta values to all float value comparisionsKore Nordmann2009-07-041-58/+114
* - Added delta values to all float value comparisionsKore Nordmann2009-07-041-10/+20
* - Fixed #14651: Handle floor() floating point inaccuracies in numneric axisKore Nordmann2009-03-251-0/+34
* - s/2008/2009.Derick Rethans2009-02-231-1/+1
* - Fixed issue #13595: majorStep overridden if min and max are both setKore Nordmann2008-09-101-0/+70
* - Fixed issue #12581: Wrong axis captions in bar charts with manual min/maxKore Nordmann2008-05-271-0/+49
* - Fixed issue #12295: Broken automatic scaling with manually set min value,Kore Nordmann2008-01-071-0/+66
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
* - Doc fixes.Tobias Schlitt2007-09-121-1/+1
* - 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
OpenPOWER on IntegriCloud