mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Now includes chart! [skip ci]
This commit is contained in:
		| @@ -69,7 +69,15 @@ | ||||
| </div> | ||||
| {% endblock %} | ||||
| {% block scripts %} | ||||
|  | ||||
|     <!-- load the libraries and scripts necessary for Google Charts: --> | ||||
|     <script type="text/javascript" src="https://www.google.com/jsapi"></script> | ||||
|     <script type="text/javascript" src="js/gcharts.options.js"></script> | ||||
|     <script type="text/javascript" src="js/gcharts.js"></script> | ||||
|  | ||||
|     <script type="text/javascript"> | ||||
|         var year = {{ start.year }}; | ||||
|         var month = {{ start.month }}; | ||||
|         var shared = {% if shared %}'/shared'{% else %}''{% endif %}; | ||||
|         var incomeTopLength = {{ incomeTopLength }}; | ||||
|         var expenseTopLength = {{ expenseTopLength }}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user