From 440bcae05b756a4167df690a48b2b77817d6a39a Mon Sep 17 00:00:00 2001 From: Kore Nordmann Date: Tue, 15 Aug 2006 15:00:03 +0000 Subject: - Use symbol as bottom shape for bars in 3d renderer --- src/charts/line.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/charts') diff --git a/src/charts/line.php b/src/charts/line.php index 02323e9..60b2e4b 100644 --- a/src/charts/line.php +++ b/src/charts/line.php @@ -174,6 +174,7 @@ class ezcGraphLineChart extends ezcGraphChart $width, $nr[$data->displayType->default], $count[$data->displayType->default], + $data->symbol[$key], $yAxisNullPosition ); } -- cgit v1.1