The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi
I have created a custom visual which create a map in canvas. I want to activate tooltips for this visual.
Because I create the map in canvas I can't use addTooltip method because I don't have any actual dom element to select them. So I tried to handle it manually and use show function in tooltipService.
I managed to show default tooltip on hover but I can't create a report page tooltip and can't find out what is the problem. I tried different configurations but all of them display the default tooltip.
Can anyone help me figure this out?
Thanks a lot
Solved! Go to Solution.
HI @AlirezaDM,
Maybe you can take a look at the official document about add tooltip support on custom visual:
Add tooltips to Power BI custom visuals - Power BI | Microsoft Learn
Regards,
Xiaoxin Sheng
HI @AlirezaDM,
Maybe you can take a look at the official document about add tooltip support on custom visual:
Add tooltips to Power BI custom visuals - Power BI | Microsoft Learn
Regards,
Xiaoxin Sheng