How to remove the Yaxis values in Rechartjs without removing the catesian grid of Yaxis?

Viewed 18

I tried using tick ={false} prop it removes both the cartesian line and y axis values.

Eg:

<YAxis tickLine={false} axisLine={false} />

0 Answers
Related