codesuki / react-d3-components

D3 Components for React
http://codesuki.github.io/react-d3-components/example.html
MIT License
1.63k stars 206 forks source link

How to override value of tickRotation in barChart #130

Closed RupaliPatwa closed 7 years ago

RupaliPatwa commented 7 years ago

Hi, I want to set value of tickRotation. how do I do that

solomein commented 7 years ago

You can set the tickDirection parameter to horizontal, vertical or diagonal. Custom values for tickRotation are not currently supported.

RupaliPatwa commented 7 years ago

ok. thanks.

codesuki commented 7 years ago

@solomein thanks a lot for keeping watch! It's super helpful!