small-multiples-on-angular

Small Multiples Visualization in D3 and Angular

Stars
3
Committers
2

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 <div simple-line-chart></div> element to create the line chart. Furthermore you have a ng-repeat directive to visualize Small Multiples.