yang-wei / rd3

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

Y-axis text cut off #45

Open arasmussen opened 8 years ago

arasmussen commented 8 years ago

See screenshot:

image

Looks like the problem is the overflow: hidden set on the <svg /> with class rd3-chart.

yang-wei commented 8 years ago

Yeah that's because it's hardcoded. I am working on custom axis.

yang-wei commented 8 years ago

If you need a quick fix you can consider using css

https://github.com/esbullington/react-d3/issues/329

Place1 commented 8 years ago

any update on this feature?

yang-wei commented 8 years ago

No. Interested in fixing this ? I can guide you

Place1 commented 8 years ago

I'm on a tight deadline atm so I can't unfortunately. Maybe give an outline of your idea and I or someone else could take it up when they have time?