ember-metrics-graphics

The default blueprint for ember-cli addons.

Usage no npm install needed!

<script type="module">
  import emberMetricsGraphics from 'https://cdn.skypack.dev/ember-metrics-graphics';
</script>

README

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

  • 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/.