feat(curriculum): add Build a Bar Chart lab (#62913)

This commit is contained in:
majestic-owl448
2026-03-30 09:54:35 +02:00
committed by GitHub
parent dd75c7e0db
commit b3072d3324
4 changed files with 1960 additions and 0 deletions

View File

@@ -6139,6 +6139,10 @@
"In these lessons, you will learn about basic data visualization concepts."
]
},
"lab-bar-chart": {
"title": "Build a Bar Chart",
"intro": ["In this lab you will use d3 to build a bar chart."]
},
"lab-scatterplot-graph": {
"title": "Build a Scatterplot Graph",
"intro": [

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,11 @@
{
"isUpcomingChange": true,
"dashedName": "lab-bar-chart",
"helpCategory": "JavaScript",
"blockLayout": "link",
"challengeOrder": [
{ "id": "bd7168d8c242eddfaeb5bd13", "title": "Build a Bar Chart" }
],
"blockLabel": "lab",
"usesMultifileEditor": true
}

View File

@@ -82,6 +82,7 @@
"comingSoon": true,
"blocks": [
"lecture-introduction-to-data-visualization",
"lab-bar-chart",
"lab-scatterplot-graph"
]
},