| Table of Contents |
Sonar dashboards provide a way to display any kind of data through widgets.
There are two types of dashboard:
- Global dashboard: provides display of any kind of data at Sonar instance level (available since Sonar 3.1).
- Project dashboard: provides display of any kind of data at project level.
Global Dashboards
Overview
Global dashboards are available at instance level and can be accessed through the menu on the left.
Any widget can be added to a global dashboard. Thus, any kinds of information from a project or from the Sonar instance can be displayed at will.
Global Dashboards Shipped with Sonar
By default, Sonar is shipped with three global dashboards:
My favourites
This dashboard includes one filter that lists all the resources that have been flagged as favourite by the logged user. See this tutorial to know how to flag a resource as favourite:
Projects
This dashboard includes one filter that lists all the projects of the Sonar instance:
Treemap
This dashboard includes one filter that displays all the projects of the Sonar instance as a Treemap (size = number of lines, color = rules compliance):

