Raphaël Benitte
Raphaël Benitte
> > I was also wondering if the offset should be applied negatively as well in this mode. > > ... > > Inverting the effect of the offset could...
Hi @evasseure, I've been a bit busy, and it might be hard this week because of work, but I'll try to review asap.
This is currently not supported, but you could customize the `barComponent`, in order to maintain the existing feature, you might want to check the default implementation: https://github.com/plouc/nivo/blob/master/packages/bar/src/BarItem.tsx.
I'm closing this issue for now as I think the default implementation should be enough to restore these features.
This is not supported for the radial bar chart, while 90 degrees is easy to fit, it gets more complicated with less common start/end angles, the [pie chart](https://nivo.rocks/pie/) has such...
There's already a helper available in `@nivo/arc`, [`computeArcBoundingBox`](https://github.com/plouc/nivo/blob/master/packages/arcs/src/boundingBox.ts#L17C14-L17C35).
@FrancisRoc, it still sometimes happens on the demo website as well, so I guess it's still valid.
@Coreeze, I don't think this kind of reasoning works, especially for open source projects, rather than complaining that no one fixes it, maybe you could try to contribute. I won't...
> @plouc Very responsive to my comment that great, thanks! I initially thought that in my case it's cause I dynamically change the `tickRotation` based on screen resize. But I...
Removed from @nivo/waffle in https://github.com/plouc/nivo/pull/2320.