Merge pull request #560 from elamperti/fix-smooth-curves

Fix smooth curves around data points in graphs
This commit is contained in:
James Cole
2017-02-12 08:42:51 +01:00
committed by GitHub

View File

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