Fix smooth curves in graphs

This commit is contained in:
Enrico Lamperti
2017-02-11 17:38:04 -03:00
parent 78074a5a54
commit abf0fdcf35

View File

@@ -11,6 +11,11 @@
/** global: accounting */
var defaultChartOptions = {
elements: {
line : {
cubicInterpolationMode: 'monotone'
}
},
scales: {
xAxes: [
{