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

https://github.com/rwieruch/d3-on-angular-seed

Seed Project for D3 on Angular
https://github.com/rwieruch/d3-on-angular-seed

Last synced: 19 days ago
JSON representation

Seed Project for D3 on Angular

Awesome Lists containing this project

README

        

D3-On-Angular-Seed
==================

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

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

Clone the angular-seed repository using git:

```
git clone https://github.com/wrobin/D3-On-Angular-Seed.git
cd D3-On-Angular-Seed
```

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.