Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
yoogmbh_cr
New Member

gantt tooltip formatting + extra html

Hi,

 

I'm trying to add some extra information to the GANTT visual tooltip. Best would be, if there's any way to use formatted HTML/CSS. Does anybody know

  1. if it is possible without changing code?
  2. where to start off inside the code of GANTT visual?

I had a look at the code but could figure out, where the actual rendering is done.

Any help is appreciated, thanks.

 

3 REPLIES 3
yoogmbh_cr
New Member

Hi,

 

I'm trying to add some extra information to the GANTT visual tooltip. Best would be, if there's any way to use formatted HTML/CSS. Does anybody know

  1. if it is possible without changing code?
  2. where to start off inside the code of GANTT visual to add such functionality

I had a look at the code but could figure out, where the actual rendering is done (just file name and line number would help a lot).

Any help is appreciated, thanks.

 

Carsten

Duplicate of this one.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

v-viig
Community Champion
Community Champion

Gantt Chart uses Tooltip API to show a tooltip outside of an iframe element.

Tooltip API does not allow to render custom HTML/CSS code due to security concerns.

 

Data for a tooltip is generated in getTooltipInfo method.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors