mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
Move stock chart right 2 more pixels (14 total)
This commit is contained in:
@@ -479,7 +479,7 @@ class StockManager:
|
||||
# Calculate chart dimensions
|
||||
chart_width = int(width // 2.5) # Reduced from width//2.5 to prevent overlap
|
||||
chart_height = height // 1.5
|
||||
chart_x = width - chart_width - 12 # 2px margin from right edge
|
||||
chart_x = width - chart_width - 14 # 14px margin from right edge
|
||||
chart_y = (height - chart_height) // 2
|
||||
|
||||
# Find min and max prices for scaling
|
||||
|
||||
Reference in New Issue
Block a user