fusioncharts / fusioncharts-dist

FusionCharts JavaScript Charting library. Over 95+ charts and 1,400+ maps to choose from, with integrations available for all popular JavaScript frameworks & back-end programming languages.
https://www.fusioncharts.com
Other
84 stars 46 forks source link

Tooltip when hovering cross line is incorrect with scrollbar2d chart #43

Open RyanJohnson1612 opened 1 year ago

RyanJohnson1612 commented 1 year ago

See example: https://jsfiddle.net/8cw4h320/7/ Version: 3.19.0

Before scrolling the chart, the tooltip will display the correct data when hovering the cross line, however once you scroll down the data displayed is incorrect. Hovering the data point will display the correct data. This doesn't occur with scrollcolumn2d chart type.

Not Scrolled Scrolled
Screen Shot 2022-11-07 at 3 34 20 PM Screen Shot 2022-11-07 at 2 44 30 PM