added width/height + force descs on side config

This commit is contained in:
2024-03-24 11:53:58 +01:00
parent d61a707591
commit 75d145096d
3 changed files with 16 additions and 7 deletions

View File

@@ -22,6 +22,9 @@ class Config:
ARROW_MARGIN = 4
VALUES_GAP = 5
ARROW_LABEL_DISTANCE = 5
FORCE_DESCS_ON_SIDE = False
WIDTH = 1200
HEIGHT = 800
def __init__(self, path: str = "config.json") -> None:
self.load(path)