Vega is a data visualisation language based on the ‘grammar of graphics’, which is also used by popular packages such as R’s ggplot. Using Vega, you can create extremely customised data driven charts and interactive widgets, which can be placed in Power BI dashboards using the Deneb custom visual, or in Python notebooks using the Altair package.
This project aims to provide a central library of healthcare-focussed Vega specifications, that can be used by analytics teams to extend the capabilities of their Power BI dashboards without paying for normal custom visuals, or data scientists wanting to share best practice in presenting model results.

Contributing to the NHS Vega Library
Contributions can be made by cloning the repo locally, creating a folder for the new viz populated with the spec, metadata and sample data, and then opening a Pull Request on GitHub.
Alternatively for the less Git-savvy, you can create an issue on the repo, with a folder attached containing your specification, sample data and metadata. The format for these can be copied from one of the existing specs in the repo.