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

https://github.com/rwieruch/small-multiples-on-angular

Small Multiples Visualization in D3 and Angular
https://github.com/rwieruch/small-multiples-on-angular

Last synced: 6 months ago
JSON representation

Small Multiples Visualization in D3 and Angular

Awesome Lists containing this project

README

          

Small-Multiples-On-Angular-Seed
==================

This project is a skeleton for angular.js web apps with the power to make awesome d3.js visualizations. It provides the ability to visualize Small Multiples as Line Graphs. It was scaffolded by yeoman. More on http://www.robinwieruch.de/

Getting Started
==================

Clone the small-multiples-on-angular-seed repository using git:

```
git clone https://github.com/wrobin/Small-Multiples-On-Angular.git
cd Small-Multiples-On-Angular
```

Run:

```
npm install
bower install
grunt serve
```

Sample Line Chart
==================

The project includes an example directive for a simple line chart (simplelinechart.js). In the main.html template you will find a `

` element to create the line chart. Furthermore you have a ng-repeat directive to visualize Small Multiples.