Every chart has these dotted grid lines, how to remove them or style them???
Okay made it using axisX: { showGrid: false }
The documentation is very weak here...
"victory": "^30.4.0" ---
<VictoryAxis independentAxis style={{ grid: {stroke: "none"} }} />
I'm using showGrid:true and no grid line appear when using type: Chartist.FixedScaleAxis.
Most helpful comment
Okay made it using axisX: { showGrid: false }
The documentation is very weak here...