<?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: Is it possible to change the tooltip orientation? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Is-it-possible-to-change-the-tooltip-orientation/m-p/3801100#M51226</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The main Power BI window currently manages the orientation of the tooltip relative to the supplied coordinates. The current API does not have the functionality to override this, so if you feel particularly strongly about it, you would need to request the feature from MS. This can either be done by &lt;A href="https://github.com/microsoft/powerbi-visuals-api" target="_self"&gt;creating an issue in the API repo&lt;/A&gt;&amp;nbsp;or email them directly - &lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2024 01:46:08 GMT</pubDate>
    <dc:creator>dm-p</dc:creator>
    <dc:date>2024-04-01T01:46:08Z</dc:date>
    <item>
      <title>Is it possible to change the tooltip orientation?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-it-possible-to-change-the-tooltip-orientation/m-p/3799438#M51172</link>
      <description>&lt;P&gt;I'm using the power bi tooltips and would like them to appear above my nodes.&lt;BR /&gt;When I set the coordinates to the topmost position of my node, the triangle part of the tooltip starts there but goes to the right or left. The tooltip box itself will then overlap with my node.&lt;BR /&gt;&lt;BR /&gt;Is it possible to make the tooltip appear in a certain direction? e.g. from my coordinates the tooltip should be centered above them&lt;BR /&gt;&lt;BR /&gt;Instead of this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MatsSchrader_0-1711726812906.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1069441iA2CB8B6F23ECECE7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MatsSchrader_0-1711726812906.png" alt="MatsSchrader_0-1711726812906.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want something like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MatsSchrader_1-1711726840128.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1069442i6DF21EBAA933FD6C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MatsSchrader_1-1711726840128.png" alt="MatsSchrader_1-1711726840128.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This is the code for showing the tooltip:&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;const &lt;/SPAN&gt;&lt;SPAN&gt;bRect&lt;/SPAN&gt;: DOMRect = cellView.&lt;SPAN&gt;el&lt;/SPAN&gt;.&lt;SPAN&gt;getBoundingClientRect&lt;/SPAN&gt;();&lt;BR /&gt;tooltipService.&lt;SPAN&gt;show&lt;/SPAN&gt;({&lt;BR /&gt;    &lt;SPAN&gt;dataItems&lt;/SPAN&gt;: &lt;SPAN&gt;dataItem&lt;/SPAN&gt;,&lt;BR /&gt;    &lt;SPAN&gt;identities&lt;/SPAN&gt;: [],&lt;BR /&gt;    &lt;SPAN&gt;coordinates&lt;/SPAN&gt;: [&lt;SPAN&gt;bRect&lt;/SPAN&gt;.&lt;SPAN&gt;left &lt;/SPAN&gt;+ &lt;SPAN&gt;bRect&lt;/SPAN&gt;.&lt;SPAN&gt;width &lt;/SPAN&gt;/ &lt;SPAN&gt;2&lt;/SPAN&gt;, &lt;SPAN&gt;bRect&lt;/SPAN&gt;.&lt;SPAN&gt;top&lt;/SPAN&gt;],&lt;BR /&gt;    &lt;SPAN&gt;isTouchEvent&lt;/SPAN&gt;: &lt;SPAN&gt;false&lt;/SPAN&gt;,&lt;BR /&gt;});&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 Mar 2024 15:44:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-it-possible-to-change-the-tooltip-orientation/m-p/3799438#M51172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-29T15:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the tooltip orientation?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-it-possible-to-change-the-tooltip-orientation/m-p/3801037#M51224</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;You might look at this visual&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nathaniel_C_0-1711926238578.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1069947i2C7ADDAE25604FD9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nathaniel_C_0-1711926238578.png" alt="Nathaniel_C_0-1711926238578.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;or&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-visual-tooltips?tabs=desktop-new" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-visual-tooltips?tabs=desktop-new&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;or&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-tooltips?tabs=powerbi-desktop" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-tooltips?tabs=powerbi-desktop&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;for some good info.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Let me know if you have any questions.&lt;BR /&gt;&lt;BR /&gt;If this solves your issues, please mark it as the &lt;STRONG&gt;solution, &lt;/STRONG&gt;so that others can find it easily. &lt;STRONG&gt;Kudos &lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;</description>
      <pubDate>Sun, 31 Mar 2024 23:05:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-it-possible-to-change-the-tooltip-orientation/m-p/3801037#M51224</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2024-03-31T23:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the tooltip orientation?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-it-possible-to-change-the-tooltip-orientation/m-p/3801100#M51226</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The main Power BI window currently manages the orientation of the tooltip relative to the supplied coordinates. The current API does not have the functionality to override this, so if you feel particularly strongly about it, you would need to request the feature from MS. This can either be done by &lt;A href="https://github.com/microsoft/powerbi-visuals-api" target="_self"&gt;creating an issue in the API repo&lt;/A&gt;&amp;nbsp;or email them directly - &lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 01:46:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-it-possible-to-change-the-tooltip-orientation/m-p/3801100#M51226</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2024-04-01T01:46:08Z</dc:date>
    </item>
  </channel>
</rss>

