// Fixed first part of bug #PSCFV-3857

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17250 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-09-10 08:27:38 +00:00
parent b3c42487b5
commit d425ee9563
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}';
}