enhancement: make snr chart fill more of the screen

Change-Id: I31b0cc10bcabe7bff47ac52a4feb1cc39f874cfa
This commit is contained in:
Darryl Quinn 2016-08-19 15:08:55 -05:00
parent 3962465066
commit dc17259f4d
1 changed files with 10 additions and 10 deletions

View File

@ -103,7 +103,7 @@ $header = <<EOF;
},
axisX: {
title: "Time (in $tzone)",
labelFontSize: 10,
labelFontSize: 12,
labelAngle: -45,
},
axisY: {
@ -213,7 +213,7 @@ $page = $page . "<input type='hidden' name='realtime' value='1'></input>\n" if($
$page = $page . <<EOF;
</form>
</div>
<div id="chartContainer" style="width: 800px; height: 380px;"></div>
<div id="chartContainer" style="width: 80%; height: 60%;"></div>
</center>
EOF