apexcharts / apexcharts.js

📊 Interactive JavaScript Charts built on SVG
https://apexcharts.com
MIT License
14.14k stars 1.29k forks source link

Synced tooltip in timeseries heatmap #1576

Open vavido opened 4 years ago

vavido commented 4 years ago

Bug report

When trying to sync the tooltips in Heatmap type charts, the tooltip of the second Heatmap gets "teleported" to the first one and overlaps it: grafik

Codepen

https://codepen.io/vavido/pen/gOaXyzg

Explanation

Expected behavior

When syncing together multiple heatmaps, a tooltip should appear next to the datapoint in the synced heatmap when hovering over one

What is happening instead

Tooltips from synced heatmaps are shown on the one being hovered

Aleksandar-Elfak commented 1 month ago

Is there any update on this bug?