Raphaël Benitte
Raphaël Benitte
The references page is not that nice right now, just a list of bare links, but I plan to change that to include some screenshots, maybe something similar to https://nextjs.org/showcase...
Thank you @bdougie and @takanome-dev!
The feature can be previewed [here](https://nivo-git-fork-bdknox-feature-shaped-funnel-plouc.vercel.app/funnel/).
@bdknox, I haven't reviewed the PR yet, but looking at the [website preview](https://nivo-git-fork-bdknox-feature-shaped-funnel-plouc.vercel.app/funnel/), it seems like borders don't work anymore.
@ingro, sorry for the late reply, it seems very interesting, it can surely helps to easily compare data for a given index. I'm not sure it can easily implemented for...
That's indeed a really good idea, I had issues achieving this due to D3 typings, because D3 often mutates data, so the lib would have to handle what currently has...
@Nino3103, could you please re-sync with master? I had to upgrade a github action, that's why tests are failing.
@Nino3103, thank you for your contribution!
This has been fixed when the package was migrated to TS, it's now defined like this: ```typescript export type PointOrSliceMouseHandler = ( datum: Readonly | Readonly, event: MouseEvent ) =>...
@SpamtonB, the underlying library `d3-sankey` doesn't support dynamic node width, however @rohitushur a dynamic thickness for links should be feasible, but that's not a priority for me, if you want...