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