Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saeidzebardast/nvd3-elements

NVD3 charts as web components for Polymer.
https://github.com/saeidzebardast/nvd3-elements

nvd3 polymer

Last synced: 24 days ago
JSON representation

NVD3 charts as web components for Polymer.

Awesome Lists containing this project

README

        

# nvd3-elements [![Build Status](https://travis-ci.org/saeidzebardast/nvd3-elements.svg?branch=master)](https://travis-ci.org/saeidzebardast/nvd3-elements) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/saeidzebardast/nvd3-elements)

NVD3 charts as web components for Polymer.

[![nvd3-elements](https://raw.githubusercontent.com/saeidzebardast/nvd3-elements/master/nvd3-elements.png "nvd3-elements")](http://saeidzebardast.github.io/nvd3-elements)

## Install
```
bower install nvd3-elements
```

## Available charts elements
* <nvd3-line>
* <nvd3-line-with-focus>
* <nvd3-pie>
* <nvd3-donut>
* <nvd3-scatter>
* <nvd3-bullet>
* <nvd3-discrete-bar>
* <nvd3-stacked-area>
* <nvd3-multi-bar>
* <nvd3-multi-bar-horizontal>
* <nvd3-cumulative-line>
* <nvd3-sunburst>

## Demo and Options
See the [component page](http://saeidzebardast.github.io/nvd3-elements) for demo and options.

## Events
You could create listeners for all NVD3 events. Please check [NVD3 documentation](http://nvd3-community.github.io/nvd3/examples/documentation.html) for events list of each chart.

## License

MIT © [Saeid Zebardast](http://zebardast.com)