NuCivic / react-nvd3

React component for NVD3 re-usable charting library
MIT License
136 stars 44 forks source link

Synchronizing tooltip for all charts on same page #65

Open swapnasavant opened 7 years ago

swapnasavant commented 7 years ago

Hi,

I have an application where I have 3 charts on same page. (line charts). I need to show tooltip for all 3 charts when I hover mouse over any one of them.

Is there any way to synchronize or link tooltips for multiple charts on same page? (based on X-coordinate).