arunghosh / react-heatmap-grid

A react component for heatmap visualisation in grid layout
https://codesandbox.io/s/r4rvwkl3yn
MIT License
76 stars 42 forks source link

rotate xAxes #111

Open raydata opened 5 years ago

raydata commented 5 years ago

Hello! is it possible to rotate the x axes to a certain degree? it would be very helpful! thanks!

arunghosh commented 5 years ago

@raydata Did you mean the x-axis labels?

raydata commented 5 years ago

yes :)

arunghosh commented 5 years ago

@raydata There is no direct way to do it now. But with a little hack you may be able to do it using css transform.