20 lines
442 B
Handlebars
20 lines
442 B
Handlebars
# PolymerVis
|
|
PolymerVis is a suite of Polymer elements for visualizations.
|
|
|
|
## Quick start
|
|
Import the `polymer-vis.html` file to use any of the utility functions.
|
|
|
|
```html
|
|
<link rel="import" href="../bower_components/polymer-vis.html">
|
|
```
|
|
|
|
Alternatively, you can also include it as a script instead.
|
|
```html
|
|
<script src="../bower_components/build/es5/polymer-vis.js"></script>
|
|
```
|
|
|
|
## API reference
|
|
{{#functions}}
|
|
{{>docs}}
|
|
{{/functions}}
|