mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +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