Charts

Tailbreeze uses Chart.js for all of it’s charting content. Chart.js is a free and open source HTML5 based JavaScript charting library. It is easy to use, responsive, flexible and feature rich. It supports different chart types like line, bar, pie, radar, polar area, bubble and scatter charts.

Official documentation: https://www.chartjs.org/

Bar Chart

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

Bar Chart

Horizontal Bar Chart

Bar chart with horizontal bars. This is a horizontal bar chart, where the bars are horizontal instead of vertical.

Horizontal Chart

Stacked Bar Chart

Stacked bar charts are used to compare parts to a whole. They are useful for comparing the percentage of each category to the whole.

Stacked Bar Chart Chart

Stacked Horizontal Bar Chart

Stacked bar chart can also be positioned horizontly as well.

Stacked Horizontal Bar Chart

Line Chart

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

Line Chart

Curved Line Chart

Curved lines are possible using the tension property of the line chart.

Curved Line Chart

Area Chart

An area chart is a line chart where the area between the line and axes are filled with color or texture. Often, it is used to show trend data, and the comparison of two data sets.

Area Chart

Scatter

Scatter charts are based on basic line charts with the x axis changed to a linear axis. To use a scatter chart, data must be passed as objects containing X and Y properties.

Scatter Chart

Pie Chart

pie charts are divided into segments, the arc of each segment shows the proportional value of each piece of data.

Pie Chart

Daughnut Chart

Doughnut charts are similar to pie charts, but have a cutout which looks like a doughnut. This can be used to show the relationship of a part to a whole.

Daughnut Chart