<?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 Adding Tooltip to Custom Visual in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Adding-Tooltip-to-Custom-Visual/m-p/1025480#M23114</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Iam trying to add tool tip for my custom visual. I am facing an error &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;TS2304: Cannot find name 'ItooltipServiceWrapper'&lt;/FONT&gt;&lt;/STRONG&gt; on the below line of code.&amp;nbsp;&amp;nbsp;I did ran the command &lt;FONT face="courier new,courier"&gt;npm i powerbi-visuals-utils-tooltiputils --save&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;private tooltipServiceWrapper: ItooltipServiceWrapper; &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help me in identifying what is missing here.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Apr 2020 17:40:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-14T17:40:22Z</dc:date>
    <item>
      <title>Adding Tooltip to Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adding-Tooltip-to-Custom-Visual/m-p/1025480#M23114</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Iam trying to add tool tip for my custom visual. I am facing an error &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;TS2304: Cannot find name 'ItooltipServiceWrapper'&lt;/FONT&gt;&lt;/STRONG&gt; on the below line of code.&amp;nbsp;&amp;nbsp;I did ran the command &lt;FONT face="courier new,courier"&gt;npm i powerbi-visuals-utils-tooltiputils --save&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;private tooltipServiceWrapper: ItooltipServiceWrapper; &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help me in identifying what is missing here.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 17:40:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adding-Tooltip-to-Custom-Visual/m-p/1025480#M23114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-14T17:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Tooltip to Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adding-Tooltip-to-Custom-Visual/m-p/1025651#M23115</link>
      <description>&lt;P&gt;Hi @Anonymous&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you import &lt;FONT face="courier new,courier"&gt;ITooltipServiceWrapper&lt;/FONT&gt; into your TypeScript file?&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;import {
    ITooltipServiceWrapper
} from 'powerbi-visuals-utils-tooltiputils';&lt;/LI-CODE&gt;
&lt;P&gt;I noticed that you're using a lower case 't' in '&lt;FONT face="courier new,courier"&gt;ITooltipServiceWrapper&lt;/FONT&gt;'; the casing should match exactly.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 20:15:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adding-Tooltip-to-Custom-Visual/m-p/1025651#M23115</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2020-04-14T20:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Tooltip to Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adding-Tooltip-to-Custom-Visual/m-p/1025659#M23116</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks for helping again.&amp;nbsp;&lt;/SPAN&gt;Yes i imported the&amp;nbsp;&lt;FONT face="courier new,courier"&gt;ITooltipServiceWrapper&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;into myTypeScript file.&amp;nbsp; You are right.&amp;nbsp; I missed to notice that iam using the lower case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 20:27:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adding-Tooltip-to-Custom-Visual/m-p/1025659#M23116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-14T20:27:44Z</dc:date>
    </item>
  </channel>
</rss>

