Improved the visualization of the static graphs which have a little height

(cherry picked from commit c723a34f2c)
This commit is contained in:
Alejandro Gallardo Escobar 2016-06-03 13:29:08 +02:00
parent 9bc9bb9cc3
commit 87631edf4b
1 changed files with 9 additions and 10 deletions

View File

@ -865,17 +865,16 @@ function pch_vertical_graph ($graph_type, $index, $data, $width, $height,
"ManualScale" => $ManualScale,
"LabelRotation" => 40,
"XMargin" => 0,
"MinDivHeight" => 20,
"MinDivHeight" => 15,
"TicksFontSize" => $font_size - 1);
if (true) {
$scaleSettings['AxisR'] = '200';
$scaleSettings['AxisG'] = '200';
$scaleSettings['AxisB'] = '200';
$scaleSettings['TickR'] = '200';
$scaleSettings['TickG'] = '200';
$scaleSettings['TickB'] = '200';
}
$scaleSettings['AxisR'] = '200';
$scaleSettings['AxisG'] = '200';
$scaleSettings['AxisB'] = '200';
$scaleSettings['TickR'] = '200';
$scaleSettings['TickG'] = '200';
$scaleSettings['TickB'] = '200';
$myPicture->drawScale($scaleSettings);
/* Turn on shadow computing */