Statistics: Adjust label angle to 30°

This commit is contained in:
Raphael Michel
2016-09-18 19:13:40 +02:00
parent f8ce3523dc
commit bcfd1dcf3b

View File

@@ -32,6 +32,6 @@ $(function () {
labels: [gettext('Placed orders'), gettext('Paid orders')],
barColors: ['#000099', '#009900'],
resize: true,
xLabelAngle: 60
xLabelAngle: 30
});
});
});