<?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: Beautiful HTML Charts from SAS in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Beautiful-HTML-Charts-from-SAS/m-p/640477#M19757</link>
    <description>They're all working now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
    <pubDate>Thu, 16 Apr 2020 15:34:00 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-04-16T15:34:00Z</dc:date>
    <item>
      <title>Beautiful HTML Charts from SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Beautiful-HTML-Charts-from-SAS/m-p/640180#M19751</link>
      <description>&lt;P&gt;There are many JavaScript libraries a SAS user can use to create beautiful interactive charts quickly. I wrote &lt;A href="http://www.mwsug.org/proceedings/2014/DV/MWSUG-2014-DV09.pdf" target="_self"&gt;a paper&lt;/A&gt; a while back in doing this using D3. Now I have created a &lt;A href="https://github.com/haziris/haziris-sas" target="_self"&gt;GitHub repository&lt;/A&gt;&amp;nbsp;with various SAS macros I have for creating charts in HTML if anyone wants to use them. Currently, this has only macros for Google Charts but I will be adding various D3 and other JS visualization macros.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have fun visualizing at will!&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;&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>Wed, 15 Apr 2020 18:36:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Beautiful-HTML-Charts-from-SAS/m-p/640180#M19751</guid>
      <dc:creator>NPashaP</dc:creator>
      <dc:date>2020-04-15T18:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Beautiful HTML Charts from SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Beautiful-HTML-Charts-from-SAS/m-p/640258#M19755</link>
      <description>&lt;P&gt;That looks awesome! Well done. Is there a way to add multiple graphs to the same HTML file and/or adding text in between?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: some don't work, like the timeline one. Also, just a heads up, you can read your code directly from GitHub, you don't need to have the code locally as well in myfolders. It'll make your GitHub code, copy/paste/run rather than having to worry about downloading the macro files. This way, we can ensure we're using the latest version of your code without manually maintaining links &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let source_path = https://gist.githubusercontent.com/statgeek/bcc55940dd825a13b9c8ca40a904cba9/raw/865d2cf18f5150b8e887218dde0fc3951d0ff15b/data2datastep.sas;

filename reprex url "&amp;amp;source_path";
%include reprex;
filename reprex;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Apr 2020 02:18:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Beautiful-HTML-Charts-from-SAS/m-p/640258#M19755</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-04-16T02:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Beautiful HTML Charts from SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Beautiful-HTML-Charts-from-SAS/m-p/640300#M19756</link>
      <description>&lt;P&gt;You can use HTML iframes to combine multiple charts into a single view or a set of slides after having created each one. I will be creating an example showing how to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good tip on directly reading the macro from GitHub. For anyone who wants to take that route, the code is&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="pl-c1"&gt;filename&lt;/SPAN&gt; hzggmacr url &lt;SPAN class="pl-s"&gt;"https://raw.githubusercontent.com/haziris/haziris-sas/master/macros/haziris_google.sas"&lt;/SPAN&gt;;
&lt;SPAN class="pl-k"&gt;&lt;SPAN class="pl-c1"&gt;%include&lt;/SPAN&gt; &lt;SPAN class="pl-en"&gt;hzggmacr&lt;/SPAN&gt;&lt;/SPAN&gt;;&lt;/PRE&gt;&lt;P&gt;Which timeline example isn't working? I had typos on a few of the example links and had fixed them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 07:35:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Beautiful-HTML-Charts-from-SAS/m-p/640300#M19756</guid>
      <dc:creator>NPashaP</dc:creator>
      <dc:date>2020-04-16T07:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Beautiful HTML Charts from SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Beautiful-HTML-Charts-from-SAS/m-p/640477#M19757</link>
      <description>They're all working now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 16 Apr 2020 15:34:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Beautiful-HTML-Charts-from-SAS/m-p/640477#M19757</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-04-16T15:34:00Z</dc:date>
    </item>
  </channel>
</rss>

