// Fixed first part of bug #PSCFV-3857
This commit is contained in:
+1
-1
@@ -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}';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user