Tooltip not rendering for any graph
See original GitHub issueHey !
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:
- Created 2 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
@SzymonKwasek, you should align the versions of the nivo packages.