Statistics: Fixed bar colors

This commit is contained in:
Raphael Michel
2015-08-15 12:40:35 +02:00
parent d9a39d9019
commit 0db9fe5199

View File

@@ -38,7 +38,7 @@
xkey: 'item', xkey: 'item',
ykeys: ['ordered', 'paid'], ykeys: ['ordered', 'paid'],
labels: ['{% trans "Placed orders" %}', '{% trans "Paid orders" %}'], labels: ['{% trans "Placed orders" %}', '{% trans "Paid orders" %}'],
lineColors: ['#000099', '#009900'], barColors: ['#000099', '#009900'],
resize: true resize: true
}); });
</script> </script>