question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tooltip not rendering for any graph

See original GitHub issue

Hey !

I have been playing around with line charts from nivo and for some strange reason no tooltips have been getting rendered even after I have directly copied examples from the documentation ?

It seems as though this is a bug, I have re-read the documentation multiple times and could not find anything that would indicate that there is an issue with my dependencies (I have made sure peer dependencies are up to date). Furthermore this issue seems to be occurring across different browsers.

For some more insights into my project, the versioning details of my package.json are as follows:

"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-scripts": "^3.4.4",
"@nivo/core": "^0.74.0",
"@nivo/line": "^0.74.0",
"@nivo/tooltip": "^0.74.0",

I’d be grateful for any clarification that can be provided

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
plouccommented, Jan 17, 2022

The solution should be to make sure all the nivo package versions are aligned, I never ran into this issue, as it seems to solve the problem, I’m going to close this for now.

If someone still encounter this, and can reproduce it in codesandbox for investigation, I will reopen it though.

1reaction
plouccommented, Jan 17, 2022

@SzymonKwasek, you should align the versions of the nivo packages.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tooltips not rendering properly #223 - frappe/charts - GitHub
Hi @scmmishra so I upgraded to 1.2.x and the problem persists. However what I did realise is that the problem is only there...
Read more >
Highcharts Tooltip not rendering properly if it has material icons
Try enabling html in a tooltip. api.highcharts.com/highcharts/tooltip.useHTML Usually an undesired line appears if the data is not sorted ...
Read more >
Tooltip not rendering when line chart has only one data point ...
I have a Line chart that displays fine and shows tooltip when there is more than 1 data point in the series. However,...
Read more >
Custom Charts not rendering tooltips on mobile devices
I've been noticing some problems with displaying Vega-lite tooltips when using a touchscreen device (iphone or iphone) to view the dashboard ...
Read more >
Tooltip not rendering properly in UI for ASP.NET AJAX - Telerik
There is a known issue that you can examine here, together with another workaround. Another possibility is that the content received is larger...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found