From f49de1c6a32ef1206c564a0644d9e9f5dcb12c3a Mon Sep 17 00:00:00 2001 From: andersonid Date: Fri, 3 Oct 2025 10:28:11 -0300 Subject: [PATCH] Fix: add tickCount to Victory.js charts for better X-axis tick distribution --- app/static/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/static/index.html b/app/static/index.html index 154268f..fc1194f 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -2947,6 +2947,7 @@ React.createElement(Victory.VictoryAxis, { key: 'x-axis', scale: 'time', + tickCount: 8, style: { axis: { stroke: '#404040' }, tickLabels: { fill: '#FFFFFF', fontSize: 12 }, @@ -3040,6 +3041,7 @@ React.createElement(Victory.VictoryAxis, { key: 'x-axis', scale: 'time', + tickCount: 8, style: { axis: { stroke: '#404040' }, tickLabels: { fill: '#FFFFFF', fontSize: 12 },