aboutsummaryrefslogtreecommitdiff
path: root/resources/views/stats.blade.php
diff options
context:
space:
mode:
authorCamil Staps2016-08-03 14:00:34 +0200
committerCamil Staps2016-08-03 14:00:34 +0200
commitab9c07522be71681273e1e2b1f7cd38803332cf3 (patch)
treef70a8469506a3d38de1203adb767a1efc71f6a30 /resources/views/stats.blade.php
parentstats: move to highstock (diff)
indentation
Diffstat (limited to 'resources/views/stats.blade.php')
-rw-r--r--resources/views/stats.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/stats.blade.php b/resources/views/stats.blade.php
index 26a6503..72ed6e1 100644
--- a/resources/views/stats.blade.php
+++ b/resources/views/stats.blade.php
@@ -60,7 +60,7 @@ $stats = "[" . implode(",", $stats) . "]";
<script type="text/javascript">
$('#statistics').highcharts('StockChart', {
- chart: {
+ chart: {
type: 'column',
zoomType: 'x'
},