mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-31 18:01:36 -04:00
feat(curriculum): add Build a Bar Chart lab (#62913)
This commit is contained in:
@@ -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
11
curriculum/structure/blocks/lab-bar-chart.json
Normal file
11
curriculum/structure/blocks/lab-bar-chart.json
Normal 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
|
||||
}
|
||||
@@ -82,6 +82,7 @@
|
||||
"comingSoon": true,
|
||||
"blocks": [
|
||||
"lecture-introduction-to-data-visualization",
|
||||
"lab-bar-chart",
|
||||
"lab-scatterplot-graph"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user