Chart Tooltip does not work on touch devices
See original GitHub issueI’m submitting a …
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here
Current behavior
Tap or long press on bar chart does not display a tooltip. A long press shows an unpopulated tooltip with incorrect css applied.
Expected behavior
Tap on any chart bar (or pie slice) should display tooltip.
Reproduction of the problem Go to demo page with a touch device and tap or long press on a bar.
What is the motivation / use case for changing the behavior? Users of touch devices need access to tooltips that desktop users get on hover.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:10
- Comments:17 (3 by maintainers)
Top Results From Across the Web
Chart tooltip not presented on mobile device - Telerik
Hello, We are using Kendo UI Q2 2016 and added tooltips to our grouped bar chart. When working in Chrome on the desktop...
Read more >d3.js - Showing tooltip with touch-and-hold on touch devices
The behavior of a mouse over is that a tooltip is shown on dc.js charts (.title attribute). How can I make a touch...
Read more >Chart tooltip is not working on mobile and IPad - Infragistics
Hi,. We develop a new application using IgniteUI chart, every thing is working perfect on browsers when we deploy on server and visit ......
Read more >Tooltips - Bootstrap
Documentation and examples for adding custom Bootstrap tooltips with CSS and JavaScript using CSS3 ... Triggering tooltips on hidden elements will not work....
Read more >tooltip.shared | highcharts API Reference
Whether the tooltip should update as the finger moves on a touch device. If this is true and chart.panning is set, followTouchMove will...
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 tap should be triggering the chart select output. We need to bind the tooltip to another event. Any suggestions?
Merged, will be in the next release.