<?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: PNG Export Issues for Dashboard in JMP 16 in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/PNG-Export-Issues-for-Dashboard-in-JMP-16/m-p/781264#M96379</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Before, I didn't get the dashboard, but now I did find the issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2024 07:28:46 GMT</pubDate>
    <dc:creator>Yass</dc:creator>
    <dc:date>2024-08-13T07:28:46Z</dc:date>
    <item>
      <title>PNG Export Issues for Dashboard in JMP 16</title>
      <link>https://community.jmp.com/t5/Discussions/PNG-Export-Issues-for-Dashboard-in-JMP-16/m-p/781236#M96374</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question about saving a dashboard as a PNG in JMP 16. I found an example in an old question, but it doesn't work for me.&lt;/P&gt;&lt;P&gt;I received this response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;Unresolved name: dash at line 13 while accessing or evaluating "dash", dash/*###*/&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;at line 440 in D:\Project JMP\Scripts\PourcentageDeNokParJour.jsl.&lt;/SPAN&gt;&lt;/PRE&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;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;results_table = Open( "D:/Project JMP/Tables Resultats NOK percentages/Results.jmp" );

dash = JMP App(
	Set Name( "Tableau de bord" ),
	Set Description( "Description" ),
	Auto Launch( 1 ),
	Snap To Grid( 1 ),
	Show Grid( 1 ),
	Show Properties( 0 ),
	Show Sources( 1 ),
	Group By Category( 0 ),
	Dashboard Mode( 1 ),
	Parameters,
	Tables(
		DataTable1 = GuiTable(
			Set Path(
				"/D:/Project JMP/Tables Resultats NOK percentages/Results.jmp"
			),
			Set Label( "Results" ),
			Location( "Current Data Table" ),
			Invisible( 0 )
		)
	),
	Script(JSL Quote(// This script is executed when the application is run.
// Named objects have been created for the application modules
// (for example, "Module1") and the pre-defined object
// "thisApplication" refers to the application object itself.
// Variables and functions declared here are scoped to the
// Application namespace.


)	),
	Allocate(
		Module1 = Plan(
			PreAllocate,
			Script(JSL Quote(// This script is executed when a new module instance is
// created.  The pre-defined object "thisModuleInstance" refers
// to the instance object, but other objects such as boxes and
// scripts have not yet been created.  Variables declared here are
// scoped to the ModuleInstance namespace.

// This special function will receive parameters passed to CreateInstance()
OnModuleLoad({},
);

thisModuleInstance &amp;lt;&amp;lt; Create Objects;

// After this point your module instance objects have been created
// and can be referred to by name (for example, "Button1").

Try(TabPage3 &amp;lt;&amp;lt; Set Scriptable Object(thisApplication));
)			),
			Allocate(
				TabPage3 = Tab Page Box();
				Splitter1 = H Splitter Box();
				TabPage1 = Tab Page Box();
				Scroll1 = Scroll Box();
				Report1 = Platform(
					DataTable1,
					Graph Builder(
						Size( 815, 650 ),
						Show Control Panel( 0 ),
						Fit to Window,
						Variables(
							X( :Date ),
							Y( :Percent NOK ICT ),
							Y( :Percent NOK FCT )
						),
						Elements( Position( 1, 1 ), Line( X, Y, Legend( 13 ) ) ),
						Elements( Position( 1, 2 ), Line( X, Y, Legend( 14 ) ) ),
						SendToReport(
							Dispatch(
								{},
								"graph title",
								TextEditBox,
								{Set Text(
									"Percent NOK ICT &amp;amp;  FCT par rapport à Date"
								)}
							)
						)
					)
				);
				TabPage2 = Tab Page Box();
				Scroll2 = Scroll Box();
				Report2 = Platform(
					DataTable1,
					Graph Builder(
						Size( 851, 698 ),
						Show Control Panel( 0 ),
						Fit to Window,
						Variables(
							X( :Date ),
							Y( :Total ICT ),
							Y( :NOK ICT, Position( 1 ) ),
							Y( :Total FCT ),
							Y( :NOK FCT, Position( 2 ) )
						),
						Elements(
							Position( 1, 1 ),
							Bar(
								X,
								Y( 1 ),
								Y( 2 ),
								Legend( 11 ),
								Label( "Label by Value" )
							)
						),
						Elements(
							Position( 1, 2 ),
							Bar(
								X,
								Y( 1 ),
								Y( 2 ),
								Legend( 6 ),
								Label( "Label by Value" )
							)
						),
						SendToReport(
							Dispatch(
								{},
								"graph title",
								TextEditBox,
								{Set Text(
									"NOK ICT et FCT / Total ICT et FCT par rapport à Date"
								)}
							)
						)
					)
				);
			),
			Organize(
				Reparent( Scroll2( Report2 ) );
				Reparent( TabPage2( Scroll2 ) );
				Reparent( Splitter1( TabPage2 ) );
				Reparent( Scroll1( Report1 ) );
				Reparent( TabPage1( Scroll1 ) );
				Reparent( Splitter1( TabPage1 ) );
				Reparent( TabPage3( Splitter1 ) );
				Relocate( TabPage3( 0, 0 ) );
			),
			Initialize(
				TabPage3 &amp;lt;&amp;lt; Background Color( 2147483647 ),
				TabPage3 &amp;lt;&amp;lt; Border( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				TabPage3 &amp;lt;&amp;lt; Enabled( 1 ),
				TabPage3 &amp;lt;&amp;lt; Horizontal Alignment( "Default" ),
				TabPage3 &amp;lt;&amp;lt; Margin( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				TabPage3 &amp;lt;&amp;lt; Padding(
					{Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )}
				), TabPage3 &amp;lt;&amp;lt; Text Color( 2147483647 ), TabPage3 &amp;lt;&amp;lt; UI Only( 0 ),
				TabPage3 &amp;lt;&amp;lt; Vertical Alignment( "Default" ),
				TabPage3 &amp;lt;&amp;lt; Visibility( "Visible" ),
				TabPage3 &amp;lt;&amp;lt; Set Min Size( 442, 139 ),
				TabPage3 &amp;lt;&amp;lt; Set Max Size( 30000, 30000 ),
				TabPage3 &amp;lt;&amp;lt; Set Stretch( {"Neutre", "Neutre"} ),
				TabPage3 &amp;lt;&amp;lt; Title( "Total Production % &amp;amp; NOK % Dashboard" ),
				TabPage3 &amp;lt;&amp;lt; Tip( "" ), TabPage3 &amp;lt;&amp;lt; Icon( "" ),
				TabPage3 &amp;lt;&amp;lt; Closeable( 0 ), TabPage3 &amp;lt;&amp;lt; Moveable( 0 ),
				TabPage3 &amp;lt;&amp;lt; Set Base Font( "Texte" ),
				TabPage3 &amp;lt;&amp;lt; Set Font Scale( 1 ),
				Splitter1 &amp;lt;&amp;lt; Background Color( 2147483647 ),
				Splitter1 &amp;lt;&amp;lt; Border(
					{Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )}
				), Splitter1 &amp;lt;&amp;lt; Enabled( 1 ),
				Splitter1 &amp;lt;&amp;lt; Horizontal Alignment( "Default" ),
				Splitter1 &amp;lt;&amp;lt; Margin(
					{Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )}
				),
				Splitter1 &amp;lt;&amp;lt; Padding(
					{Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )}
				), Splitter1 &amp;lt;&amp;lt; Text Color( 2147483647 ), Splitter1 &amp;lt;&amp;lt; UI Only( 0 ),
				Splitter1 &amp;lt;&amp;lt; Vertical Alignment( "Default" ),
				Splitter1 &amp;lt;&amp;lt; Visibility( "Visible" ), Splitter1 &amp;lt;&amp;lt; Dockable( 1 ),
				Splitter1 &amp;lt;&amp;lt; Set Width( 1908 ), Splitter1 &amp;lt;&amp;lt; Set Height( 728 ),
				Splitter1 &amp;lt;&amp;lt; Set Sizes( {0.502347417840376, 0.497652582159624} ),
				Splitter1 &amp;lt;&amp;lt; Set Min Size( 442, 113 ),
				Splitter1 &amp;lt;&amp;lt; Set Max Size( 60003, 30000 ),
				Splitter1 &amp;lt;&amp;lt; Set Stretch( {"Fenêtre", "Fenêtre"} ),
				Splitter1 &amp;lt;&amp;lt; set horizontal( 1 ),
				TabPage1 &amp;lt;&amp;lt; Background Color( 2147483647 ),
				TabPage1 &amp;lt;&amp;lt; Border( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				TabPage1 &amp;lt;&amp;lt; Enabled( 1 ),
				TabPage1 &amp;lt;&amp;lt; Horizontal Alignment( "Default" ),
				TabPage1 &amp;lt;&amp;lt; Margin( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				TabPage1 &amp;lt;&amp;lt; Padding(
					{Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )}
				), TabPage1 &amp;lt;&amp;lt; Text Color( 2147483647 ), TabPage1 &amp;lt;&amp;lt; UI Only( 0 ),
				TabPage1 &amp;lt;&amp;lt; Vertical Alignment( "Default" ),
				TabPage1 &amp;lt;&amp;lt; Visibility( "Visible" ),
				TabPage1 &amp;lt;&amp;lt; Set Min Size( 241, 102 ),
				TabPage1 &amp;lt;&amp;lt; Set Max Size( 30000, 30000 ),
				TabPage1 &amp;lt;&amp;lt; Set Stretch( {"Neutre", "Neutre"} ),
				TabPage1 &amp;lt;&amp;lt; Title( "Constructeur de graphiques" ),
				TabPage1 &amp;lt;&amp;lt; Tip( "" ), TabPage1 &amp;lt;&amp;lt; Icon( "Trellis" ),
				TabPage1 &amp;lt;&amp;lt; Closeable( 1 ), TabPage1 &amp;lt;&amp;lt; Moveable( 1 ),
				TabPage1 &amp;lt;&amp;lt; Set Base Font( "Texte" ),
				TabPage1 &amp;lt;&amp;lt; Set Font Scale( 1 ),
				Scroll1 &amp;lt;&amp;lt; Background Color( 2147483647 ),
				Scroll1 &amp;lt;&amp;lt; Border( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				Scroll1 &amp;lt;&amp;lt; Enabled( 1 ),
				Scroll1 &amp;lt;&amp;lt; Horizontal Alignment( "Default" ),
				Scroll1 &amp;lt;&amp;lt; Margin( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				Scroll1 &amp;lt;&amp;lt; Padding( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				Scroll1 &amp;lt;&amp;lt; Text Color( 2147483647 ), Scroll1 &amp;lt;&amp;lt; UI Only( 0 ),
				Scroll1 &amp;lt;&amp;lt; User Resizable( {1, 1} ),
				Scroll1 &amp;lt;&amp;lt; Vertical Alignment( "Default" ),
				Scroll1 &amp;lt;&amp;lt; Visibility( "Visible" ),
				Scroll1 &amp;lt;&amp;lt; Set Min Size( 241, 76 ),
				Scroll1 &amp;lt;&amp;lt; Set Max Size( 30141, 30001 ),
				Scroll1 &amp;lt;&amp;lt; Set Stretch( {"Fenêtre", "Fenêtre"} ),
				Scroll1 &amp;lt;&amp;lt; Width( 956 ), Scroll1 &amp;lt;&amp;lt; Height( 702 ),
				Scroll1 &amp;lt;&amp;lt; Set Auto Scrollable( 1 ),
				Scroll1 &amp;lt;&amp;lt; Set Scrollers( 0, 0 ), Scroll1 &amp;lt;&amp;lt; Set Show Empty( 0 ),
				Scroll1 &amp;lt;&amp;lt; Set Clip Printing( 0 ),
				Report1 &amp;lt;&amp;lt; Background Color( 2147483647 ),
				Report1 &amp;lt;&amp;lt; Border( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				Report1 &amp;lt;&amp;lt; Enabled( 1 ),
				Report1 &amp;lt;&amp;lt; Horizontal Alignment( "Default" ),
				Report1 &amp;lt;&amp;lt; Margin( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				Report1 &amp;lt;&amp;lt; Padding( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				Report1 &amp;lt;&amp;lt; Text Color( 2147483647 ), Report1 &amp;lt;&amp;lt; UI Only( 0 ),
				Report1 &amp;lt;&amp;lt; Vertical Alignment( "Default" ),
				Report1 &amp;lt;&amp;lt; Visibility( "Visible" ),
				Report1 &amp;lt;&amp;lt; Set Min Size( 241, 76 ),
				Report1 &amp;lt;&amp;lt; Set Max Size( 30141, 30001 ),
				Report1 &amp;lt;&amp;lt; Set Stretch( {"Neutre", "Neutre"} ),
				Report1 &amp;lt;&amp;lt; set horizontal( 0 ),
				TabPage2 &amp;lt;&amp;lt; Background Color( 2147483647 ),
				TabPage2 &amp;lt;&amp;lt; Border( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				TabPage2 &amp;lt;&amp;lt; Enabled( 1 ),
				TabPage2 &amp;lt;&amp;lt; Horizontal Alignment( "Default" ),
				TabPage2 &amp;lt;&amp;lt; Margin( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				TabPage2 &amp;lt;&amp;lt; Padding(
					{Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )}
				), TabPage2 &amp;lt;&amp;lt; Text Color( 2147483647 ), TabPage2 &amp;lt;&amp;lt; UI Only( 0 ),
				TabPage2 &amp;lt;&amp;lt; Vertical Alignment( "Default" ),
				TabPage2 &amp;lt;&amp;lt; Visibility( "Visible" ),
				TabPage2 &amp;lt;&amp;lt; Set Min Size( 198, 113 ),
				TabPage2 &amp;lt;&amp;lt; Set Max Size( 30000, 30000 ),
				TabPage2 &amp;lt;&amp;lt; Set Stretch( {"Neutre", "Neutre"} ),
				TabPage2 &amp;lt;&amp;lt; Title( "Constructeur de graphiques" ),
				TabPage2 &amp;lt;&amp;lt; Tip( "" ), TabPage2 &amp;lt;&amp;lt; Icon( "Trellis" ),
				TabPage2 &amp;lt;&amp;lt; Closeable( 1 ), TabPage2 &amp;lt;&amp;lt; Moveable( 1 ),
				TabPage2 &amp;lt;&amp;lt; Set Base Font( "Texte" ),
				TabPage2 &amp;lt;&amp;lt; Set Font Scale( 1 ),
				Scroll2 &amp;lt;&amp;lt; Background Color( 2147483647 ),
				Scroll2 &amp;lt;&amp;lt; Border( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				Scroll2 &amp;lt;&amp;lt; Enabled( 1 ),
				Scroll2 &amp;lt;&amp;lt; Horizontal Alignment( "Default" ),
				Scroll2 &amp;lt;&amp;lt; Margin( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				Scroll2 &amp;lt;&amp;lt; Padding( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				Scroll2 &amp;lt;&amp;lt; Text Color( 2147483647 ), Scroll2 &amp;lt;&amp;lt; UI Only( 0 ),
				Scroll2 &amp;lt;&amp;lt; User Resizable( {1, 1} ),
				Scroll2 &amp;lt;&amp;lt; Vertical Alignment( "Default" ),
				Scroll2 &amp;lt;&amp;lt; Visibility( "Visible" ),
				Scroll2 &amp;lt;&amp;lt; Set Min Size( 198, 87 ),
				Scroll2 &amp;lt;&amp;lt; Set Max Size( 30098, 30001 ),
				Scroll2 &amp;lt;&amp;lt; Set Stretch( {"Fenêtre", "Fenêtre"} ),
				Scroll2 &amp;lt;&amp;lt; Width( 949 ), Scroll2 &amp;lt;&amp;lt; Height( 702 ),
				Scroll2 &amp;lt;&amp;lt; Set Auto Scrollable( 1 ),
				Scroll2 &amp;lt;&amp;lt; Set Scrollers( 0, 0 ), Scroll2 &amp;lt;&amp;lt; Set Show Empty( 0 ),
				Scroll2 &amp;lt;&amp;lt; Set Clip Printing( 0 ),
				Report2 &amp;lt;&amp;lt; Background Color( 2147483647 ),
				Report2 &amp;lt;&amp;lt; Border( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				Report2 &amp;lt;&amp;lt; Enabled( 1 ),
				Report2 &amp;lt;&amp;lt; Horizontal Alignment( "Default" ),
				Report2 &amp;lt;&amp;lt; Margin( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				Report2 &amp;lt;&amp;lt; Padding( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				Report2 &amp;lt;&amp;lt; Text Color( 2147483647 ), Report2 &amp;lt;&amp;lt; UI Only( 0 ),
				Report2 &amp;lt;&amp;lt; Vertical Alignment( "Default" ),
				Report2 &amp;lt;&amp;lt; Visibility( "Visible" ),
				Report2 &amp;lt;&amp;lt; Set Min Size( 198, 87 ),
				Report2 &amp;lt;&amp;lt; Set Max Size( 30098, 30001 ),
				Report2 &amp;lt;&amp;lt; Set Stretch( {"Neutre", "Neutre"} ),
				Report2 &amp;lt;&amp;lt; set horizontal( 0 )
			)
		)
	),
	Initialize(
		Module1 &amp;lt;&amp;lt; Auto Launch( 1 );
		Module1 &amp;lt;&amp;lt; Set Module Type( "Report" );
		Module1 &amp;lt;&amp;lt; Set Window Title( "^TABLENAME - ^APPNAME" );
	)
) &amp;lt;&amp;lt; Run


NokBoard = dash &amp;lt;&amp;lt; Get Windows;

NokBoard &amp;lt;&amp;lt; Save Picture ("D:\Project JMP\DashBoards\ProductionPercent-NokPercent_DashBoard_of_"||current_month||".png", "png");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thank you in advance,&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Yass&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 07:17:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/PNG-Export-Issues-for-Dashboard-in-JMP-16/m-p/781236#M96374</guid>
      <dc:creator>Yass</dc:creator>
      <dc:date>2024-08-13T07:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: PNG Export Issues for Dashboard in JMP 16</title>
      <link>https://community.jmp.com/t5/Discussions/PNG-Export-Issues-for-Dashboard-in-JMP-16/m-p/781250#M96376</link>
      <description>&lt;P&gt;Are you getting the dashboard when you run the script?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 07:23:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/PNG-Export-Issues-for-Dashboard-in-JMP-16/m-p/781250#M96376</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-08-13T07:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: PNG Export Issues for Dashboard in JMP 16</title>
      <link>https://community.jmp.com/t5/Discussions/PNG-Export-Issues-for-Dashboard-in-JMP-16/m-p/781262#M96378</link>
      <description>&lt;P&gt;my bad, I forgot the ";" after Run.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;) &amp;lt;&amp;lt; Run ;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 12:37:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/PNG-Export-Issues-for-Dashboard-in-JMP-16/m-p/781262#M96378</guid>
      <dc:creator>Yass</dc:creator>
      <dc:date>2024-08-14T12:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: PNG Export Issues for Dashboard in JMP 16</title>
      <link>https://community.jmp.com/t5/Discussions/PNG-Export-Issues-for-Dashboard-in-JMP-16/m-p/781264#M96379</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Before, I didn't get the dashboard, but now I did find the issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 07:28:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/PNG-Export-Issues-for-Dashboard-in-JMP-16/m-p/781264#M96379</guid>
      <dc:creator>Yass</dc:creator>
      <dc:date>2024-08-13T07:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: PNG Export Issues for Dashboard in JMP 16</title>
      <link>https://community.jmp.com/t5/Discussions/PNG-Export-Issues-for-Dashboard-in-JMP-16/m-p/781505#M96433</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question: I tried to change the line and bar colors in Graph Builder but I'm not sure how to do it. I created a dashboard you find the code in my last message where i have ask for help in the e&lt;SPAN&gt;xport Issues&lt;/SPAN&gt;&amp;nbsp;of the dashboard and attempted to modify it with code, but I haven't had any success.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Fill Color( "" ),
Line Color( "" ),&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Yass_1-1723639445996.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67123iB7C1BA9C87E69A9B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Yass_1-1723639445996.png" alt="Yass_1-1723639445996.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 12:46:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/PNG-Export-Issues-for-Dashboard-in-JMP-16/m-p/781505#M96433</guid>
      <dc:creator>Yass</dc:creator>
      <dc:date>2024-08-14T12:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: PNG Export Issues for Dashboard in JMP 16</title>
      <link>https://community.jmp.com/t5/Discussions/PNG-Export-Issues-for-Dashboard-in-JMP-16/m-p/781506#M96434</link>
      <description>&lt;P&gt;Do it interactively in JMP: right click on the legend and you should be able to change the colors and get the script from red triangle menu&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 12:56:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/PNG-Export-Issues-for-Dashboard-in-JMP-16/m-p/781506#M96434</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-08-14T12:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: PNG Export Issues for Dashboard in JMP 16</title>
      <link>https://community.jmp.com/t5/Discussions/PNG-Export-Issues-for-Dashboard-in-JMP-16/m-p/781511#M96439</link>
      <description>&lt;P&gt;Thank you.It works !!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 13:37:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/PNG-Export-Issues-for-Dashboard-in-JMP-16/m-p/781511#M96439</guid>
      <dc:creator>Yass</dc:creator>
      <dc:date>2024-08-14T13:37:15Z</dc:date>
    </item>
  </channel>
</rss>

