Fix canvas things.

This commit is contained in:
James Cole
2017-04-29 08:56:08 +02:00
parent aaeae992e1
commit 5f19cb1c0c
12 changed files with 48 additions and 48 deletions

View File

@@ -93,7 +93,7 @@
<h3 class="box-title">{{ 'chart'|_ }}</h3>
</div>
<div class="box-body">
<canvas id="bill-overview" style="width:100%;" height="400"></canvas>
<canvas id="bill-overview" style="width:100%;height:400px;" height="400" width="100%"></canvas>
</div>
</div>
</div>