mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 18:54:58 +00:00 
			
		
		
		
	Fix smooth curves in graphs
This commit is contained in:
		| @@ -11,6 +11,11 @@ | ||||
| /** global: accounting */ | ||||
|  | ||||
| var defaultChartOptions = { | ||||
|     elements: { | ||||
|         line : { | ||||
|             cubicInterpolationMode: 'monotone' | ||||
|         } | ||||
|     }, | ||||
|     scales: { | ||||
|         xAxes: [ | ||||
|             { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user