Fixes various traffic graph issues

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2013-12-20 23:56:48 +01:00
parent 308cc0cfb9
commit 82f3d8d18c
6 changed files with 19 additions and 9 deletions

View File

@@ -38,6 +38,6 @@ $header
</fieldset>
</form>
</section>
<div id="chartdiv" style="height:300px;width:100%"></div>
<div id="chartdiv" style="width:100%"></div>
</article>
$footer

View File

@@ -41,6 +41,6 @@ $header
</form>
</section>
<br />
<div id="chartdiv" style="height:300px;width:100%"></div>
<div id="chartdiv" style="width:100%"></div>
</article>
$footer