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
/
line_test.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up setUp() and tearDown().
Sebastian Bergmann
2006-09-14
1
-13
/
+2
*
- Added image map support
Kore Nordmann
2006-09-12
1
-0
/
+20
*
- Skip tests if extension or extension feature is not available
Kore Nordmann
2006-09-11
1
-1
/
+1
*
- Mark these tests as skipped when testing with PHP 5.1.3 because PHPUnit
Derick Rethans
2006-08-22
1
-0
/
+4
*
- Changed access to datasets from $chart['dataset'] to $chart->data['dataset']
Kore Nordmann
2006-08-15
1
-22
/
+22
*
Update UnitTest component and unit tests to work with PHPUnit >= 3.0.0alpha12...
Sebastian Bergmann
2006-08-14
1
-1
/
+1
*
- Changed datsets to accept instances of ezcGraphDataSet only
Kore Nordmann
2006-08-14
1
-6
/
+169
*
- Removed factory methods and replaced them with direct class instantiation.
Kore Nordmann
2006-08-07
1
-6
/
+6
*
- Added basic 3d renderer
Kore Nordmann
2006-08-02
1
-3
/
+25
*
- Fixed boundings for line chart data
Kore Nordmann
2006-07-24
1
-11
/
+11
*
- Fixed boundings calculation for axis and data
Kore Nordmann
2006-07-11
1
-11
/
+11
*
- Refactored ezcGraphRenderer
Kore Nordmann
2006-07-11
1
-252
/
+98
*
- Applied API change for accessing datasets to be able to distinguish easier
Kore Nordmann
2006-06-27
1
-15
/
+14
*
- Added option for maximum size for arrow heads
Kore Nordmann
2006-06-19
1
-1
/
+1
*
- Fixed division by zero with zero values and filled lines
Kore Nordmann
2006-06-19
1
-0
/
+31
*
- Add possibility to use filled line charts
Kore Nordmann
2006-06-14
1
-1
/
+79
*
- Missed to revert local changes in test
Kore Nordmann
2006-06-14
1
-2
/
+1
*
- Made line thickness for line charts adjustable
Kore Nordmann
2006-06-14
1
-5
/
+60
*
- Disable rendering of selected chart elements
Kore Nordmann
2006-06-14
1
-0
/
+28
*
- Added tests and basic implementation for pie charts
Kore Nordmann
2006-06-12
1
-2
/
+2
*
- Improved supersampling
Kore Nordmann
2006-06-09
1
-1
/
+1
*
- Fixed line endings in files (Fixes bug #8457: Blank line at the end of
Derick Rethans
2006-06-08
1
-2
/
+0
*
- Added grids to line charts (tests & implementation)
Kore Nordmann
2006-06-08
1
-1
/
+1
*
- Cleaned up tests
Kore Nordmann
2006-06-07
1
-169
/
+135
*
- Added additional parameter 'spacing' for legends
Kore Nordmann
2006-06-06
1
-0
/
+1
*
- Added outomatic colorization from pallets
Kore Nordmann
2006-06-06
1
-7
/
+4
*
- Added tests and implementation for text elements eg. chart title
Kore Nordmann
2006-06-02
1
-0
/
+42
*
- Fixed issue with custom fonts for single elements
Kore Nordmann
2006-06-02
1
-18
/
+0
*
- Added additional option labelPadding to axis to get labels out of the axis.
Kore Nordmann
2006-06-02
1
-1
/
+1
*
- Moved font configuration to elements
Kore Nordmann
2006-06-02
1
-1
/
+1
*
- Fixed bug in determining null position for numeric axis
Kore Nordmann
2006-06-02
1
-3
/
+3
*
- Added tests for line chart rendering
Kore Nordmann
2006-06-02
1
-10
/
+135
*
- Added tests for axis labels
Kore Nordmann
2006-06-02
1
-7
/
+29
*
- Added tests for custom padding and symbol sizes for legend
Kore Nordmann
2006-05-24
1
-318
/
+0
*
- Implemented tests for line chart legend rendering
Kore Nordmann
2006-05-23
1
-17
/
+322
*
- Refactored rendering methods
Kore Nordmann
2006-05-19
1
-1
/
+23
*
- Added tests and implementation for legend generation
Kore Nordmann
2006-05-17
1
-0
/
+104