Raphaël Benitte
Raphaël Benitte
The fix in https://github.com/plouc/nivo/pull/631 only works for `left` and `right` anchors, but the default is `top` for the bar chart, this should probably become an option, and [the tooltips should...
@PawelGIX, could you please specify: - The exact version you're using - Chart type - How to reproduce the issue Following the templated defined here: https://github.com/plouc/nivo/blob/master/.github/ISSUE_TEMPLATE/bug_report.md
@PawelGIX, thank you for the extra context, the API was changed because returning a react element from the formatting function wasn't portable across implementations (especially canvas), so formatting and rendering...
This happens because `areaBaselineValue` is `0` by default, if you set `areaBaselineValue=5`, this will fix the problem.
While the tooltip wrapper is an animated element, animations are disabled, it's the same for all other elements, everything is using animated elements, but if `animate={false}`, we set the transitions...
@ImLunaHey, the latest change I see on `immediate` for the wrapper of the tooltip is from 2020, but maybe it's due to a newer version of react-spring.
We also had this fix: https://github.com/plouc/nivo/pull/2480, but it came before you reported this issue.
@ImLunaHey, just to be sure, now it also works for you?