Replies: 2 comments
-
|
I think you can create your custom tooltip function and pass it to the tooltip prop. Add a toggle button and use it in the custom tool tip function as a condition like |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The solution with a custom tooltip wouldn't work as only one will be displayed at a time. Such elements wouldn't be tooltips technically, to achieve something like this, you would have to create a custom layer, but I don't have a pre-made example available for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to add a toggle button that shows/hide all tooltips in scatter plot programatically. There seems to be no setting to let me achieve this. I have seen that it is possible to add custom HTML over the scatter plot like so: https://nivo.rocks/storybook/?path=/story/scatterplot--synchronizing-charts
But I can't find any method to iterate over all the nodes in the visualization, so i could add a HTML component over all the data points in the visualization. Is there someway I could achieve this?
Beta Was this translation helpful? Give feedback.
All reactions