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

https://github.com/davidfischer/dataviz-with-d3js

Interactive data visualization with D3.js - a talk given by David Fischer at the San Diego Data Science Unconference on February 28, 2015
https://github.com/davidfischer/dataviz-with-d3js

Last synced: 3 months ago
JSON representation

Interactive data visualization with D3.js - a talk given by David Fischer at the San Diego Data Science Unconference on February 28, 2015

Awesome Lists containing this project

README

        

# Interactive Data Visualization with D3.js

This repository contains information about creating interactive data
visualizations with [D3.js][] and was presented by David Fischer at
the San Diego Data Science Funconference on February 28, 2015.

[D3.js]: http://d3js.org

## Data Visualizations

The data visualizations for this presentation are hosted on
[github pages](http://davidfischer.github.io/dataviz-with-d3js/).

## Developing

To run the data visualizations locally, simply run:

% cd www && python -m SimpleHTTPServer 8000

This starts a webserver on http://localhost:8000 with the visualizations.

## Deploying

To deploy the latest visualizations to github pages, run:

% make github

## License

Parts of this repository represent the works of others and are used under
the terms of their licenses which can be found with the work. The rest may
be used, remixed and shared under the terms of the
[Creative Commons Attribution 4.0 International License][cc-by-4.0].
See `LICENSE.txt` for details.

[cc-by-4.0]: http://creativecommons.org/licenses/by/4.0/