mirror of https://github.com/aredn/aredn.git
enhancement: make snr chart fill more of the screen
Change-Id: I31b0cc10bcabe7bff47ac52a4feb1cc39f874cfa
This commit is contained in:
parent
3962465066
commit
dc17259f4d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue