-
-
Notifications
You must be signed in to change notification settings - Fork 44.1k
D3: Create a Scatterplot with SVG Circles - Test is Passing But Should Fail #17767
Copy link
Copy link
Closed
freeCodeCamp/curriculum
#259Labels
first timers onlyOpen for anyone doing contributions for first time. You do not need permission to work on these.Open for anyone doing contributions for first time. You do not need permission to work on these.
Description
Describe your problem and - if possible - how to reproduce it
Problem
Test is passing but it should fail. Circles are not rendered.
Reproduce
Insert the code below to pass test:
// Add your code below this line
.data(dataset)
.enter()
.append('circle')
// Add your code above this lineAdd a Link to the page with the problem
Tell us about your browser and operating system
- Browser Name: Firefox
- Browser Version: 61.0 (64-bit)
- Operating System: Windows 10 Pro (64-bit)
If possible, add a screenshot here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
first timers onlyOpen for anyone doing contributions for first time. You do not need permission to work on these.Open for anyone doing contributions for first time. You do not need permission to work on these.
