Raphaël Benitte

Results 248 comments of Raphaël Benitte

> @plouc I can imagine! Again, we're using this a lot and I'd be glad to help if you point me in the right direction. @santiperone, I reviewed the PR,...

@santiperone, sorry for the wait, and thank you for this addition, I'm going to merge as is, try it locally, and adjust myself, if necessary.

@santiperone, I'll handle the adjustments in https://github.com/plouc/nivo/pull/2572.

The grid of the scatterplot is just a basic line, but you could potentially create a custom layer for this. Or, as you did, use a bar chart and add...

It's a typing issue, `theme.tooltip` type (defined in `@nivo/core`, `CompleteTheme`) doesn't allow this, but the code does.

Solved by https://github.com/plouc/nivo/pull/2552, it can now be customized via `tooltip.wrapper`.

The version bumps look OK, however the lock file has `25,722 additions, 34,184 deletions` which doesn't seem right.

@BruceHubbard, thank you for checking, I tried myself and got the same result, not sure why though, but those changes should be fine then, and the specifier field is aligned...

Hum, thank you for reporting this, it's not intended, I need to check if I can use another version of `d3-scale` using `[email protected]`.