<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Gantt - Tooltip formatting in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/gantt-tooltip-formatting-extra-html/m-p/457828#M1236</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;if it is possible without changing code?&lt;/LI&gt;&lt;LI&gt;where to start off inside the code of GANTT visual to add such functionality&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;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).&lt;/P&gt;&lt;P&gt;Any help is appreciated, thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Carsten&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jul 2018 12:47:19 GMT</pubDate>
    <dc:creator>yoogmbh_cr</dc:creator>
    <dc:date>2018-07-09T12:47:19Z</dc:date>
    <item>
      <title>gantt tooltip formatting + extra html</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/gantt-tooltip-formatting-extra-html/m-p/457833#M1227</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;if it is possible without changing code?&lt;/LI&gt;&lt;LI&gt;where to start off inside the code of GANTT visual?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I had a look at the code but could figure out, where the actual rendering is done.&lt;/P&gt;&lt;P&gt;Any help is appreciated, thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 12:54:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/gantt-tooltip-formatting-extra-html/m-p/457833#M1227</guid>
      <dc:creator>yoogmbh_cr</dc:creator>
      <dc:date>2018-07-09T12:54:05Z</dc:date>
    </item>
    <item>
      <title>Gantt - Tooltip formatting</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/gantt-tooltip-formatting-extra-html/m-p/457828#M1236</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;if it is possible without changing code?&lt;/LI&gt;&lt;LI&gt;where to start off inside the code of GANTT visual to add such functionality&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;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).&lt;/P&gt;&lt;P&gt;Any help is appreciated, thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Carsten&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 12:47:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/gantt-tooltip-formatting-extra-html/m-p/457828#M1236</guid>
      <dc:creator>yoogmbh_cr</dc:creator>
      <dc:date>2018-07-09T12:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: gantt tooltip formatting + extra html</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/gantt-tooltip-formatting-extra-html/m-p/458659#M1228</link>
      <description>&lt;P&gt;Gantt Chart uses Tooltip API to show a tooltip outside of an iframe element.&lt;/P&gt;
&lt;P&gt;Tooltip API does not allow to render custom HTML/CSS code due to security concerns.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data for a tooltip is generated in &lt;A href="https://github.com/Microsoft/powerbi-visuals-gantt/blob/1a89eafeb5964201fc6218655985b22bcc26d567/src/gantt.ts#L557" target="_blank"&gt;getTooltipInfo &lt;/A&gt;method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 10:01:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/gantt-tooltip-formatting-extra-html/m-p/458659#M1228</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-07-10T10:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt - Tooltip formatting</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/gantt-tooltip-formatting-extra-html/m-p/458662#M1237</link>
      <description>&lt;P&gt;Duplicate of this &lt;A href="https://community.powerbi.com/t5/Custom-Visuals-Development/gantt-tooltip-formatting-extra-html/m-p/457833/highlight/false#M1227" target="_blank"&gt;one&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 10:03:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/gantt-tooltip-formatting-extra-html/m-p/458662#M1237</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-07-10T10:03:58Z</dc:date>
    </item>
  </channel>
</rss>

