forked from CGM_Public/pretix_original
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'],
|
ykeys: ['ordered', 'paid'],
|
||||||
labels: [gettext('Placed orders'), gettext('Paid orders')],
|
labels: [gettext('Placed orders'), gettext('Paid orders')],
|
||||||
barColors: ['#000099', '#009900'],
|
barColors: ['#000099', '#009900'],
|
||||||
resize: true
|
resize: true,
|
||||||
|
xLabelAngle: 60
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user