Skip to content

Commit

Permalink
Update chart configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Mar 14, 2024
1 parent 5a1eb25 commit a8632eb
Showing 1 changed file with 26 additions and 21 deletions.
47 changes: 26 additions & 21 deletions sbdi/data/config/charts.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{ "biocache" : {
"license" : {
"title": "By licence",
"chartType": "doughnut",
"emptyValueMsg": "Licence not specified",
"hideEmptyValues" : true,
"includeOther" : "false"
},
{
"biocache" : {
"license" : {
"title": "By licence",
"chartType": "doughnut",
"emptyValueMsg": "Licence not specified",
"hideEmptyValues" : true,
"includeOther" : "false"
},
"month" : {
"title": "By month",
"chartType": "bar",
Expand All @@ -21,31 +22,35 @@
"includeOther" : "false"
},
"genus" : {
"title": "By genus",
"chartType": "doughnut",
"emptyValueMsg": "Genus not specified",
"hideEmptyValues" : true,
"includeOther" : "false"
"title": "By genus",
"chartType": "doughnut",
"emptyValueMsg": "Genus not specified",
"hideEmptyValues" : true,
"includeOther" : "false",
"filter": "fsort=count"
},
"family" : {
"title": "By family",
"chartType": "doughnut",
"emptyValueMsg": "Family not specified",
"hideEmptyValues" : true,
"includeOther" : "false"
"includeOther" : "false",
"filter": "fsort=count"
},
"assertions": {
"title":"By data assertion",
"chartType": "horizontal-bar",
"emptyValueMsg":"Assertion not specified",
"hideEmptyValues": true,
"includeOther" : "false"
"includeOther" : "false",
"growToFit": true
},
"type_status":{
"title":"By type status (as % of all type specimens)",
"chartType": "doughnut",
"emptyValueMsg": "Type status not specified",
"hideEmptyValues": true,
"type_status": {
"title":"By type status (as % of all type specimens)",
"chartType": "doughnut",
"emptyValueMsg": "Type status not specified",
"hideEmptyValues": true,
"includeOther" : "false"
}
}}
}
}

0 comments on commit a8632eb

Please sign in to comment.