mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06: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