ember-cli-google-charts

0.3.1 • Public • Published

ember-cli-google-charts

EmberJS add-on for using Google Charts

npm version Dependencies devDependencies Status

Features

  • Designed to support seamless integration into an EmberJS application.
  • Proper binding of attributes to options for real-time, dynamic updates.
  • Handle events as actions for interactive designs.
  • Auto-loading and configuring of scripts that correspond with appropriate lifecycle events.

Installation

ember install ember-cli-google-charts

Quick Example

Here is an example of creating the following line chart:

{{g-linechart data=lineChartData title="Company Performance" curveType="function" legendPosition="bottom"}}

Each of the chart options above can bind to a variable. When the variable is updated, the chart is redrawn.

Readme

Keywords

Package Sidebar

Install

npm i ember-cli-google-charts

Weekly Downloads

8

Version

0.3.1

License

MIT

Unpacked Size

38.3 kB

Total Files

43

Last publish

Collaborators

  • onehilltech