Chris Polis
Results
8
issues of
Chris Polis
``` js var dateFormat = d3.time.format("%Y-%m-%d"); // column defenition { label: 'Birthday', type: 'date', accessor: function(row) { return row.birthday }, dateParser: dateForamt.parse, format: dateFormat } ```
- Upload CSV(or other format) - select columns - select label
Could include ``'s for styling - side effects/downsides?
required for #2