ember-cli-google-charts
EmberJS add-on for using Google Charts

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.