Chart page header description goes here...

LINE CHART

A line chart is a way of plotting data points on a line. Often, it is used to show trend data, and the comparison of two data sets.

BAR CHART

A bar chart is a way of showing data as bars. It is sometimes used to show trend data, and the comparison of multiple data sets side by side.

RADAR CHART

A radar chart is a way of showing multiple data points and the variation between them. They are often useful for comparing the points of two or more different data sets.

POLAR AREA CHART

Polar Area Chart is often useful when we want to show a comparison data similar to a pie chart, but also show a scale of values for context.

PIE & DOUGHNUT CHART

Pie and doughnut charts are probably the most commonly used charts there are. They are divided into segments, the arc of each segment shows the proportional value of each piece of data.

PIE & DOUGHNUT CHART

Pie and doughnut charts are effectively the same class in Chart.js, but have one different default value - their cutoutPercentage. This equates what percentage of the inner should be cut out.