Chart

The Chart component displays a graphical chart based on the project data. It supports several sub-types and includes options for selecting the specific data to display.

The chart sub-types are:

Chart Type Description
Bar chart Bar charts show one or more metric values aggregated across a group dimension. They are useful for precise comparisons of one or more values. Vertical bar chart
Line / Area chart Line charts show one or more metric values aggregated across a group dimension. They are useful for showing changes or trends. Line chart with multiple lines
Pie / Sunburst chart Pie charts show a single metric aggregated across a group dimension. They are useful for showing how each value contributes towards a total. Sunburst charts show concentric rings of metric values, in order to display contribution towards a total while also showing relationships between hierarchical data.
Pie chart
Scatter chart Scatter charts display data points, with each point representing a dimension value. Points can also be aggregated into bins in a binned scatterplot, or measured against a third metric and displayed as scaled bubbles in a bubble chart. These charts are useful for showing correlations between metrics.
Example of a scatter chart
Bar-Line chart Bar-Line charts show two or more metric values aggregated across a group dimension. They are useful for showing quantity alongside changes in trends over time.
Dual axis bar-line chart
Thematic Map The Thematic Map shows geographic data.
Shows a thematic map component with the US selected and the number of records for that country.