diff options
author | Camil Staps | 2016-08-03 14:00:34 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-03 14:00:34 +0200 |
commit | ab9c07522be71681273e1e2b1f7cd38803332cf3 (patch) | |
tree | f70a8469506a3d38de1203adb767a1efc71f6a30 /resources/views/stats.blade.php | |
parent | stats: move to highstock (diff) |
indentation
Diffstat (limited to 'resources/views/stats.blade.php')
-rw-r--r-- | resources/views/stats.blade.php | 2 |
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' }, |