|
@@ -91,7 +91,7 @@ class MerchantAmountPainter(MerchantPainter):
|
|
|
rect_succ = ax.bar(x_asix + width * 0.5, list(succ_count), width, label='succ',align='center')
|
|
|
rect_fail = ax.bar(x_asix + width * 1.5, list(fail_count), width, label='fail', align='center')
|
|
|
|
|
|
- ax.bar_label(rect_send, padding=0, rotation=270, fmt='%d')
|
|
|
+ ax.bar_label(rect_send, padding=0, rotation=240, fmt='%d')
|
|
|
ax.bar_label(rect_submit, padding=0, rotation=270, fmt='%d')
|
|
|
ax.bar_label(rect_succ, padding=0, rotation=270, fmt='%d')
|
|
|
ax.bar_label(rect_fail, padding=0, rotation=270, fmt='%d')
|