Socket
Book a DemoInstallSign in
Socket

ember-cli-google-charts

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-google-charts

The default blueprint for ember-cli addons.

latest
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

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.

Keywords

ember-addon

FAQs

Package last updated on 13 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts