shift stock chart 10 pixels (left or right, unsure)

This commit is contained in:
ChuckBuilds
2025-04-24 14:45:54 -05:00
parent e694b95044
commit 190400a0f6

View File

@@ -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 - 14 # 14px margin from right edge
chart_x = width - chart_width - 4 # 14px margin from right edge
chart_y = (height - chart_height) // 2
# Find min and max prices for scaling