2.0.0 • Published 8 years ago

ember-zingchart v2.0.0

Weekly downloads
11
License
MIT
Repository
github
Last release
8 years ago

ember-zingchart

A ZingChart component for Ember CLI

Installation

  • npm install --save ember-zingchart
  • ember g ember-zingchart

Usage

Use the following custom element to a Handlebars template file:

{{ember-zingchart renderOptions=myRenderOptions}}

###Properties | Property | Required? | Type | Description | | :------------- |:-------------:| :----:| :---- | | renderOptions | required | Object | Render method configuration object used to configure the individual elements of a chart.|

The configuration object renderOptions is stored in an Ember controller.

###Example Controller

For a usage example you can take a look at the ApplicationController that is part of the dummy app in the tests folder.

For more information on using ZingChart, visit http://www.zingchart.com/docs/.

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

2.0.0

8 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago