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
- Host: GitHub
- URL: https://github.com/rwieruch/d3-on-angular-seed
- Owner: rwieruch
- Created: 2014-08-23T09:48:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T04:37:58.000Z (over 6 years ago)
- Last Synced: 2025-04-02T16:57:18.423Z (20 days ago)
- Language: JavaScript
- Homepage: http://www.robinwieruch.de/?p=6
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.