Skip to content

Commit

Permalink
Bar graph on toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
lbondaryk committed Aug 27, 2024
1 parent 5dbe708 commit e4e6600
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions curriculum/moth/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,15 @@
},
{
"id": "Graph",
"title": "XY Plot",
"title": "Graph",
"iconId": "icon-plot-tool",
"isTileTool": true
},
{
"id": "BarGraph",
"title": "Bar Graph",
"isTileTool": true
},
{
"id": "duplicate",
"title": "Duplicate Tile",
Expand Down Expand Up @@ -269,7 +274,7 @@
"title": "Teacher",
"type": "published-problem-documents",
"dataTestHeader": "class-work-section-published",
"dataTestItem": "class-work-list-items",
"dataTestItem": "class-work-list-items",
"documentTypes": [
"publication",
"personalPublication"
Expand Down Expand Up @@ -418,7 +423,7 @@
"title": "Summarize",
"placeholder": "Discuss your findings"
},
"start": {
"start": {
"initials": "INT",
"title": "Intro",
"placeholder": "Record your ideas"
Expand Down

0 comments on commit e4e6600

Please sign in to comment.