https://github.com/rwieruch/d3-on-angular-fisheye-plugin
https://github.com/rwieruch/d3-on-angular-fisheye-plugin
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rwieruch/d3-on-angular-fisheye-plugin
- Owner: rwieruch
- Created: 2014-10-31T15:33:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T04:37:44.000Z (over 6 years ago)
- Last Synced: 2025-04-02T16:57:18.436Z (20 days ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
D3-On-Angular-Fisheye-Plugin
==================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/ In this case the project shows how to add a d3-plugin (fisheye) to your angular directive.
Getting Started
==================Clone the repository using git:
```
git clone https://github.com/wrobin/D3-On-Angular-Fisheye-Plugin.git
cd D3-On-Angular-Fisheye-Plugin
```Run:
```
npm install
bower install
grunt serve
```Scatterplot with Fisheye
==================The project includes an example directive for a scatterplot with the d3-plugin fisheye: `
`