data-ui
data-ui copied to clipboard
Histogram X axis label rotate and sorting 'categorical' tick problem
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
Same problem here! Did you solve this?
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 }}}
Thank you so much for you answer, unfortunatelly my problem was that the object keys where not sorted