<?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 Plot Sankey in Dynatrace Apps developer in Developer Q&amp;A Forum</title>
    <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Plot-Sankey-in-Dynatrace-Apps-developer/m-p/270270#M1316</link>
    <description>&lt;P&gt;Hello, I'm starting out with Dynatrace Developer, and I'm trying to plot a Sankey diagram. In the development I'm using libraries like Recharts, D3, and Plot, but for some reason it doesn't compile in the Dynatrace app.&lt;BR /&gt;Is there a proprietary Dynatrace tool that allows this type of graph to be created, or is there no support for external libraries for custom graphs at the development level?&lt;/P&gt;</description>
    <pubDate>Tue, 18 Feb 2025 03:32:49 GMT</pubDate>
    <dc:creator>JhonU</dc:creator>
    <dc:date>2025-02-18T03:32:49Z</dc:date>
    <item>
      <title>Plot Sankey in Dynatrace Apps developer</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Plot-Sankey-in-Dynatrace-Apps-developer/m-p/270270#M1316</link>
      <description>&lt;P&gt;Hello, I'm starting out with Dynatrace Developer, and I'm trying to plot a Sankey diagram. In the development I'm using libraries like Recharts, D3, and Plot, but for some reason it doesn't compile in the Dynatrace app.&lt;BR /&gt;Is there a proprietary Dynatrace tool that allows this type of graph to be created, or is there no support for external libraries for custom graphs at the development level?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 03:32:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Plot-Sankey-in-Dynatrace-Apps-developer/m-p/270270#M1316</guid>
      <dc:creator>JhonU</dc:creator>
      <dc:date>2025-02-18T03:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Plot Sankey in Dynatrace Apps developer</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Plot-Sankey-in-Dynatrace-Apps-developer/m-p/270275#M1317</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/75688"&gt;@JhonU&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;In Dynatrace Custom Apps built with AppEngine, you cannot use all NPM packages, such as Axios, or include certain external assets due to Content Security Policy (CSP) restrictions. To incorporate external assets, they must be explicitly permitted by Dynatrace, as outlined in the official guidelines.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Name Purpose Allowed values&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;font-src&lt;/TD&gt;&lt;TD&gt;Applying custom fonts to the app.&lt;/TD&gt;&lt;TD&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://my.domain.com" target="_blank" rel="noopener"&gt;https://my.domain.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(only https is allowed, no trailing slash)&lt;/LI&gt;&lt;LI&gt;'data:'&lt;/LI&gt;&lt;LI&gt;'sha*-*'&lt;/LI&gt;&lt;/UL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;img-src&lt;/TD&gt;&lt;TD&gt;Loading custom images from outside of the platform&lt;/TD&gt;&lt;TD&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://my.domain.com" target="_blank" rel="noopener"&gt;https://my.domain.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(only https is allowed, no trailing slash)&lt;/LI&gt;&lt;LI&gt;'data:'&lt;/LI&gt;&lt;LI&gt;'blob:'&lt;/LI&gt;&lt;LI&gt;'sha*-*'&lt;/LI&gt;&lt;/UL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;media-src&lt;/TD&gt;&lt;TD&gt;Loading media files (videos, audio)&lt;/TD&gt;&lt;TD&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://my.domain.com" target="_blank" rel="noopener"&gt;https://my.domain.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(only https is allowed, no trailing slash)&lt;/LI&gt;&lt;LI&gt;'sha*-*'&lt;/LI&gt;&lt;/UL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;script-src&lt;/TD&gt;&lt;TD&gt;Loading custom scripts from outside of the platform&lt;/TD&gt;&lt;TD&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://my.domain.com" target="_blank" rel="noopener"&gt;https://my.domain.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(only https is allowed, no trailing slash)&lt;/LI&gt;&lt;LI&gt;'sha*-*'&lt;/LI&gt;&lt;/UL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;style-src&lt;/TD&gt;&lt;TD&gt;Loading custom styles from outside of the platform&lt;/TD&gt;&lt;TD&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://my.domain.com" target="_blank" rel="noopener"&gt;https://my.domain.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(only https is allowed, no trailing slash)&lt;/LI&gt;&lt;LI&gt;'unsafe-inline'&lt;/LI&gt;&lt;LI&gt;'sha*-*'&lt;/LI&gt;&lt;/UL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 07:06:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Plot-Sankey-in-Dynatrace-Apps-developer/m-p/270275#M1317</guid>
      <dc:creator>zaid-bashir</dc:creator>
      <dc:date>2025-02-18T07:06:11Z</dc:date>
    </item>
  </channel>
</rss>

