0.3.1 • Published 5 years ago

ember-cli-google-charts v0.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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.

0.3.1

5 years ago

0.3.0

5 years ago

0.2.5

6 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago