|
@@ -237,7 +237,7 @@ class box_funnel_of_prospection extends ModeleBoxes
|
|
|
$dolgraph->setBorderColor(array_values($bordercolorseries));
|
|
|
$dolgraph->setShowLegend(2);
|
|
|
if (!empty($conf->dol_optimize_smallscreen)) {
|
|
|
- $px1->SetWidth(320);
|
|
|
+ $dolgraph->SetWidth(320);
|
|
|
}
|
|
|
$dolgraph->setShowPercent(1);
|
|
|
$dolgraph->setMirrorGraphValues(true);
|