Socket
Book a DemoInstallSign in
Socket

ember-cli-google

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-google

The default blueprint for ember-cli addons.

npmnpm
Version
0.3.3
Version published
Weekly downloads
1
-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

ember-cli-google

EmberJS add-on for a variety of Google services and products.

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.

Supported Products

  • Google Charts (area, bar, bubble, geo, line, pie)
  • Google reCAPTCHA

Installation

ember install ember-cli-google --save-dev

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.

Documentation

View the Wiki to learn more about using this add-on in your project.

Keywords

ember-addon

FAQs

Package last updated on 24 Jul 2017

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