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',