Raphaël Benitte

Results 248 comments of Raphaël Benitte

I found an interesting post about this: https://epicreact.dev/why-you-shouldnt-put-refs-in-a-dependency-array/, so it seems like this change is not going to fix the problem, not passing the ref and passing the ref object...

The problem might be about legend data changing.

I think you could try locally the setup you shared in the issue you created with the updated code, creating a new story for example, also log in `useEffect` to...

Given the simplicity of the data for the legends, maybe deeply comparing the data would be better, rather than relying on other computations which might be necessary for the chart,...

@evasseure, it looks good, I think we should adjust the `labelPosition` though. There's another limitation, it's the fact that labels aren't in a separate layer, causing the labels to be...

> That's one of the issue with giving full control over the `labelOffset`. That's up to you 😕 I think it's fine for now, labels should eventually be on their...

@bradlocking, yes, you're right, the workflow is not ideal as the website is updated automatically, but releases aren't automatically published. I'll try to release this week if I can find...

Sorry for that, I'm quite busy with work atm, will do my best to release as soon as I can.

Seems related to https://github.com/plouc/nivo/pull/2480, the tooltip is there, but its opacity remains `0`.

Thank you for this @clcatalan! Could you please add tests for this new feature?