// Fixed first part of bug #PSCFV-3857

This commit is contained in:
dMetzger
2012-09-10 08:27:38 +00:00
parent 1acb42b004
commit 0f9a21ec2e
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ class Curve
{
$this->type = '';
if ($type == 'bars')
$this->type = 'bars:{show:true}';
$this->type = 'bars:{show:true,lineWidth:10}';
if ($type == 'steps')
$this->type = 'lines:{show:true,steps:true}';
}