https://github.com/bahrus/billboard-charts
Web component interface to billboard.js - a charting library forked from c3, which uses d3
https://github.com/bahrus/billboard-charts
Last synced: about 2 months ago
JSON representation
Web component interface to billboard.js - a charting library forked from c3, which uses d3
- Host: GitHub
- URL: https://github.com/bahrus/billboard-charts
- Owner: bahrus
- License: mit
- Created: 2017-07-21T23:38:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T12:30:44.000Z (4 months ago)
- Last Synced: 2025-04-12T13:42:55.825Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.11 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.webcomponents.org/element/bahrus/billboard-charts)
# \
Web component interface to billboard.js - the [hit charting library](https://naver.github.io/billboard.js/) forked from c3, which uses d3
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) and npm (packaged with [Node.js](https://nodejs.org)) installed. Run `npm install` to install your element's dependencies, then run `polymer serve` to serve your element locally.
## Viewing Your Element
```
$ polymer serve
```## Running Tests
```
$ polymer test
```Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.