zoom.type = "drag" and tooltips not working together
See original GitHub issueTo reproduce go to the https://c3js.org/samples/interaction_zoom.html and change:
zoom: {
enabled: true,
type: "drag"
}
After that note that tooltips are no longer displayed when hovering over data points.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:13
- Comments:6
Top Results From Across the Web
Tooltip, Zoom and Drag features are not working on Kendo ...
I'm working on ASP.NET MVC 4 project developed in C# under Visual Studio 2010 and I'm trying to add tooltips, zoom and drag...
Read more >D3 V6 - Zoom and Drag Functionality - Stack Overflow
Just use d3-zoom for both zooming and panning. Removing drag and zoom from the countries itself fixed it. function buildMap(mapData, data) ...
Read more >Separating Rollover/Tootips and Pan/Drag - SciChart
What I would like to do is Pan/Drag the chart on short tap events, and do a rollover or tooltip cursor on long...
Read more >Create Views for Tooltips (Viz in Tooltip) - Tableau Help
These steps use the example of a source view that is a map showing sales profits by state, and a target sheet with...
Read more >Configuring plot tools — Bokeh 2.4.3 Documentation
The box zoom tool allows you to define a rectangular region to zoom the plot bounds to by left-dragging a mouse, or dragging...
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
Is there an opportunity to fix it in the near future?
Any workaround for this issue, on zoom loosing tooltip and drag pointer persists and not allowing any other interactivity