Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngyewch/angular-rickshaw

AngularJS Rickshaw directive.
https://github.com/ngyewch/angular-rickshaw

Last synced: 6 days ago
JSON representation

AngularJS Rickshaw directive.

Awesome Lists containing this project

README

        

# angular-rickshaw

An AngularJS directive for [Rickshaw](http://code.shutterstock.com/rickshaw/).

[Documentation / Demo](http://ngyewch.github.io/angular-rickshaw/).

# Installation

## Via Bower

```
bower install --save angular-rickshaw
```

## Via NPM

```
npm install --save angular-rickshaw
```

## Manual

Include Rickshaw (CSS, JS), D3 (JS) and the Angular Rickshaw (JS) in your `` section:

```html

```

# Usage

Create a div with the `rickshaw` attribute or a `rickshaw` element to instantiate a Rickshaw graph.

```html

```

The `rickshaw-options` attribute provides access to Rickshaw configuration. The `rickshaw-features` attribute provides access to Rickshaw features. The `rickshaw-series` attribute provides access to Rickshaw series data.