summaryrefslogtreecommitdiffstats
path: root/src/charts
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-10-23 08:27:26 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-10-23 08:27:26 +0000
commitc7cb2aa85e0f7b4584119cc96bb908799bdf1923 (patch)
treeb2856916a64cb9652225d6e8a0ff9bb241b56e4a /src/charts
parent06f5b4609042511a2eaeb4cde920094afcaceb63 (diff)
downloadzetacomponents-graph-c7cb2aa85e0f7b4584119cc96bb908799bdf1923.zip
zetacomponents-graph-c7cb2aa85e0f7b4584119cc96bb908799bdf1923.tar.gz
- Fixed issue #11511: Line thickness wan't used for rendering
Diffstat (limited to 'src/charts')
-rw-r--r--src/charts/line.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/charts/line.php b/src/charts/line.php
index 9e4dc77..250946c 100644
--- a/src/charts/line.php
+++ b/src/charts/line.php
@@ -306,7 +306,8 @@ class ezcGraphLineChart extends ezcGraphChart
$data->symbol[$key],
$data->color[$key],
$fillColor,
- $yAxisNullPosition
+ $yAxisNullPosition,
+ $this->options->lineThickness
);
break;
case ( $data->displayType->default === ezcGraph::BAR ) &&
OpenPOWER on IntegriCloud