https://github.com/rwieruch/images-scatterplot
https://github.com/rwieruch/images-scatterplot
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rwieruch/images-scatterplot
- Owner: rwieruch
- Created: 2014-11-03T10:11:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T04:41:05.000Z (almost 7 years ago)
- Last Synced: 2025-04-02T16:57:18.504Z (6 months ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Images-Scatterplot
==================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 a scatterplot with images. It was scaffolded by yeoman. More on http://www.robinwieruch.de/
Getting Started
==================Clone the image-scatterplot repository using git:
```
git clone https://github.com/wrobin/Images-Scatterplot.git
cd Images-Scatterplot
```Run:
```
npm install
bower install
grunt serve
```Images Scatterplot
==================The project includes an example directive for a simple line chart image scatterplot. In the main.html template you will find a `
` element to create the visualization.