I'm using D3.js with ReactJS my goal is to hover over one chart and display a tooltip on all the other charts with their own data.
The problem is the tooltip displays the data of the same hovered chart in all other charts.
The problem is in this file: ChartComponents/Tooltip.js.
This is the actual result multiline-chart-tooltip-acoss-all-charts