Skip to content

converting rows in d3.csv() #40

@VirginiaBalseiro

Description

@VirginiaBalseiro

I had to change:

d3.csv("time_scale_data.csv", rowConverter, function(data) {...})

to:

d3.csv("time_scale_data.csv", rowConverter).then(function(data) {...})

to get it to work.

Metadata

Metadata

Assignees

Labels

next book updateTo incorporate on the next update to the bookv5This needs revision for D3 v5.x

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions