I have a problem with the tooltips layout and the tooltip pointers
Posted by Joachim at 15:21 on Saturday 29th June 2024[link]
hi,
With the new version the arrow of tooltips do not display correctly - e.g. outline is missing.
Poperty "tooltipsCssClass": "rgraph_tooltips" seems not to work as it did with 6.17.
Can you pls. check,
Thank you!
Posted by Richard at 16:38 on Saturday 29th June 2024[link]
Can you post a minimal example that reproduces this please?
Posted by Joachim at 16:59 on Saturday 29th June 2024[link]
Hi,
I found that with v6.18 you append the canvas -id to "RGraph_tooltipsPointer". E.g. if your canvas is "my_cvs" then the id for the tooltips pointer is set to "RGraph_tooltipsPointer_my_cvs".
If the used css had settings for "#RGraph_tooltipsPointer" this will not be used any more.
How can you fix this?