mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
Added a comma to seperate x and y coordinates pairs
This commit is contained in:
parent
2fea39ff12
commit
fe0aeb37d7
@ -2104,7 +2104,7 @@
|
||||
" .data(dataset)",
|
||||
" .enter()",
|
||||
" .append(\"text\")",
|
||||
" .text((d) => (d[0] + ",
|
||||
" .text((d) => (d[0] + \", \"",
|
||||
" + d[1]))",
|
||||
" // Add your code below this line",
|
||||
" ",
|
||||
@ -2276,4 +2276,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user