Fix dolgraph
This commit is contained in:
parent
3f6cc8142d
commit
f9546fc50e
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user