From 3087bcaecb95393f2b20e9f4001aee3f70f9f342 Mon Sep 17 00:00:00 2001 From: andersonid Date: Fri, 3 Oct 2025 10:23:20 -0300 Subject: [PATCH] Fix: add domainPadding to Victory.js charts for better data point rendering --- app/static/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/static/index.html b/app/static/index.html index c10117e..154268f 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -2925,6 +2925,7 @@ theme: Victory.VictoryTheme.material, scale: { x: 'time' }, padding: { top: 20, bottom: 50, left: 60, right: 20 }, + domainPadding: { x: 0, y: 0 }, style: { parent: { background: '#1E1E1E', @@ -3017,6 +3018,7 @@ theme: Victory.VictoryTheme.material, scale: { x: 'time' }, padding: { top: 20, bottom: 50, left: 60, right: 20 }, + domainPadding: { x: 0, y: 0 }, style: { parent: { background: '#1E1E1E',