<?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: How to add a Context menu in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-a-Context-menu/m-p/80429#M2845</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/14745"&gt;@n0gare﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To add such a new feature to a custom visual, you may submit an &lt;A title="" href="https://ideas.powerbi.com/forums/265200-power-bi" target="_self" rel="nofollow noopener noreferrer"&gt;idea&lt;/A&gt;&amp;nbsp;or leave a comment at &lt;A href="https://github.com/Microsoft/PowerBI-visuals-tools" target="_self" rel="nofollow noopener noreferrer"&gt;GitHub&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2016 12:00:35 GMT</pubDate>
    <dc:creator>v-chuncz-msft</dc:creator>
    <dc:date>2016-10-20T12:00:35Z</dc:date>
    <item>
      <title>How to add a Context menu</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-a-Context-menu/m-p/74724#M2516</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a way to add a context menu to my visual. Currently my visuals display a graph with nodes and edges. My visual is based on the&amp;nbsp;&lt;SPAN&gt;Force-Directed Graph.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I want a context menu to show up after the user "right clicks" on a node, in that context menu the user is able to select some other functions.&lt;/P&gt;&lt;P&gt;Let's say my current graph represents a group of animals, so when "right clicking" on an elephant-node for example, a context menu shows up in that the user can enter the wikipedia site of an elephant to get more information, or some other function.&lt;/P&gt;&lt;P&gt;I thought to change the tooltip, but maybe there is a better way to do it. And I am not sure if the user is able to interact with the tooltip.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you understand what my goal is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 09:42:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-a-Context-menu/m-p/74724#M2516</guid>
      <dc:creator>n0gare</dc:creator>
      <dc:date>2016-10-04T09:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a Context menu</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-a-Context-menu/m-p/74746#M2519</link>
      <description>Hi. At this point in time, the only solution I can think off is to have a separate table that will display your extra content (ie. URL) when a node is selected. FYI, I am assuming that clicking on a node will act as a filter for other visual charts on the page.&lt;BR /&gt;&lt;BR /&gt;Dan</description>
      <pubDate>Tue, 04 Oct 2016 10:30:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-a-Context-menu/m-p/74746#M2519</guid>
      <dc:creator>djnww</dc:creator>
      <dc:date>2016-10-04T10:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a Context menu</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-a-Context-menu/m-p/74747#M2520</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's a good idea.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try this out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 10:32:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-a-Context-menu/m-p/74747#M2520</guid>
      <dc:creator>n0gare</dc:creator>
      <dc:date>2016-10-04T10:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a Context menu</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-a-Context-menu/m-p/74808#M2532</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately this soulution is not working the way I wanted.&lt;/P&gt;&lt;P&gt;Does anyone know if it is even possible to add contextmenus into a power bi visual?&lt;/P&gt;&lt;P&gt;I worked with some tutorials that explain contextmenus for regular javascript, but none of them is working.&lt;/P&gt;&lt;P&gt;I hope you guys can help me .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 13:09:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-a-Context-menu/m-p/74808#M2532</guid>
      <dc:creator>n0gare</dc:creator>
      <dc:date>2016-10-04T13:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a Context menu</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-a-Context-menu/m-p/74998#M2547</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/14745"&gt;@n0gare﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you clearly describe what you are trying to achieve ?&lt;/P&gt;&lt;P&gt;Let's assume that you have a stacked bar chart for Product Sales as per the image below. What do you want the chart to do ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 310px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/15625iB0BF6CE2C7004483/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 23:19:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-a-Context-menu/m-p/74998#M2547</guid>
      <dc:creator>djnww</dc:creator>
      <dc:date>2016-10-04T23:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a Context menu</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-a-Context-menu/m-p/75106#M2552</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A title="" href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1575" target="_self"&gt;djnww&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Let's assume chairs, coffee and books are our products, that we&amp;nbsp;visualize.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So by the look at the visual the user gets a&amp;nbsp;rough overview about the products. but to get further, more&amp;nbsp;specific information, the user can open a contextmenu (with a right click on the object)&amp;nbsp;with links/url to the web.&lt;/P&gt;&lt;P&gt;The link/url for each product would be provided form the (Excel) table, that is used to create the&amp;nbsp;visualization.&lt;/P&gt;&lt;P&gt;As I was looking for help, I found some examples of how I want it to look like. But the approach that was used there is not working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;To add a context menu like in the image below, would be great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ContextMenuExample.PNG" style="width: 502px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/15657i5122100EE389BF01/image-dimensions/502x387?v=v2" width="502" height="387" role="button" title="ContextMenuExample.PNG" alt="ContextMenuExample.PNG" /&gt;&lt;/span&gt;﻿&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 07:18:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-a-Context-menu/m-p/75106#M2552</guid>
      <dc:creator>n0gare</dc:creator>
      <dc:date>2016-10-05T07:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a Context menu</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-a-Context-menu/m-p/80429#M2845</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/14745"&gt;@n0gare﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To add such a new feature to a custom visual, you may submit an &lt;A title="" href="https://ideas.powerbi.com/forums/265200-power-bi" target="_self" rel="nofollow noopener noreferrer"&gt;idea&lt;/A&gt;&amp;nbsp;or leave a comment at &lt;A href="https://github.com/Microsoft/PowerBI-visuals-tools" target="_self" rel="nofollow noopener noreferrer"&gt;GitHub&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 12:00:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-a-Context-menu/m-p/80429#M2845</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2016-10-20T12:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a Context menu</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-a-Context-menu/m-p/81861#M2904</link>
      <description>&lt;P&gt;Hey Sam,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to add a ContextMenu for quite some time and the only thing I was able to do is to add the basic html contextMenu. The funny thing is that it only worked in a web browser.&lt;/P&gt;&lt;P&gt;Well anyway thank you for your suggestions, I am currentyl thinking about my next step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best reagards&amp;nbsp;&lt;/P&gt;&lt;P&gt;n0gare&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 04:52:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-a-Context-menu/m-p/81861#M2904</guid>
      <dc:creator>n0gare</dc:creator>
      <dc:date>2016-10-25T04:52:16Z</dc:date>
    </item>
  </channel>
</rss>

