yang-wei / rd3

react + d3
https://yang-wei.github.io/rd3/
MIT License
319 stars 83 forks source link

Allow to hide axes #67

Closed jdelafon closed 8 years ago

jdelafon commented 8 years ago

I couldn't find in the documentation a way to hide the axes from a plot, like xAxis={false}.

yang-wei commented 8 years ago

nope ! We do not support this kind of feature

yang-wei commented 8 years ago

(Not planning to support this so far, but you can see how we implemented our chart and create your custom chart by excluding axis)

goooseman commented 8 years ago

just use

.rd3-barchart-yaxis {
  display: none;
}