<?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 Hover Labels Not Carrying to Interactive HTML in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Hover-Labels-Not-Carrying-to-Interactive-HTML/m-p/536553#M75854</link>
    <description>&lt;P&gt;So I did a pretty thorough search and don't see this exact situation covered.&amp;nbsp; I'm making a series of plots via JSL and the desire is to publish out to interactive HTML for users to access from a shared drive.&amp;nbsp; I started by using the web report function, but I'd rather not have this organized as an index page to access each plot as its own HTML file.&amp;nbsp; I'd like to just have all the plots on one page.&amp;nbsp; So I took to appending the plots to a New Window, and then saving that to interactive html.&amp;nbsp; That gets all my plots on the same html page, but it's not quite as interactive as the web report (can't select individual points), and more importantly, when I hover over the points, I only see the x and y info, not the additional prescribed info from the column set for labels.&amp;nbsp; Interestingly, if I use the web report, it does carry over.&amp;nbsp; I am using JMP 16.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a basic example of how I'm executing this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;MainReport = New Window( PlotBox = V List Box( ) );

for(i=1, i&amp;lt;=10, i++,
	
	Eval(Parse(Eval Insert("\[ MyGraph^i^ = MyPlotDT^i^ &amp;lt;&amp;lt; Graph Builder( … ); ]\")));
	
    Eval(Parse(Eval Insert("\[ PlotBox &amp;lt;&amp;lt; Append(MyGraph^i^ &amp;lt;&amp;lt; Report); ]\")));
		
);

PlotBox &amp;lt;&amp;lt; Save Interactive HTML("C:\Temp\overview.html");

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a more appropriate display object to use, or some other way to ensure prescribed labels carry over to the html?&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 17:08:19 GMT</pubDate>
    <dc:creator>CS13</dc:creator>
    <dc:date>2023-06-09T17:08:19Z</dc:date>
    <item>
      <title>Hover Labels Not Carrying to Interactive HTML</title>
      <link>https://community.jmp.com/t5/Discussions/Hover-Labels-Not-Carrying-to-Interactive-HTML/m-p/536553#M75854</link>
      <description>&lt;P&gt;So I did a pretty thorough search and don't see this exact situation covered.&amp;nbsp; I'm making a series of plots via JSL and the desire is to publish out to interactive HTML for users to access from a shared drive.&amp;nbsp; I started by using the web report function, but I'd rather not have this organized as an index page to access each plot as its own HTML file.&amp;nbsp; I'd like to just have all the plots on one page.&amp;nbsp; So I took to appending the plots to a New Window, and then saving that to interactive html.&amp;nbsp; That gets all my plots on the same html page, but it's not quite as interactive as the web report (can't select individual points), and more importantly, when I hover over the points, I only see the x and y info, not the additional prescribed info from the column set for labels.&amp;nbsp; Interestingly, if I use the web report, it does carry over.&amp;nbsp; I am using JMP 16.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a basic example of how I'm executing this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;MainReport = New Window( PlotBox = V List Box( ) );

for(i=1, i&amp;lt;=10, i++,
	
	Eval(Parse(Eval Insert("\[ MyGraph^i^ = MyPlotDT^i^ &amp;lt;&amp;lt; Graph Builder( … ); ]\")));
	
    Eval(Parse(Eval Insert("\[ PlotBox &amp;lt;&amp;lt; Append(MyGraph^i^ &amp;lt;&amp;lt; Report); ]\")));
		
);

PlotBox &amp;lt;&amp;lt; Save Interactive HTML("C:\Temp\overview.html");

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a more appropriate display object to use, or some other way to ensure prescribed labels carry over to the html?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 17:08:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hover-Labels-Not-Carrying-to-Interactive-HTML/m-p/536553#M75854</guid>
      <dc:creator>CS13</dc:creator>
      <dc:date>2023-06-09T17:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hover Labels Not Carrying to Interactive HTML</title>
      <link>https://community.jmp.com/t5/Discussions/Hover-Labels-Not-Carrying-to-Interactive-HTML/m-p/537707#M75903</link>
      <description>&lt;P&gt;You might consider adding searching and voting for a wish list item for this, or adding one if there isn't one yet.&amp;nbsp; I don't know of another simple option to do what you are looking for.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 11:23:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hover-Labels-Not-Carrying-to-Interactive-HTML/m-p/537707#M75903</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2022-08-26T11:23:18Z</dc:date>
    </item>
  </channel>
</rss>

