feat(curriculum): add scatterplot graph project to data visualization module (#64093)

Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
This commit is contained in:
majestic-owl448
2026-03-02 09:38:18 +01:00
committed by GitHub
parent e07295fff2
commit 42beead4f7
4 changed files with 1287 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "Build a Scatterplot Graph",
"isUpcomingChange": true,
"dashedName": "lab-scatterplot-graph",
"helpCategory": "JavaScript",
"blockLayout": "link",
"challengeOrder": [
{ "id": "bd7178d8c242eddfaeb5bd13", "title": "Build a Scatterplot Graph" }
],
"blockLabel": "lab",
"usesMultifileEditor": true
}