Added a comma to seperate x and y coordinates pairs
This commit is contained in:
@ -2104,7 +2104,7 @@
|
|||||||
" .data(dataset)",
|
" .data(dataset)",
|
||||||
" .enter()",
|
" .enter()",
|
||||||
" .append(\"text\")",
|
" .append(\"text\")",
|
||||||
" .text((d) => (d[0] + ",
|
" .text((d) => (d[0] + \", \"",
|
||||||
" + d[1]))",
|
" + d[1]))",
|
||||||
" // Add your code below this line",
|
" // Add your code below this line",
|
||||||
" ",
|
" ",
|
||||||
|
Reference in New Issue
Block a user