Skip to content

[beta] Use a Pre-defined Scale to Place Elements #12716

@Renestl

Description

@Renestl

Challenge use-a-predefined-scale-to-place-elements has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.

The challenge does submit as is, just wanted to alert that it starts up with a small piece missing code. I placed a comment in the snippet below.

n the

     
     
<body>
 <script>
      
   svg.selectAll("text")
      .data(dataset)
      .enter()
      .append("text")
      .text((d) =>  (d[0] +  // 2 plus signs but ", " missing in this line
+ d[1]))

 </script>
</body>

screenshot_5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions