zoom.type = "drag" and tooltips not working together
Open
C-bug
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.4k
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 1
Description
To reproduce go to the https://c3js.org/samples/interaction_zoom.html and change:
```js
zoom: {
enabled: true,
type: "drag"
}
```
After that note that tooltips are no longer displayed when hovering over data points.
Contributor guide
Assessment
This issue has not been assessed yet.