Fix chart heights.

This commit is contained in:
James Cole
2016-04-10 10:20:15 +02:00
parent b74c1c8cf9
commit 2dddc843ce
11 changed files with 28 additions and 25 deletions

View File

@@ -24,7 +24,7 @@
</div>
</div>
<div class="box-body">
<canvas id="overview-chart" style="width:100%;height:400px;"></canvas>
<canvas id="overview-chart" style="width:100%;" height="400"></canvas>
</div>
</div>
</div>