<?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 label on data in Interactive HTML not working in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Hover-label-on-data-in-Interactive-HTML-not-working/m-p/429363#M67883</link>
    <description>&lt;P&gt;I think the problem is that you are saving a journal. The journal is not interactive like Graph Builder. The hover labels work in this modification:&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/Big Class.jmp" );

nw = New Window( "Test Hover Label",
	dt &amp;lt;&amp;lt; Graph Builder(
		Size( 529, 466 ),
		Show Control Panel( 0 ),
		Automatic Recalc( 0 ),
		Variables( X( :name ), Y( :height ) ),
		Elements( Smoother( X, Y, Legend( 9 ) ), Points( X, Y, Legend( 10 ) ) )
	);
);

nw &amp;lt;&amp;lt; save Interactive HTML( "$TEMP\test.html" );
Open( "$TEMP\test.html" );
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 22 Oct 2021 17:37:14 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2021-10-22T17:37:14Z</dc:date>
    <item>
      <title>Hover label on data in Interactive HTML not working</title>
      <link>https://community.jmp.com/t5/Discussions/Hover-label-on-data-in-Interactive-HTML-not-working/m-p/429303#M67877</link>
      <description>&lt;P&gt;Hi -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hovering over data point in Interactive Html, I am expecting to see label data come through but it is not working as expected.&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="uProf_0-1634917248131.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36919iD59A9BAD7F7D5C54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uProf_0-1634917248131.png" alt="uProf_0-1634917248131.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="uProf_1-1634917366159.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36920iA7A031757830ABF6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uProf_1-1634917366159.png" alt="uProf_1-1634917366159.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

nw = New Window( "Journal_1", &amp;lt;&amp;lt;journal, vlb = V List Box()  );

gb = Graph Builder(
	Size( 529, 466 ),
	Show Control Panel( 0 ),
	Automatic Recalc( 0 ),
	Variables( X( :name ), Y( :height ) ),
	Elements( Smoother( X, Y, Legend( 9 ) ), Points( X, Y, Legend( 10 ) ) )
);
vlb &amp;lt;&amp;lt; append( report( gb ) );
nw &amp;lt;&amp;lt; save Interactive HTML( "$TEMP\test.html"	); 
open( "$TEMP\test.html"	);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Using Jmp 12.2. Am I missing any setting? Appreciate feedback.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:03:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hover-label-on-data-in-Interactive-HTML-not-working/m-p/429303#M67877</guid>
      <dc:creator>uProf</dc:creator>
      <dc:date>2023-06-09T18:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hover label on data in Interactive HTML not working</title>
      <link>https://community.jmp.com/t5/Discussions/Hover-label-on-data-in-Interactive-HTML-not-working/m-p/429363#M67883</link>
      <description>&lt;P&gt;I think the problem is that you are saving a journal. The journal is not interactive like Graph Builder. The hover labels work in this modification:&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/Big Class.jmp" );

nw = New Window( "Test Hover Label",
	dt &amp;lt;&amp;lt; Graph Builder(
		Size( 529, 466 ),
		Show Control Panel( 0 ),
		Automatic Recalc( 0 ),
		Variables( X( :name ), Y( :height ) ),
		Elements( Smoother( X, Y, Legend( 9 ) ), Points( X, Y, Legend( 10 ) ) )
	);
);

nw &amp;lt;&amp;lt; save Interactive HTML( "$TEMP\test.html" );
Open( "$TEMP\test.html" );
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Oct 2021 17:37:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hover-label-on-data-in-Interactive-HTML-not-working/m-p/429363#M67883</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-10-22T17:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hover label on data in Interactive HTML not working</title>
      <link>https://community.jmp.com/t5/Discussions/Hover-label-on-data-in-Interactive-HTML-not-working/m-p/429373#M67884</link>
      <description>&lt;P&gt;Thank you Mark. Tried your suggestion in Jmp 12.2.0 but I see no difference. Hovering over data point in HTML only shows 'This feature is not yet interactive' message.&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>Fri, 22 Oct 2021 17:48:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hover-label-on-data-in-Interactive-HTML-not-working/m-p/429373#M67884</guid>
      <dc:creator>uProf</dc:creator>
      <dc:date>2021-10-22T17:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hover label on data in Interactive HTML not working</title>
      <link>https://community.jmp.com/t5/Discussions/Hover-label-on-data-in-Interactive-HTML-not-working/m-p/429422#M67892</link>
      <description>&lt;P&gt;It was added after JMP 12.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 19:37:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hover-label-on-data-in-Interactive-HTML-not-working/m-p/429422#M67892</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-10-22T19:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hover label on data in Interactive HTML not working</title>
      <link>https://community.jmp.com/t5/Discussions/Hover-label-on-data-in-Interactive-HTML-not-working/m-p/429554#M67905</link>
      <description>&lt;P&gt;That's correct. We didn't add Interactive HTML support for Graph Builder until JMP 13.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Interactive HTML support expands in every release of JMP. For any version of JMP, you will get a warning when you export or save as Interactive HTML when there's something in the report that is not supported yet. The warning will tell you to look in the log to find more details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a graph that plots Big Class student's heights by name,&amp;nbsp; in JMP 12, you could get Interactive HTML output by using the 'Fit Y by X' or 'Oneway' platform.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

nw = New Window( "Test Hover Label",
	dt &amp;lt;&amp;lt; Oneway( Y( :height ), X( :name ) );
);

nw &amp;lt;&amp;lt; save Interactive HTML( "$TEMP\test.html" );
Open( "$TEMP\test.html" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Instead of a smoother, you will get a Grand Mean line.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="John_Powell_JMP_0-1635003575071.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36940i2197D3C144B10D73/image-size/medium?v=v2&amp;amp;px=400" role="button" title="John_Powell_JMP_0-1635003575071.png" alt="John_Powell_JMP_0-1635003575071.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;~John&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>Sat, 23 Oct 2021 15:41:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hover-label-on-data-in-Interactive-HTML-not-working/m-p/429554#M67905</guid>
      <dc:creator>John_Powell_JMP</dc:creator>
      <dc:date>2021-10-23T15:41:51Z</dc:date>
    </item>
  </channel>
</rss>

