mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 18:54:58 +00:00 
			
		
		
		
	Account chart can display multiple currencies.
This commit is contained in:
		| @@ -42,7 +42,8 @@ var defaultChartOptions = { | ||||
|         callbacks: { | ||||
|             label: function (tooltipItem, data) { | ||||
|                 "use strict"; | ||||
|                 return data.datasets[tooltipItem.datasetIndex].label + ': ' + accounting.formatMoney(tooltipItem.yLabel); | ||||
|                 return data.datasets[tooltipItem.datasetIndex].label + ': ' + | ||||
|                        accounting.formatMoney(tooltipItem.yLabel, data.datasets[tooltipItem.datasetIndex].currency_symbol); | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user