0.0.2 • Published 11 years ago
ember-metrics-graphics v0.0.2
Ember-metrics-graphics
This project is an ember-cli-addon wrapper for Mozilla's metrics-graphics.js lib. It aims to:
1) Manage the inclusion of metrics-graphics.js dependencies in your Ember project 2) Provide drop in components that match the metrics-graphics API 3) Provide intelligent rerendering on data change (metrics-graphics is itself stateless)
Usage
npm install ember-metrics-graphics --save-devin your ember-cli project- Include graphics via
{{data-graphics}}component
Installation
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.