Closed agross closed 5 years ago
emm, you may overwrite the 'tooltipProps' and 'tooltipStyles' so that you will use your own. If that still could't meet your needs, I will further expand the methods of tooltip.
Have a look at the fix I needed to apply to get it working (see above your comment). It's far from setting props or styles.
Fixed this issue in @0.2.1, please update latest version.
Thanks!
If you have any questions, please let me know.
My app does not anything special related to
overflow: hidden
orposition: relative
like the demo page.As soon as my app's page is scrolled the tooltips are rendered with an offset: tooltips show above the sparkline that is hovered. Most often they are not even visible due to this, it gets worse the more the user scrolls.
The tooltip should consider the element's position on the page, not only relative to the viewport, when it is positioned absolutely.