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
/
pie_test.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Use create_function instead of custom function creation to be able to rerun
Kore Nordmann
2007-02-08
1
-5
/
+5
*
- Welcome to 2007.
Derick Rethans
2007-01-11
1
-1
/
+1
*
- Moced compare methods to ezcGraphTestCase
Kore Nordmann
2006-12-15
1
-28
/
+3
*
- CS change (automatic script)
Derick Rethans
2006-12-14
1
-5
/
+5
*
- Fixed: Bug #9764 (3D Pie chart segment side polygon in front of circular arc)
Kore Nordmann
2006-12-08
1
-0
/
+1
*
- Fixed: Bug #9545 (pie chart tresh hold does not work if agregated data stay...
Kore Nordmann
2006-11-30
1
-0
/
+55
*
- Fixed: Bug #9656 (Threshold option spelled wrong)
Kore Nordmann
2006-11-30
1
-20
/
+20
*
- Fixed pie charts in 3d driver with only one 100% data point
Kore Nordmann
2006-11-06
1
-0
/
+31
*
- Throw ezcBaseValueExceptions instead of typecasting
Kore Nordmann
2006-11-02
1
-0
/
+33
*
- Implemented #009304: Possibility to format labels via callback
Kore Nordmann
2006-11-02
1
-0
/
+118
*
- Added more tests and fixed some minor setter and getter bugs
Kore Nordmann
2006-10-27
1
-0
/
+18
*
- Added some more tests for read and write accesss on properties
Kore Nordmann
2006-10-26
1
-0
/
+90
*
- Added tresh hold for pie charts
Kore Nordmann
2006-10-26
1
-0
/
+49
*
Subclassing PHPUnit_Framework_TestSuite is not the right way to customize the...
Sebastian Bergmann
2006-10-05
1
-1
/
+1
*
- Added background and border to font configuration
Kore Nordmann
2006-09-19
1
-2
/
+2
*
- Use faster SVG driver for all pie chart tests
Kore Nordmann
2006-09-18
1
-30
/
+35
*
- Made pie chart size configurable
Kore Nordmann
2006-09-18
1
-1
/
+25
*
Clean up setUp() and tearDown().
Sebastian Bergmann
2006-09-14
1
-13
/
+2
*
- Added image map support
Kore Nordmann
2006-09-12
1
-1
/
+6
*
- Skip tests if extension or extension feature is not available
Kore Nordmann
2006-09-11
1
-0
/
+12
*
- Mark these tests as skipped when testing with PHP 5.1.3 because PHPUnit
Derick Rethans
2006-08-22
1
-0
/
+4
*
- Started refactoring of font configuration
Kore Nordmann
2006-08-18
1
-2
/
+2
*
- Changed access to datasets from $chart['dataset'] to $chart->data['dataset']
Kore Nordmann
2006-08-15
1
-9
/
+9
*
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
-7
/
+25
*
- Removed factory methods and replaced them with direct class instantiation.
Kore Nordmann
2006-08-07
1
-4
/
+4
*
- Fixed pie chart labeling
Kore Nordmann
2006-08-07
1
-2
/
+44
*
- Added basic 3d renderer
Kore Nordmann
2006-08-02
1
-1
/
+1
*
- Fixed pie chart labeling
Kore Nordmann
2006-07-13
1
-5
/
+5
*
- Fixed boundings calculation for axis and data
Kore Nordmann
2006-07-11
1
-6
/
+6
*
- Refactored ezcGraphRenderer
Kore Nordmann
2006-07-11
1
-339
/
+26
*
- Applied API change for accessing datasets to be able to distinguish easier
Kore Nordmann
2006-06-27
1
-11
/
+11
*
- Added option to remove symbol lines from pie charts
Kore Nordmann
2006-06-20
1
-21
/
+124
*
- Disable rendering of selected chart elements
Kore Nordmann
2006-06-14
1
-0
/
+31
*
- Finished pie data rendering test
Kore Nordmann
2006-06-12
1
-7
/
+39
*
- Move pie chart elements out of the middle on highlight
Kore Nordmann
2006-06-12
1
-1
/
+32
*
- Added tests and basic implementation for pie charts
Kore Nordmann
2006-06-12
1
-7
/
+199
*
- Fixed line endings in files (Fixes bug #8457: Blank line at the end of
Derick Rethans
2006-06-08
1
-1
/
+0
*
- Cleaned up tests
Kore Nordmann
2006-06-07
1
-12
/
+5
*
- Refactored rendering methods
Kore Nordmann
2006-05-19
1
-1
/
+1
*
- Added tests and implementation for legend generation
Kore Nordmann
2006-05-17
1
-0
/
+94