<?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 Re: Unable to add tooltips to R script visual in PowerBI in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Unable-to-add-tooltips-to-R-script-visual-in-PowerBI/m-p/393879#M11723</link>
    <description>&lt;P&gt;We would recommend to send this issue to&amp;nbsp;pbircvsupport@microsoft.com.&lt;/P&gt;
&lt;P&gt;This email alias is maintained by experienced&amp;nbsp;R developer who will be able to assist.&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;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Apr 2018 07:38:55 GMT</pubDate>
    <dc:creator>v-viig</dc:creator>
    <dc:date>2018-04-11T07:38:55Z</dc:date>
    <item>
      <title>Unable to add tooltips to R script visual in PowerBI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Unable-to-add-tooltips-to-R-script-visual-in-PowerBI/m-p/393756#M11718</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a R script visual. I want to add tooltip(hovering mouse) feature to it. But I am not able to achieve it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my R code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;require("ggplot2")&lt;/P&gt;&lt;P&gt;h&amp;lt;-ggplot(dataset, aes(x=Depth)) +&lt;BR /&gt;geom_line(aes(y =OB , colour = "OB")) +&lt;BR /&gt;geom_line(aes(y = PP, colour = "PP"))+geom_line(aes(y =FGshale , colour = "FGshale")) +&lt;BR /&gt;geom_line(aes(y = FGsand, colour = "FGsand"))+scale_colour_manual(values=c( "red","maroon","black","blue"))&lt;BR /&gt;h+coord_flip()+ scale_x_reverse()+scale_y_continuous(position = "top") +labs(x="",y="")+theme(axis.text=element_text(size=15)) +&lt;BR /&gt;theme(panel.grid.major = element_blank(), panel.grid.minor = element_blank(),&lt;BR /&gt;panel.background = element_blank(), axis.line = element_line(colour = "black"))+theme(legend.position="none")&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 05:21:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Unable-to-add-tooltips-to-R-script-visual-in-PowerBI/m-p/393756#M11718</guid>
      <dc:creator>krishna_sharma</dc:creator>
      <dc:date>2018-04-11T05:21:02Z</dc:date>
    </item>
    <item>
      <title>Unable to add tooltip in R script visual in PowerBI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Unable-to-add-tooltips-to-R-script-visual-in-PowerBI/m-p/393758#M11755</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a custom line chart using R script visual in PowerBI. I am not able to add tooltip(hovering mouse) feature to it. Mentioned below is my R script code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;require("ggplot2")&lt;/P&gt;&lt;P&gt;h&amp;lt;-ggplot(dataset, aes(x=Depth)) +&lt;BR /&gt;geom_line(aes(y =OB , colour = "OB")) +&lt;BR /&gt;geom_line(aes(y = PP, colour = "PP"))+geom_line(aes(y =FGshale , colour = "FGshale")) +&lt;BR /&gt;geom_line(aes(y = FGsand, colour = "FGsand"))+scale_colour_manual(values=c( "red","maroon","black","blue"))&lt;BR /&gt;h+coord_flip()+ scale_x_reverse()+scale_y_continuous(position = "top") +labs(x="",y="")+theme(axis.text=element_text(size=15)) +&lt;BR /&gt;theme(panel.grid.major = element_blank(), panel.grid.minor = element_blank(),&lt;BR /&gt;panel.background = element_blank(), axis.line = element_line(colour = "black"))+theme(legend.position="none")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 05:26:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Unable-to-add-tooltips-to-R-script-visual-in-PowerBI/m-p/393758#M11755</guid>
      <dc:creator>krishna_sharma</dc:creator>
      <dc:date>2018-04-11T05:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to add tooltips to R script visual in PowerBI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Unable-to-add-tooltips-to-R-script-visual-in-PowerBI/m-p/393879#M11723</link>
      <description>&lt;P&gt;We would recommend to send this issue to&amp;nbsp;pbircvsupport@microsoft.com.&lt;/P&gt;
&lt;P&gt;This email alias is maintained by experienced&amp;nbsp;R developer who will be able to assist.&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;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 07:38:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Unable-to-add-tooltips-to-R-script-visual-in-PowerBI/m-p/393879#M11723</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-04-11T07:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to add tooltip in R script visual in PowerBI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Unable-to-add-tooltips-to-R-script-visual-in-PowerBI/m-p/441186#M13600</link>
      <description>&lt;P&gt;I was facing the same problem. Did you find how to add hover over feature in R Visual ?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 22:32:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Unable-to-add-tooltips-to-R-script-visual-in-PowerBI/m-p/441186#M13600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-15T22:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to add tooltip in R script visual in PowerBI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Unable-to-add-tooltips-to-R-script-visual-in-PowerBI/m-p/441842#M13619</link>
      <description>&lt;P&gt;We'd recommend to take a look at &lt;A href="https://community.powerbi.com/t5/Custom-Visuals-Development/Change-R-visual-to-Custom-visual-with-Tooltip/m-p/441195/highlight/false#M1164" target="_blank"&gt;this topic&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;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 08:24:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Unable-to-add-tooltips-to-R-script-visual-in-PowerBI/m-p/441842#M13619</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-06-18T08:24:33Z</dc:date>
    </item>
  </channel>
</rss>

