BarCanvas implementation is broken.
https://nivo.rocks/storybook/?path=/story/barcanvas--custom-tooltip

I'm currently trying to figure out what is exactly the issue and what could be a fix.
Hey, thanks for taking a look! I am betting it is because it is missing the new valueScale prop I added. You will need to pull it from props and add it to the options object that is passed to the generate bars functions here: https://github.com/plouc/nivo/blob/e98d8e071ae474526621761ba03d608d9a2971ec/packages/bar/src/BarCanvas.js#L106
It is where I would start anyways. :)
@wyze wouah thanks for the fast answer. Definitely sounds like something I've seen in my debug session so far. 馃憤
Most helpful comment
Hey, thanks for taking a look! I am betting it is because it is missing the new
valueScaleprop I added. You will need to pull it from props and add it to the options object that is passed to the generate bars functions here: https://github.com/plouc/nivo/blob/e98d8e071ae474526621761ba03d608d9a2971ec/packages/bar/src/BarCanvas.js#L106It is where I would start anyways. :)