identation du code
This commit is contained in:
parent
c2fa50c2de
commit
2c06813643
@ -390,27 +390,31 @@ class PHPlot
|
|||||||
function SetXDataLabelAngle($which_xdla) {
|
function SetXDataLabelAngle($which_xdla) {
|
||||||
$this->x_datalabel_angle = $which_xdla;
|
$this->x_datalabel_angle = $which_xdla;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
function SetXScaleType($which_xst) {
|
|
||||||
$this->xscale_type = $which_xst;
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
function SetYScaleType($which_yst) {
|
|
||||||
$this->yscale_type = $which_yst;
|
|
||||||
if ($this->x_axis_position <= 0) {
|
|
||||||
$this->x_axis_position = 1;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
function SetPrecisionX($which_prec) {
|
function SetXScaleType($which_xst) {
|
||||||
$this->x_precision = $which_prec;
|
$this->xscale_type = $which_xst;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
function SetPrecisionY($which_prec) {
|
|
||||||
$this->y_precision = $which_prec;
|
function SetYScaleType($which_yst) {
|
||||||
return true;
|
$this->yscale_type = $which_yst;
|
||||||
}
|
if ($this->x_axis_position <= 0) {
|
||||||
|
$this->x_axis_position = 1;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
function SetPrecisionX($which_prec) {
|
||||||
|
$this->x_precision = $which_prec;
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
function SetPrecisionY($which_prec)
|
||||||
|
{
|
||||||
|
$this->y_precision = $which_prec;
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
function SetIndexColors() { //Internal Method called to set colors and preserve state
|
function SetIndexColors() { //Internal Method called to set colors and preserve state
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user