diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-06-02 08:43:45 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-06-02 08:43:45 +0000 |
commit | e437ca9b6521056527107ff9b81281cfd52485bc (patch) | |
tree | 86dde4e82c6e4192eb311bdf64e59300eef83585 /tests/numeric_axis_test.php | |
parent | f33ce6cab843a93c227464915d00e0580768d9d6 (diff) | |
download | zetacomponents-graph-e437ca9b6521056527107ff9b81281cfd52485bc.zip zetacomponents-graph-e437ca9b6521056527107ff9b81281cfd52485bc.tar.gz |
- Added tests for line chart rendering
Diffstat (limited to 'tests/numeric_axis_test.php')
-rw-r--r-- | tests/numeric_axis_test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/numeric_axis_test.php b/tests/numeric_axis_test.php index 46599c8..c902814 100644 --- a/tests/numeric_axis_test.php +++ b/tests/numeric_axis_test.php @@ -632,8 +632,8 @@ class ezcGraphNumericAxisTest extends ezcTestCase public function testRenderNumericAxisMajor() { - try - { + try + { $chart = ezcGraph::create( 'Line' ); $chart->sample = array( 2000 => 1045, 1300, 1012, 1450 ); $chart->sample->color = '#FF0000'; |