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
When the visual is pinned to a dashboard tooltips are not displayed on mouse over, while native visuals can display their tooltips correctly.
In all other contexts (included dashboard in focus mode) tooltips work as expected.
Debugging the code I noticed that the method visualhosttooltipservice.show() is called as usual in tooltipServiceWrapper.ts, but nothing is shown.
The text was updated successfully, but these errors were encountered:
When the visual is pinned to a dashboard tooltips are not displayed on mouse over, while native visuals can display their tooltips correctly.
In all other contexts (included dashboard in focus mode) tooltips work as expected.
Debugging the code I noticed that the method
visualhosttooltipservice.show()
is called as usual intooltipServiceWrapper.ts,
but nothing is shown.The text was updated successfully, but these errors were encountered: