<?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 Testing Canvas Tooltip and Multiple SelectionIds in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Testing-Canvas-Tooltip-and-Multiple-SelectionIds/m-p/482767#M14813</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was testing&amp;nbsp;&lt;A href="&amp;nbsp;https://microsoft.github.io/PowerBI-visuals/docs/latest/how-to-guide/adding-report-page-tooltips/#support-canvas-tooltips" target="_self"&gt;Canvas Tooltips&lt;/A&gt;. It works very fine, I was wondering if it is somehow possible to give the tooltips an array of selectionIds&amp;nbsp;instead of a single selectionId.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The use case would be a flowchart including edges with source and target that represents an edge/link&amp;nbsp;connecting nodes that include all incoming and outgoing edges. Therefore, when I&amp;nbsp;would hover above a node I would get all information about the in-/outcoming&amp;nbsp;edges. For now, I get only information about each edge by hovering above the edge.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; this.tooltipServiceWrapper.addTooltip(this.barContainer.selectAll('.bar'),
                (tooltipEvent: TooltipEventArgs&amp;lt;BarChartDataPoint&amp;gt;) =&amp;gt; this.getTooltipData(tooltipEvent.data),
                (tooltipEvent: TooltipEventArgs&amp;lt;BarChartDataPoint&amp;gt;) =&amp;gt; tooltipEvent.data.selectionId
            );&lt;/PRE&gt;&lt;P&gt;As seen in the code there is given only one selectionId.&amp;nbsp;I have tried to put an array of selectionIds&amp;nbsp;in but it does not react. Is there a possibility to aggregate an array of selectionIds.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;With Regards&lt;/P&gt;</description>
    <pubDate>Tue, 07 Aug 2018 14:31:27 GMT</pubDate>
    <dc:creator>Capono</dc:creator>
    <dc:date>2018-08-07T14:31:27Z</dc:date>
    <item>
      <title>Testing Canvas Tooltip and Multiple SelectionIds</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Testing-Canvas-Tooltip-and-Multiple-SelectionIds/m-p/482767#M14813</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was testing&amp;nbsp;&lt;A href="&amp;nbsp;https://microsoft.github.io/PowerBI-visuals/docs/latest/how-to-guide/adding-report-page-tooltips/#support-canvas-tooltips" target="_self"&gt;Canvas Tooltips&lt;/A&gt;. It works very fine, I was wondering if it is somehow possible to give the tooltips an array of selectionIds&amp;nbsp;instead of a single selectionId.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The use case would be a flowchart including edges with source and target that represents an edge/link&amp;nbsp;connecting nodes that include all incoming and outgoing edges. Therefore, when I&amp;nbsp;would hover above a node I would get all information about the in-/outcoming&amp;nbsp;edges. For now, I get only information about each edge by hovering above the edge.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; this.tooltipServiceWrapper.addTooltip(this.barContainer.selectAll('.bar'),
                (tooltipEvent: TooltipEventArgs&amp;lt;BarChartDataPoint&amp;gt;) =&amp;gt; this.getTooltipData(tooltipEvent.data),
                (tooltipEvent: TooltipEventArgs&amp;lt;BarChartDataPoint&amp;gt;) =&amp;gt; tooltipEvent.data.selectionId
            );&lt;/PRE&gt;&lt;P&gt;As seen in the code there is given only one selectionId.&amp;nbsp;I have tried to put an array of selectionIds&amp;nbsp;in but it does not react. Is there a possibility to aggregate an array of selectionIds.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;With Regards&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 14:31:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Testing-Canvas-Tooltip-and-Multiple-SelectionIds/m-p/482767#M14813</guid>
      <dc:creator>Capono</dc:creator>
      <dc:date>2018-08-07T14:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Canvas Tooltip and Multiple SelectionIds</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Testing-Canvas-Tooltip-and-Multiple-SelectionIds/m-p/482818#M14815</link>
      <description>&lt;P&gt;Canvas Tooltip does not support SelectiondId array as per design.&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, 07 Aug 2018 15:10:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Testing-Canvas-Tooltip-and-Multiple-SelectionIds/m-p/482818#M14815</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-08-07T15:10:05Z</dc:date>
    </item>
  </channel>
</rss>

