0.0.2 • Published 9 years ago

ember-metrics-graphics v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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-dev in your ember-cli project
  • Include graphics via {{data-graphics}} component

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.