Chartist-js: How to remove the dotted background lines?

Created on 18 Nov 2015  路  3Comments  路  Source: gionkunz/chartist-js

Every chart has these dotted grid lines, how to remove them or style them???

Most helpful comment

Okay made it using axisX: { showGrid: false }
The documentation is very weak here...

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

eddr picture eddr  路  3Comments

jbwl picture jbwl  路  4Comments

alberk8 picture alberk8  路  4Comments

imkevinabraham picture imkevinabraham  路  3Comments

bluepineventures picture bluepineventures  路  4Comments