-
Notifications
You must be signed in to change notification settings - Fork 1
Data Summary
Linda Mejia edited this page Dec 10, 2019
·
11 revisions
- In the "_layouts" folder of the site repo add this file: reporting-status.html
- In the "/assets/css/custom.scss" file add:
.notapplicable {
background-color: #B7B7B7;
}
- In the "_prose.yml" file in the data repo under:
######### Data Info #########
- name: "reporting_status"
Add:
- name: 'notapplicable'
value: 'notapplicable'
Refer to this for proper format (indentation is important)
Rounding on Reporting Status Page (overflowing progress bar)
When adding the above feature you may encounter a problem where the status bar is overflowing. To fix:
- In the open-sdg-site-starter create the item "percentage_precise" in the the reportingstatus.html for both the overall status bar and for status by goal bar
- Override CSS to get rid of inherent span tag space goal-stats
If you have any suggestions for this material, please feel free to raise an issue; or if you have any additional questions that are not covered, please feel free to contact us.