Fix dolgraph

This commit is contained in:
Laurent Destailleur 2020-03-06 09:21:04 +01:00
parent 3f6cc8142d
commit f9546fc50e

View File

@ -1206,7 +1206,6 @@ class DolGraph
$color = 'rgb('.$newcolor[0].', '.$newcolor[1].', '.$newcolor[2].', 0.9)';
$bordercolor = 'rgb('.$newcolor[0].', '.$newcolor[1].', '.$newcolor[2].')';
$textoflegend = $arrayofgroupslegend[$i]['legendwithgroup'];
} else {
$color = 'rgb('.$this->datacolor[$i][0].', '.$this->datacolor[$i][1].', '.$this->datacolor[$i][2].', 0.9)';
$bordercolor = $color;