https://github.com/glavin001/ember-nvd3
A reusable chart library for d3.js as Ember components.
https://github.com/glavin001/ember-nvd3
Last synced: 28 days ago
JSON representation
A reusable chart library for d3.js as Ember components.
- Host: GitHub
- URL: https://github.com/glavin001/ember-nvd3
- Owner: Glavin001
- License: mit
- Created: 2014-04-10T15:50:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-03T18:55:58.000Z (almost 11 years ago)
- Last Synced: 2025-04-11T23:15:57.070Z (about 1 month ago)
- Language: CSS
- Homepage: http://glavin001.github.io/ember-nvd3/dist/
- Size: 883 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[Ember-NVD3](https://github.com/Glavin001/ember-nvd3)
==========> A [reusable chart library for D3.js](http://nvd3.org/) as [Ember components](http://emberjs.com/guides/components/).
**Live demo**: http://glavin001.github.io/ember-nvd3/dist/
Alternatively take a look at [Ember-C3](https://github.com/Glavin001/ember-c3) for your charting needs.
-----
## Usage
```bash
bower install --save ember-nvd3
```### Include D3 and NVD3 styles and scripts
```html
```
### Include Ember NVD3 styles and scripts
```html
```
### Usage Examples
- Live demos: http://glavin001.github.io/ember-nvd3/dist/
- Basic example, `line-with-focus-chart` component: http://jsbin.com/kawur/1/edit
- Advanced Customization by overriding `customizeChart` method: http://jsbin.com/rareh/4/edit## Developing
After cloning repository, install library dependencies.
```bash
npm install
bower install
```Then build with `grunt`.
```bash
grunt serve
```### Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
Clone this JS Bin from http://jsbin.com/kawur/1/edit and submit it with your bug reports.### Documentation
Uses [grunt-jsdoc](https://github.com/krampstudio/grunt-jsdoc) to create documentation. To create simple run
```bash
grunt docs
```