diff options
Diffstat (limited to 'resources/views')
| -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'  		}, | 
