sample-charts-dc

Sample DC Charts


Netlify Status
View the live project here.

This repository is a playground for exploring the different methods of the dc.js chart classes. The aim is to create a library of code examples to copy into a dc.js project

Technologies Used

Credits

Making a Local Clone

$ git clone https://github.com/bglynch/sample-charts-dc.git
$ cd sample-charts-dc
$ pip install virtualenv
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install requirements.txt
$ lektor server