You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xaxis label angle does not work properly and Xaxis "tickLabelComponent" prop is not used, I suppose.
And Im working with pre-binned data and data order does not matter to histogram bar series, X axis sorts ticks anyway.
Thanks
The text was updated successfully, but these errors were encountered:
Hi @Genarito , I have solved the angle myself, however X axis labels are still sorted by library anyway.
I've used tickLabelProps like, tickLabelProps={()=>{return {angle: 315, fontSize: 10, textAnchor: "end", dy: -5 }}}
Xaxis label angle does not work properly and Xaxis "tickLabelComponent" prop is not used, I suppose.
And Im working with pre-binned data and data order does not matter to histogram bar series, X axis sorts ticks anyway.
Thanks
The text was updated successfully, but these errors were encountered: