Skip to content

Commit

Permalink
Update data for the Details (Tree) Tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeFreq authored and CodeFreq committed Dec 1, 2021
1 parent 0d72c18 commit a246185
Show file tree
Hide file tree
Showing 7 changed files with 44,530 additions and 2 deletions.
1 change: 1 addition & 0 deletions _src/data/tree/Adopted.Expense.FY21-22.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _src/data/tree/Adopted.Expense.FY22-23.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _src/data/tree/Adopted.Revenue.FY21-22.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _src/data/tree/Adopted.Revenue.FY22-23.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _src/partials/treeScripts.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ script.
var config = {
/* set values available in dropdown files */
dropdown_values: {
"Year": ["FY20-21", "FY19-20", "FY16-17", "FY15-16", "FY14-15", "FY13-14"],
"Year": ["FY22-23", "FY21-22", "FY20-21", "FY19-20", "FY16-17", "FY15-16", "FY14-15", "FY13-14"],
"Account": ["Revenue", "Expense"]
},
/* set the default values */
dropdown_choice: {
"Year": "FY20-21",
"Year": "FY22-23",
"Account": "Expense"
},
/* create the url to the data file based on the dropdown choices */
Expand Down
44,473 changes: 44,473 additions & 0 deletions _treemap/2123_adopted/2123-adopted.csv

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions _treemap/2123_adopted/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"amount_header": "Amount",
"account_type_header": "Account Type",
"account_types": {
"revenue": "Revenue",
"expense": "Expense"
},
"grouping_headers": ["Account Type", "Fiscal Year Range"],
"groups": [
{
"values": ["Revenue", "FY21-22"],
"hierarchy": [
"Fund Description",
"Account Category",
"Account Description"
],
"filename": "Adopted.Revenue.FY21-22.json"
},
{
"values": ["Revenue", "FY22-23"],
"hierarchy": [
"Fund Description",
"Account Category",
"Account Description"
],
"filename": "Adopted.Revenue.FY22-23.json"
},
{
"values": ["Expense", "FY21-22"],
"hierarchy": [
"Fund Description",
"Department",
"Org Description",
"Account Category",
"Account Description"
],
"filename": "Adopted.Expense.FY21-22.json"
},
{
"values": ["Expense", "FY22-23"],
"hierarchy": [
"Fund Description",
"Department",
"Org Description",
"Account Category",
"Account Description"
],
"filename": "Adopted.Expense.FY22-23.json"
}
]
}

0 comments on commit a246185

Please sign in to comment.