@sassoftware/va-report-components

The SAS Visual Analytics SDK is a set of JavaScript APIs and web components that enable SAS Visual Analytics report content to be easily embedded in a third-party application or web page.


Keywords
SAS, Viya, Visual, Analytics, VA, SDK, VASDK, va-sdk, report, component
License
ICU
Install
npm install @sassoftware/va-report-components@1.12.0

Documentation

SAS Viya SDK for JavaScript

The SAS Viya SDK for JavaScript is a collection of JavaScript libraries for interfacing with SAS Viya resources and embedding your SAS Viya content into custom web pages and corporate portals.

Getting Started

The individual JavaScript libraries are located in package folders at /sdk. The README for each package contains links to documentation and examples that will help to get started.

Installation

SAS Viya SDK for JavaScript library packages can be installed from npm or loaded directly from the SAS Developer CDN.

Package installation steps for each library are included in its README.

The libraries can be loaded directly from the SAS Developer CDN using the HTML script tag:

<script async src=https://cdn.developer.sas.com/packages/${PACKAGE-NAME}/${VERSION}/${FILE-PATH}></script>

Examples

Examples for each library can be found in /examples in the corresponding package folder at /sdk.

Need help?

Contributing

We welcome your contributions! Please read CONTRIBUTING.md for details on how to submit contributions to this project. Some libraries have different contribution terms that are specific to that library. These cases are noted in the library README and CONTRIBUTING files located in the corresponding package folder at /sdk.

License

This project, which includes all files in this GitHub repository, is licensed under the Apache 2.0 License. Some libraries in this SDK have published packages that are individually licensed under terms that are specific to that library. These cases are noted in the library README and LICENSE files located in the corresponding package folder at /sdk.

Additional Resources