Fix: increase tickCount to 12 for better X-axis tick distribution in Victory.js charts

This commit is contained in:
2025-10-03 10:30:45 -03:00
parent f49de1c6a3
commit 6ae9cbcef6

View File

@@ -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 },