summaryrefslogtreecommitdiffstats
path: root/src/charts
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-08-15 15:00:03 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-08-15 15:00:03 +0000
commit440bcae05b756a4167df690a48b2b77817d6a39a (patch)
tree2330ddda037e2efbaeda8d147164937f2581096a /src/charts
parent4c85aee953e34bb0f997af13fc9b35e5ed29699c (diff)
downloadzetacomponents-graph-440bcae05b756a4167df690a48b2b77817d6a39a.zip
zetacomponents-graph-440bcae05b756a4167df690a48b2b77817d6a39a.tar.gz
- Use symbol as bottom shape for bars in 3d renderer
Diffstat (limited to 'src/charts')
-rw-r--r--src/charts/line.php1
1 files changed, 1 insertions, 0 deletions
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
);
}
OpenPOWER on IntegriCloud