/experiment-d3js

Simple page to test D3.js. Graphical representation of Instagram data with D3.js data force layout.

Primary LanguageCoffeeScript

This project has moved to https://gitlab.com/ynote_hk/experiment-d3js.

Experiment D3.js

Experiment from 2014

This is a small project that intends to test D3.js.

Previously called d3-instagram-force-layout

This script is used to create a json file that can be passed to the data force layout of d3.js The final purpose is to used the Instagram connect to create dynamically this json file and display a graphical representation of different data of the connected user Instagram pictures.

The project : http://ynote.github.io/experiment-d3js

Yay! A cool graph :D

On the first step, we create a json file from a static response from Instagram API (stored in data/list.json).

Create json for d3 force layout

npm start