<?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: How can we have a chord diagram in SAS Viya for learners? in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-can-we-have-a-chord-diagram-in-SAS-Viya-for-learners/m-p/941944#M18279</link>
    <description>&lt;P&gt;Update on 30Aug2024&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I edited the raw data using SAS Viya for Learners. Then I made the chord diagram by the "circlize" package in R. Below is the medical reference I read recently, and the strips connect journal names and article tags. Cool stuff!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks for your attention!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-30 at 8.20.33 PM.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/99796i14254B924F9037A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-08-30 at 8.20.33 PM.png" alt="Screenshot 2024-08-30 at 8.20.33 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Aug 2024 12:47:10 GMT</pubDate>
    <dc:creator>TomHsiung</dc:creator>
    <dc:date>2024-08-30T12:47:10Z</dc:date>
    <item>
      <title>How can we have a chord diagram in SAS Viya for learners?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-can-we-have-a-chord-diagram-in-SAS-Viya-for-learners/m-p/939730#M18186</link>
      <description>&lt;P&gt;Hello, everyone&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The chord diagram is a nice visual presentation of data between nodes. Yesterday, with the kind help of the SAS community, I learned how to make the Sankey Diagram to represent data flow. Now I am thinking of the method to create a chord diagram by SAS Viya. I searched and there is no information about this topic in the SAS community. Any ideas? Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the product of a chord diagram. Source:&amp;nbsp;&lt;A href="https://www.data-to-viz.com/graph/chord.html" target="_blank"&gt;https://www.data-to-viz.com/graph/chord.html&lt;/A&gt;&amp;nbsp;(Looks like they created it using R. Complex)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="unnamed-chunk-1-1.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/99378i6E6EF63A5F9C8053/image-size/large?v=v2&amp;amp;px=999" role="button" title="unnamed-chunk-1-1.png" alt="unnamed-chunk-1-1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2024 10:06:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-can-we-have-a-chord-diagram-in-SAS-Viya-for-learners/m-p/939730#M18186</guid>
      <dc:creator>TomHsiung</dc:creator>
      <dc:date>2024-08-17T10:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can we have a chord diagram in SAS Viya for learners?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-can-we-have-a-chord-diagram-in-SAS-Viya-for-learners/m-p/939789#M18187</link>
      <description>&lt;P data-unlink="true"&gt;Unfortunately, this particular graph type is not available as native object in SAS Visual Analytics. You could however look into the generic Data-Driven visualization object which allows you to embed any graph type really. For this, you may want to look into the &lt;A href="https://d3-graph-gallery.com/chord.html" target="_self"&gt;D3 based version&lt;/A&gt; and follow the SAS &lt;A href="https://go.documentation.sas.com/doc/en/vacdc/v_027/varef/n109mqtyl6quiun1mwfgtcn2s68b.htm" target="_blank" rel="noopener"&gt;documentation&lt;/A&gt; on how to write such custom graph. There are also tons of existing &lt;A href="https://github.com/sassoftware/sas-visualanalytics-thirdpartyvisualizations/blob/master/samples/README.md" target="_self"&gt;data-driven content examples&lt;/A&gt;&amp;nbsp;if you just want to try out a few before writing your own. Hope this helps! Falko&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2024 21:01:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-can-we-have-a-chord-diagram-in-SAS-Viya-for-learners/m-p/939789#M18187</guid>
      <dc:creator>FalkoSchulz</dc:creator>
      <dc:date>2024-08-18T21:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can we have a chord diagram in SAS Viya for learners?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-can-we-have-a-chord-diagram-in-SAS-Viya-for-learners/m-p/940192#M18188</link>
      <description>Thank you, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/2917"&gt;@FalkoSchulz&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I will dig into the issue further based on your recommendations.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Wed, 21 Aug 2024 05:14:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-can-we-have-a-chord-diagram-in-SAS-Viya-for-learners/m-p/940192#M18188</guid>
      <dc:creator>TomHsiung</dc:creator>
      <dc:date>2024-08-21T05:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can we have a chord diagram in SAS Viya for learners?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-can-we-have-a-chord-diagram-in-SAS-Viya-for-learners/m-p/941944#M18279</link>
      <description>&lt;P&gt;Update on 30Aug2024&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I edited the raw data using SAS Viya for Learners. Then I made the chord diagram by the "circlize" package in R. Below is the medical reference I read recently, and the strips connect journal names and article tags. Cool stuff!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks for your attention!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-30 at 8.20.33 PM.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/99796i14254B924F9037A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-08-30 at 8.20.33 PM.png" alt="Screenshot 2024-08-30 at 8.20.33 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 12:47:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-can-we-have-a-chord-diagram-in-SAS-Viya-for-learners/m-p/941944#M18279</guid>
      <dc:creator>TomHsiung</dc:creator>
      <dc:date>2024-08-30T12:47:10Z</dc:date>
    </item>
  </channel>
</rss>

