🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

ember-zingchart

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-zingchart

Ember component for the ZingChart JavaScript charting library.

2.0.0
latest
Source
npm
Version published
Weekly downloads
2
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

ember-zingchart

A ZingChart component for Ember CLI

Installation

  • npm install --save ember-zingchart
  • ember g ember-zingchart

Usage

Use the following custom element to a Handlebars template file:

{{ember-zingchart renderOptions=myRenderOptions}}

###Properties

PropertyRequired?TypeDescription
renderOptionsrequiredObjectRender method configuration object used to configure the individual elements of a chart.

The configuration object renderOptions is stored in an Ember controller.

###Example Controller

For a usage example you can take a look at the ApplicationController that is part of the dummy app in the tests folder.

For more information on using ZingChart, visit http://www.zingchart.com/docs/.

For more information on using ember-cli, visit http://www.ember-cli.com/.

Keywords

addon

FAQs

Package last updated on 13 Apr 2016

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