https://github.com/rwieruch/brushing-directive
https://github.com/rwieruch/brushing-directive
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rwieruch/brushing-directive
- Owner: rwieruch
- Created: 2014-11-10T20:07:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T04:37:14.000Z (over 6 years ago)
- Last Synced: 2025-04-02T16:57:18.391Z (20 days ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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.