forked from CGM_Public/pretix_original
Statistics: Disable chart interpolation
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user