<?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: save interactive HTML from journal reset my chart properties in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/save-interactive-HTML-from-journal-reset-my-chart-properties/m-p/56500#M31742</link>
    <description>&lt;P&gt;Hi Adam,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd like to see if I can recreate the problem you're seeing.&lt;/P&gt;
&lt;P&gt;It would help to know what JSL commands are you are using to set the marker colors/shapes and what version of JMP you are using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are able to share your script (using anonymized or random data if you need to), that would also be useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;~John&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 May 2018 12:59:02 GMT</pubDate>
    <dc:creator>John_Powell_JMP</dc:creator>
    <dc:date>2018-05-07T12:59:02Z</dc:date>
    <item>
      <title>save interactive HTML from journal reset my chart properties</title>
      <link>https://community.jmp.com/t5/Discussions/save-interactive-HTML-from-journal-reset-my-chart-properties/m-p/56411#M31689</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;I have a simple script to generate Bivariate charts &lt;BR /&gt;I then move charts to journal (no issue there) and finally save to interactive HTML.&lt;BR /&gt;&lt;BR /&gt;the HTML file contains my charts but all point color marker shape and size was rest.&lt;BR /&gt;no issue when i save image or HTML (not interactive) but I really need to use the interactive one.&lt;BR /&gt;&lt;BR /&gt;any help is welcomed.&lt;BR /&gt;BTW&lt;BR /&gt;I'm not using legend&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 13:51:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/save-interactive-HTML-from-journal-reset-my-chart-properties/m-p/56411#M31689</guid>
      <dc:creator>AdamChoen</dc:creator>
      <dc:date>2018-05-04T13:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: save interactive HTML from journal reset my chart properties</title>
      <link>https://community.jmp.com/t5/Discussions/save-interactive-HTML-from-journal-reset-my-chart-properties/m-p/56500#M31742</link>
      <description>&lt;P&gt;Hi Adam,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd like to see if I can recreate the problem you're seeing.&lt;/P&gt;
&lt;P&gt;It would help to know what JSL commands are you are using to set the marker colors/shapes and what version of JMP you are using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are able to share your script (using anonymized or random data if you need to), that would also be useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;~John&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 12:59:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/save-interactive-HTML-from-journal-reset-my-chart-properties/m-p/56500#M31742</guid>
      <dc:creator>John_Powell_JMP</dc:creator>
      <dc:date>2018-05-07T12:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: save interactive HTML from journal reset my chart properties</title>
      <link>https://community.jmp.com/t5/Discussions/save-interactive-HTML-from-journal-reset-my-chart-properties/m-p/67475#M34622</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;I'm&amp;nbsp;having this issue for any chart I try to save as interactive, I'm&amp;nbsp;using JMP pro 12&lt;/P&gt;&lt;P&gt;see example&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = data table ("CE_Warn_RawData");

lst = dt &amp;lt;&amp;lt; Bivariate(
				Y( :value ),
				X( :run_start_date ),
				BY( :name, :window, :var, :stat),
				SendToReport(
					Dispatch( {}, "2", ScaleBox, {Add Ref Line( 0, "Dashed", "Black", "", 1 )} ),
					Dispatch(
						{},
						"Bivar Plot",
						FrameBox,
						{Frame Size( 700, 200 ),Row Legend(
							subentity,
							Color( 1 ),
							Color Theme( "JMP Default" ),
							Marker( 1 ),
							Marker Theme( "Standard" ),
							Continuous Scale( 0 ),
							Reverse Scale( 0 ),
							Excluded Rows( 0 )
						)}
					)
				)
			);
			
lst &amp;lt;&amp;lt; Journal();
Current Journal () &amp;lt;&amp;lt; Save interactive HTML ("\\.....\RawData.html");&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Aug 2018 05:19:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/save-interactive-HTML-from-journal-reset-my-chart-properties/m-p/67475#M34622</guid>
      <dc:creator>AdamChoen</dc:creator>
      <dc:date>2018-08-10T05:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: save interactive HTML from journal reset my chart properties</title>
      <link>https://community.jmp.com/t5/Discussions/save-interactive-HTML-from-journal-reset-my-chart-properties/m-p/67506#M34630</link>
      <description>&lt;P&gt;Adam,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the Row Legend JSL function is used to create marker shapes and colors, they are stored in the data table's row states.&lt;/P&gt;
&lt;P&gt;When you do this, the way they are stored in a journal is not supported by Interactive HTML in JMP 12.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Support for retrieving the row state marker colors and shapes from journals when exporting to Inteactive HTML was introduced in JMP 14.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you save each report to interactive HTML without storing it in a journal first, the colors will be maintained.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-John&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 15:34:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/save-interactive-HTML-from-journal-reset-my-chart-properties/m-p/67506#M34630</guid>
      <dc:creator>John_Powell_JMP</dc:creator>
      <dc:date>2018-08-10T15:34:24Z</dc:date>
    </item>
  </channel>
</rss>

