Note: The Community Visualization feature is in Developer Preview. To learn more about upcoming features and improvements during this period, visit the Developer Preview page.
The dscc library handles events and provides convenience methods to simplify
development of visualizations.
Download
It is recommended you download and use the minified version of the library with your visualization.
Using npm
To use this library through npm, run:
npm install --save @google/dscc
The source code for dscc is available in the ds-component GitHub repo.
Using the library
- Read Using the helper library for examples and guidance on how to use the library.
- Review the library reference for details on the interface.