-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
v5This needs revision for D3 v5.xThis needs revision for D3 v5.x
Description
d3-book/chapter_07/09_time_scale.html
Line 36 in 4cbba7c
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
Syntax0111, JeliHacker and codedarrylcode
Metadata
Metadata
Assignees
Labels
v5This needs revision for D3 v5.xThis needs revision for D3 v5.x