https://github.com/polymervis/polymer-vis
Global namespace with some utility functions for PolymerVis.
https://github.com/polymervis/polymer-vis
data-visualization polymer polymer-elements visualization webcomponents
Last synced: 28 days ago
JSON representation
Global namespace with some utility functions for PolymerVis.
- Host: GitHub
- URL: https://github.com/polymervis/polymer-vis
- Owner: PolymerVis
- License: mit
- Created: 2017-09-19T05:38:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T18:02:06.000Z (over 7 years ago)
- Last Synced: 2025-10-02T14:12:23.948Z (8 months ago)
- Topics: data-visualization, polymer, polymer-elements, visualization, webcomponents
- Language: JavaScript
- Size: 512 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.hbs
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
```
Alternatively, you can also include it as a script instead.
```html
```
## API reference
{{#functions}}
{{>docs}}
{{/functions}}