// Fixed first part of bug #PSCFV-3857

This commit is contained in:
dMetzger
2012-09-10 08:27:38 +00:00
parent f8a80ea6a5
commit 5a53f18cc4
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}';
}