Using samples within SAS Visual Analytics
For quick testing purposes, these samples can be used by Data-Driven Content (DDC) objects within a SAS Visual Analytics (VA) report directly from GitHub, without the need of deploying them in a Web server, or SAS Content Server, or the DDC Server. For example, to reference the circle packing sample, set the URL of the DDC object to be:
https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/samples/d3_circlePacking.html
Notes:
- Due to recent security measures for sandboxed iframes adopted by Chrome browsers that removed download capability,
export2CSV.html
will only work with Chrome in VA 8.5.1 and above. - Example
d3_FunnelChart.html
requiresd3-funnel.js
. This funnel chart implementation was obtained from https://github.com/jakezatecky/d3-funnel