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 | |
| parent | stats: move to highstock (diff) | |
indentation
| -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'  		}, | 
