mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
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:
committed by
Raphael Michel
parent
8fb363f815
commit
46d87c6964
@@ -31,6 +31,7 @@ $(function () {
|
||||
ykeys: ['ordered', 'paid'],
|
||||
labels: [gettext('Placed orders'), gettext('Paid orders')],
|
||||
barColors: ['#000099', '#009900'],
|
||||
resize: true
|
||||
resize: true,
|
||||
xLabelAngle: 60
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user