Statistics: Disable chart interpolation

This commit is contained in:
Raphael Michel
2015-08-15 12:13:43 +02:00
parent 62547dbaa0
commit 4eb52caa1a

View File

@@ -29,6 +29,7 @@
ykeys: ['ordered', 'paid'], ykeys: ['ordered', 'paid'],
labels: ['{% trans "Placed orders" %}', '{% trans "Paid orders" %}'], labels: ['{% trans "Placed orders" %}', '{% trans "Paid orders" %}'],
lineColors: ['#000099', '#009900'], lineColors: ['#000099', '#009900'],
smooth: false,
resize: true resize: true
}); });
new Morris.Bar({ new Morris.Bar({