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