Tilt Ordered/Paid Statistics Labels in order to show them all (#236)

Alternative would be to set xLabelMargin to something low - but this
would just cause new problems with very, very long names.
This commit is contained in:
Martin Gross
2016-09-14 13:02:15 +02:00
committed by Raphael Michel
parent 8fb363f815
commit 46d87c6964

View File

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