added LEFT_LABELS config param

This commit is contained in:
2024-03-24 13:39:40 +01:00
parent 75d145096d
commit 7647f870a6
2 changed files with 35 additions and 7 deletions

View File

@@ -23,6 +23,7 @@ class Config:
VALUES_GAP = 5
ARROW_LABEL_DISTANCE = 5
FORCE_DESCS_ON_SIDE = False
LEFT_LABELS = False
WIDTH = 1200
HEIGHT = 800