-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to customize hovering label #48
Comments
Unfortunately, it's not possible for now, but it's a feature I'm planing to add, because it's a "must have". |
Any updates on this one? Would be super nice to have a single tooltip per line and dot in the Line charts too. The 'stacked tooltip' becomes a bit bulky with 10+ lines. Can we help out somehow? 👍 |
@SammyIsra, it will be possible after releasing a new version with this PR. The feature already is available in the If I understood your issue correctly. 😅 |
@ahtohbi4 it seems like that's exactly what I was asking for! It seems you guys have a React Storybook set. Is it public? I'd love to see how the custom tooltips look and work, if possible! |
@SammyIsra, the storybook is available here: http://nivo.rocks/storybook/ |
You can now format tooltip using |
@plouc I know I am little bit late to the party, but can't I access the |
@ramytamer did you find any hack to get the |
@riteshnus After a quick glance on the code it turns out that the I can work on a PR if @plouc would accept this feature. |
@ramytamer Did you PR accepted? got any solution around it |
Hi, Is there a way to customize tooltip and colors for ResponsiveSunburst ? Could you please share an example if available. Also, is there a Legend option for the Sunburst ? |
Hello! Is there currently a way to customize the label that shows in when one hovers over a section of a chart? For example, on the following Pie chart:
Say I want to display the number in a friendlier matter by formatting it the same way one formats the other labels (passing a string or a function that receives the node)
The text was updated successfully, but these errors were encountered: