Open
Description
Hi,
I was trying to plot an Histogram with Horizontal Stackedbar chart but it looks like the X-Axes is not getting populated with correct tick values.
This can be reproduced : https://codesandbox.io/s/l90o3ox1q
Here it is how it has been rendered
If you uncomment xBaseValue
props things render properly , I found this while debugging but xBaseValue
is not at all listed in codebase or in docs. Could this be from d3 ?
Also , if I use HorizontalRectSeries it doesn't render properly at all.