Skip to content

Ch7_Code_09_time_scale.html #44

@waqasm86

Description

@waqasm86

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

The following line of code did not work for me:
d3.csv("time_scale_data.csv", rowConverter, function(data) {

Instead, the following code worked for me what I figured out:
d3.csv("time_scale_data.csv", rowConverter).then( function(data) {

Please check,
Waqas

Metadata

Metadata

Assignees

Labels

v5This needs revision for D3 v5.x

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions