Improved the area graphs visualization

(cherry picked from commit 254c633c798a963235c2f7d03626b3cae430acc9)
This commit is contained in:
Alejandro Gallardo Escobar 2016-06-06 16:57:28 +02:00
parent d63ae545f7
commit 6afa101e76

View File

@ -859,8 +859,11 @@ function pch_vertical_graph ($graph_type, $index, $data, $width, $height,
"GridR" => 200,
"GridG" => 200,
"GridB" => 200,
"DrawSubTicks" => TRUE,
"CycleBackground" => TRUE,
"GridAlpha" => 30,
"DrawSubTicks" => true,
"CycleBackground" => true,
"BackgroundAlpha1" => 35,
"BackgroundAlpha2" => 35,
"Mode" => $mode,
"ManualScale" => $ManualScale,
"LabelRotation" => 40,
@ -885,7 +888,7 @@ function pch_vertical_graph ($graph_type, $index, $data, $width, $height,
$ForceTransparency = "-1";
break;
default:
$ForceTransparency = "50";
$ForceTransparency = "100";
break;
}