diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-11-30 15:46:51 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-11-30 15:46:51 +0000 |
commit | 052165cca269587641656e9c9714343f2f5b3cf7 (patch) | |
tree | dce2541676aaa15336fefdf375c47f0c7fc8aa6f /tests/image_map_test.php | |
parent | a7df5bda8d5f00fee28a288fb078d936787fe524 (diff) | |
download | zetacomponents-graph-052165cca269587641656e9c9714343f2f5b3cf7.zip zetacomponents-graph-052165cca269587641656e9c9714343f2f5b3cf7.tar.gz |
- Removed initial font path value
Diffstat (limited to 'tests/image_map_test.php')
-rw-r--r-- | tests/image_map_test.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/image_map_test.php b/tests/image_map_test.php index 437613c..92cf5b4 100644 --- a/tests/image_map_test.php +++ b/tests/image_map_test.php @@ -140,6 +140,7 @@ class ezcGraphImageMapTest extends ezcTestCase $chart = new ezcGraphLineChart(); $chart->driver = new ezcGraphGdDriver(); + $chart->options->font->path = dirname( __FILE__ ) . '/data/font.ttf'; $chart->palette = new ezcGraphPaletteBlack(); $chart->data['sampleData'] = new ezcGraphArrayDataSet( array( 'sample 1' => 234, 'sample 2' => 21, 'sample 3' => 324, 'sample 4' => 120, 'sample 5' => 1) ); |