<?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: Hover labels in journals in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Hover-labels-in-journals/m-p/676897#M86341</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-09-12 at 9.35.30 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/56563i013407FEC7B5905D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-09-12 at 9.35.30 AM.png" alt="Screenshot 2023-09-12 at 9.35.30 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;hover on the data point, then once the lable comes up move your cursor onto the lable and click that little red "pin" looking icon. &amp;nbsp;This stick the label to the graph. The label can be moved around and a tag line automatically appears.&lt;/P&gt;
&lt;P&gt;Pinned lables show up in journaled graphs as well as in HTML exports (and probably everything else.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Sep 2023 13:38:23 GMT</pubDate>
    <dc:creator>Byron_JMP</dc:creator>
    <dc:date>2023-09-12T13:38:23Z</dc:date>
    <item>
      <title>Hover labels in journals</title>
      <link>https://community.jmp.com/t5/Discussions/Hover-labels-in-journals/m-p/676734#M86330</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is it possible to enable hover labels in journals for data points on charts? This would be especially useful to help users understand a colour scale, for example.&lt;/P&gt;&lt;P&gt;Very simple example: I create a graph builder chart using the code below. In the report window I can hover over a data point and see the value of HARDNESS, which is not easy to decode from the colour scale. However, in the journal, there's no hover label available.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="matth1_0-1694510457359.png" style="width: 409px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/56517i05A005FA27F3D12A/image-dimensions/409x271?v=v2" width="409" height="271" role="button" title="matth1_0-1694510457359.png" alt="matth1_0-1694510457359.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="matth1_1-1694510473280.png" style="width: 408px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/56518i4CA0795206DDB8C8/image-dimensions/408x253?v=v2" width="408" height="253" role="button" title="matth1_1-1694510473280.png" alt="matth1_1-1694510473280.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I know the actual data values for x/y/colour are included in the journal code so it feels like it should be possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open( "$SAMPLE_DATA/Tiretread.jmp" );
gb = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 350, 300 ),
	Show Control Panel( 0 ),
	Variables( X( :ABRASION ), Y( :MODULUS ), Color( :HARDNESS ) ),
	Elements( Points( X, Y, Legend( 13 ) ) ),
	SendToReport(
		Dispatch( {}, "Graph Builder", FrameBox, {Marker Size( 6 )}
		)
	)
);
gb &amp;lt;&amp;lt; journal;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;I am using JMP 17.2.&lt;/P&gt;&lt;P&gt;&lt;CODE class=" language-jsl"&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 09:28:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hover-labels-in-journals/m-p/676734#M86330</guid>
      <dc:creator>matth1</dc:creator>
      <dc:date>2023-09-12T09:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hover labels in journals</title>
      <link>https://community.jmp.com/t5/Discussions/Hover-labels-in-journals/m-p/676892#M86340</link>
      <description>&lt;P&gt;Hover Labels do not work in journals. They require dynamic linking between the platform with the plot and the data table. The journal is a static record of the platform at the time, but it is disconnected from both the live platform and the data table.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 13:33:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hover-labels-in-journals/m-p/676892#M86340</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2023-09-12T13:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hover labels in journals</title>
      <link>https://community.jmp.com/t5/Discussions/Hover-labels-in-journals/m-p/676897#M86341</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-09-12 at 9.35.30 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/56563i013407FEC7B5905D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-09-12 at 9.35.30 AM.png" alt="Screenshot 2023-09-12 at 9.35.30 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;hover on the data point, then once the lable comes up move your cursor onto the lable and click that little red "pin" looking icon. &amp;nbsp;This stick the label to the graph. The label can be moved around and a tag line automatically appears.&lt;/P&gt;
&lt;P&gt;Pinned lables show up in journaled graphs as well as in HTML exports (and probably everything else.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 13:38:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hover-labels-in-journals/m-p/676897#M86341</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2023-09-12T13:38:23Z</dc:date>
    </item>
  </channel>
</rss>

