index
:
zetacomponents-graph
fill-color-separation
fix-utf8-graph-labels
horiz-stacked-render
master
radar-bound-fill
Raptor Engineering's copy of the Zeta Components Graph module
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
numeric_axis_test.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up setUp() and tearDown().
Sebastian Bergmann
2006-09-14
1
-19
/
+0
*
- Moved properties to properties array
Kore Nordmann
2006-08-18
1
-4
/
+4
*
- Changed access to datasets from $chart['dataset'] to $chart->data['dataset']
Kore Nordmann
2006-08-15
1
-18
/
+18
*
Update UnitTest component and unit tests to work with PHPUnit >= 3.0.0alpha12...
Sebastian Bergmann
2006-08-14
1
-4
/
+4
*
- Changed datsets to accept instances of ezcGraphDataSet only
Kore Nordmann
2006-08-14
1
-18
/
+18
*
- Removed factory methods and replaced them with direct class instantiation.
Kore Nordmann
2006-08-07
1
-18
/
+18
*
- Renamed Dataset to DataSet
Kore Nordmann
2006-08-07
1
-1
/
+1
*
- Refactored ezcGraphRenderer
Kore Nordmann
2006-07-11
1
-591
/
+84
*
- Applied API change for accessing datasets to be able to distinguish easier
Kore Nordmann
2006-06-27
1
-35
/
+35
*
- Added option for maximum size for arrow heads
Kore Nordmann
2006-06-19
1
-0
/
+48
*
- Use custom minimum and maximum values on numeric axis for automatic scaling
Kore Nordmann
2006-06-19
1
-0
/
+97
*
- Added tests for setting axis types with new axis names
Kore Nordmann
2006-06-19
1
-3
/
+22
*
- Renamed X_axis and Y_axis to xAxis and yAxis
Kore Nordmann
2006-06-14
1
-79
/
+79
*
- Added test and implementation for exclusive zero values
Kore Nordmann
2006-06-13
1
-0
/
+30
*
- Fixed division by zero caused by no amplitude in data
Kore Nordmann
2006-06-13
1
-0
/
+30
*
- Added grids to line charts (tests & implementation)
Kore Nordmann
2006-06-08
1
-0
/
+90
*
- Added test for numerix X axis
Kore Nordmann
2006-06-08
1
-0
/
+62
*
- Cleaned up tests
Kore Nordmann
2006-06-07
1
-409
/
+251
*
- Added outomatic colorization from pallets
Kore Nordmann
2006-06-06
1
-10
/
+10
*
- Added arrow heads to axis
Kore Nordmann
2006-06-06
1
-0
/
+38
*
- Fixed axis to use axis type based labeling methods, which results in better
Kore Nordmann
2006-06-06
1
-3
/
+3
*
- Added additional option labelPadding to axis to get labels out of the axis.
Kore Nordmann
2006-06-02
1
-6
/
+6
*
- Fixed bug in determining null position for numeric axis
Kore Nordmann
2006-06-02
1
-1
/
+32
*
- Added tests for line chart rendering
Kore Nordmann
2006-06-02
1
-2
/
+2
*
- Added tests for axis labels
Kore Nordmann
2006-06-02
1
-21
/
+39
*
- Fixed axis tests to use custom class names for mocked classes
Kore Nordmann
2006-05-31
1
-4
/
+4
*
- Added test for axis rendering
Kore Nordmann
2006-05-31
1
-10
/
+171
*
- Moved axis renderer method to abstract ezcGraphElementAxis class
Kore Nordmann
2006-05-26
1
-0
/
+231
*
- Added tests for custom padding and symbol sizes for legend
Kore Nordmann
2006-05-24
1
-0
/
+35
*
- Implemented tests for line chart legend rendering
Kore Nordmann
2006-05-23
1
-0
/
+7
*
- Refactored rendering methods
Kore Nordmann
2006-05-19
1
-6
/
+6
*
- Implemented automagic scaling for numeric axis
Kore Nordmann
2006-05-16
1
-40
/
+76
*
- Implemented manual scaling for numeric axis
Kore Nordmann
2006-05-15
1
-1
/
+1
*
- Added tests for numeric axis
Kore Nordmann
2006-05-15
1
-0
/
+330