3.0.0 • Published 6 years ago

ember-cli-chartjs v3.0.0

Weekly downloads
316
License
MIT
Repository
github
Last release
6 years ago

Ember Chart

npm version Build Status Ember Observer Score Ember badge

This Ember CLI addon is a simple wrapper for ChartJS (v2.1.6). This addon uses Ember-CLI v2.6.2.

Installation

$ ember install ember-cli-chartjs

Usage

In your handlebars template just do:

{{ember-chart type=CHARTTYPE data=CHARTDATA options=CHARTOPTIONS width=CHARTWIDTH height=CHARTHEIGHT}}
  • CHARTTYPE: String; one of the following -- line, bar, radar, polarArea, pie or doughnut.
  • CHARTDATA: Array; refer to the ChartJS documentation
  • CHARTOPTIONS: Object; refer to the ChartJS documentation. This is optional.
  • CHARTWIDTH: Number; pixel width of the canvas element. Only applies if the chart is NOT responsive.
  • CHARTHEIGHT: Number; pixel height of the canvas element. Only applies if the chart is NOT responsive.

Example

{{ember-chart type='Pie' data=model.chartData width=200 height=200}}
3.0.0

6 years ago

2.5.0

6 years ago

2.4.0

7 years ago

2.3.1

8 years ago

2.3.0

8 years ago

2.2.4

8 years ago

2.2.3

8 years ago

2.2.2

8 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.2

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.9

8 years ago

2.0.8

8 years ago

2.0.7

8 years ago

2.0.6

8 years ago