ember-metrics-graphics
v0.0.2
Published
The default blueprint for ember-cli addons.
Downloads
1
Readme
Ember-metrics-graphics
This project is an ember-cli-addon wrapper for Mozilla's metrics-graphics.js lib. It aims to:
- Manage the inclusion of metrics-graphics.js dependencies in your Ember project
- Provide drop in components that match the metrics-graphics API
- Provide intelligent rerendering on data change (metrics-graphics is itself stateless)
Usage
npm install ember-metrics-graphics --save-dev
in your ember-cli project- Include graphics via
{{data-graphics}}
component
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.