issues
search
ndarville
/
d3-charts
Collection of small, reusable charts created with d3.js
7
stars
1
forks
source link
Tables
#13
Open
ndarville
opened
11 years ago
ndarville
commented
11 years ago
Simple
[ ] Use
d3.csv.parse()
:
https://github.com/mbostock/d3/wiki/CSV#wiki-parse
.
Advanced
[ ] Convert from function to one execution in line with other charts
[ ] Use
data.csv
instead of
var people
ndarville
commented
11 years ago
http://stackoverflow.com/questions/9268645/d3-creating-a-table-linked-to-a-csv-file
http://www.d3noob.org/2013/02/add-html-table-to-your-d3js-graph.html
Simple
d3.csv.parse()
: https://github.com/mbostock/d3/wiki/CSV#wiki-parse.Advanced
data.csv
instead ofvar people