react-linechart
react-linechart copied to clipboard
Rotate the X Axis points
My X Axis got all clumsy after making them datetime. Is there any way to rotate the X Axis values by like 45 degrees so they are readable
xDisplay={e=>new Date(e)}