You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I have a problem on a bar chart where the tooltip and event don't work on the edges on the chart (on a part of the first and last bar)
Here you can see if I hover on the end or the start of the chart, the tooltip is not shown until the cursor is "far" in the bar:
It gets worse the more bars (columns) I have on the same chart (don't mind the blue color everywhere it's just for the example):
My problem is it doesn't show the tooltip and the onclick event attached to each bar doesn't work either (I use the non grouped tooltips but it seems it won't work on grouped tooltips either, see below the steps to reproduce).
The rect.bb-event-rect seems to have the good size though.
Man I'm so thankful for this fix, that's not the first time I open an issue on this repo and every time you deliver!
Really appreciate your work, thanks!
Hi there,
I have a problem on a bar chart where the tooltip and event don't work on the edges on the chart (on a part of the first and last bar)
Here you can see if I hover on the end or the start of the chart, the tooltip is not shown until the cursor is "far" in the bar:
It gets worse the more bars (columns) I have on the same chart (don't mind the blue color everywhere it's just for the example):
My problem is it doesn't show the tooltip and the
onclick
event attached to each bar doesn't work either (I use the non grouped tooltips but it seems it won't work on grouped tooltips either, see below the steps to reproduce).The
rect.bb-event-rect
seems to have the good size though.If you want to reproduce easily, just go there https://naver.github.io/billboard.js/demo/#Chart.TimeseriesChart
And use this (with
tooltip: {grouped: false}
or not, you will see the same thing):I saw the same behavior on Chrome and Firefox.
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: