TanStack / react-charts

⚛️ Simple, immersive & interactive charts for React
https://react-charts.tanstack.com
MIT License
2.98k stars 243 forks source link

Tool tip displays at the upper left and right of window in chrome and safari #301

Open chidera-ugo opened 2 years ago

chidera-ugo commented 2 years ago

This happens with version ^3.0.0-beta.40

Screenshot 2022-08-05 at 18 51 27
malyanoff commented 2 years ago

Yes, I also have this bug, but instead in the upper left corner

malyanoff commented 2 years ago

Changing version to 3.0.0-beta.30 helped me.

lazharichir commented 2 years ago

Same with ^3.0.0-beta.48, shows the tooltip at the top left corner of my window.

afanasjev82 commented 2 years ago

@doronnac, @lazharichir
I had the same problem with versions newest than beta.38. The latest version w/o that issue is 3.0.0-beta.38, but you should use exact version in your package.json, like =3.0.0-beta.38 instead of ^3.0.0-beta.38

AWIXOR-zz commented 2 years ago

Downgrading to 3.0.0-beta.38 worked for me as well

cedricdelpoux commented 1 year ago

Same here using the latest release. Downgrading to 3.0.0-beta.38 worked