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