Skip to content

Latest commit

 

History

History
executable file
·
20 lines (11 loc) · 715 Bytes

README.md

File metadata and controls

executable file
·
20 lines (11 loc) · 715 Bytes

SAS Visual Analytics Data-Driven Content

This library provides Typescript based utilities to utilize the SAS Visual Analytics (VA) data-driven content object's features. The work is derived from the code samples provided by SAS. See SAS Visual Analytics Third Party Visualizations for more information.

Installation

Library is provided as an NPM package and as a javascript file for use in the browser.

NPM Git

npm install git+https://github.com/jrbenson/sas-va-ddc

Browser Script

<script src="dataframe.min.js"></script>

Usage

Import if not running in the browser.

import * as ddc from 'sas-va-ddc'