novus / nvd3

A reusable charting library written in d3.js
http://nvd3.org/
Other
7.22k stars 2.15k forks source link

Highlight and touch events #1829

Open SofiaGR opened 8 years ago

SofiaGR commented 8 years ago

I've tried quite a few chart libraries and all of them so far are giving me a few issues with touch events and highlighting bars that have tooltips enabled.

I need to show the tooltip and highlight at the same time when it's a touch event (tap), but on desktop it'd be hover for tooltip and click for highlight.

Is ndv3 capable of doing this? I'm lost in the documentation and can't seem to find it...

SaraChicaD commented 8 years ago

I would also like the answer to this question!