cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Plot Sankey in Dynatrace Apps developer

JhonU
Guide

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.
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?

1 REPLY 1

zaid-bashir
Advisor

Hi @JhonU  
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.

Name Purpose Allowed values

font-srcApplying custom fonts to the app.
img-srcLoading custom images from outside of the platform
media-srcLoading media files (videos, audio)
script-srcLoading custom scripts from outside of the platform
style-srcLoading custom styles from outside of the platform

 

Featured Posts