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

https://github.com/rwieruch/images-scatterplot


https://github.com/rwieruch/images-scatterplot

Last synced: 6 months ago
JSON representation

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.