experience-experiments / react-easy-chart

[DEPRECATED] - Easy to use React Charting library
http://experience-experiments.github.io/react-easy-chart
BSD 3-Clause "New" or "Revised" License
142 stars 55 forks source link

Hide one axis #127

Open sguergachi opened 6 years ago

sguergachi commented 6 years ago

For the Line Chart, is it possible to only show one axis and not the other (pick X or Y axis)?

I would like to do it for a time based chart, where time as the x axis is implicit and values not needed, only the intensity values in the y-axis are really needed.

Thanks!