Closed fsevak closed 5 years ago
Same cause as issue #4
This issue or PR has been automatically marked as stale because there has been no activity in over a year. It will be closed in 1 week if no further activity occurs. Thanks for your contribution, and please don't hesitate to comment if this issue/PR is still relevant.
We have a dashboard having 2 widgets one of them having px-vis-xy-chart. We have a functionality send/recieve, where one widgets sends some data and other receives that data and plots it on px-vis-xy-chart.
On recieving data from other widget and zooming in on px-vis-xy-chart , points which are not within the x and y axis are hidden. But when hovered outside the widget or outside chart section tooltip comes up for the hidden points.
Can you provide the functionality to hide the tooltip for points which are not within the x and y axis?