Tooltip won't update while mouse is hovered over chart and data changes
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.4k
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 1
Description
C3 version: c3.min-96759a46.js
D3 version: d3-3.5.6.min-77adef17.js
Browser: Chrome, Firefox, ...
OS: Mac, Windows, ...
I'm using c3 in a project where live data is constantly changing a bar chart. The customer reported a problem that the tooltip data would mismatch the bar being shown. I could reproduce that.
Just visit your own homepage http://c3js.org/samples/chart_bar_stacked.html and hover over one of the bars while its data is changing. The tooltip will not update accordingly while the mouse is hovered over the bar. The user needs to move the mouse in order to see updated values.
Is there maybe a way I can force the tooltip to be refreshed so I don't need to redraw (meaning using destroy and generate) the whole chart again every 5 seconds?

Contributor guide
Assessment
This issue has not been assessed yet.