dolgrap.class.php with frederic34 advices
This commit is contained in:
parent
fd888be5e5
commit
82b688a2b0
@ -183,7 +183,6 @@ class DolGraph
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
|
|
||||||
/**
|
/**
|
||||||
* Hide X Values
|
* Hide X Values
|
||||||
*
|
*
|
||||||
@ -277,7 +276,6 @@ class DolGraph
|
|||||||
$this->datacolor = $datacolor;
|
$this->datacolor = $datacolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
|
|
||||||
/**
|
/**
|
||||||
* Set border color
|
* Set border color
|
||||||
*
|
*
|
||||||
@ -289,7 +287,6 @@ class DolGraph
|
|||||||
$this->bordercolor = $bordercolor;
|
$this->bordercolor = $bordercolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
|
|
||||||
/**
|
/**
|
||||||
* Set border width
|
* Set border width
|
||||||
*
|
*
|
||||||
@ -301,7 +298,6 @@ class DolGraph
|
|||||||
$this->borderwidth = $borderwidth;
|
$this->borderwidth = $borderwidth;
|
||||||
}
|
}
|
||||||
|
|
||||||
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
|
|
||||||
/**
|
/**
|
||||||
* Set tooltips labels of the graph
|
* Set tooltips labels of the graph
|
||||||
*
|
*
|
||||||
@ -314,7 +310,6 @@ class DolGraph
|
|||||||
$this->tooltipsLabels = $tooltipsLabels;
|
$this->tooltipsLabels = $tooltipsLabels;
|
||||||
}
|
}
|
||||||
|
|
||||||
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
|
|
||||||
/**
|
/**
|
||||||
* Set tooltips titles of the graph
|
* Set tooltips titles of the graph
|
||||||
*
|
*
|
||||||
@ -480,7 +475,6 @@ class DolGraph
|
|||||||
unset($this->bgcolorgrid);
|
unset($this->bgcolorgrid);
|
||||||
}
|
}
|
||||||
|
|
||||||
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
|
|
||||||
/**
|
/**
|
||||||
* Mirror Values of the graph
|
* Mirror Values of the graph
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user