Loading...
Quantum Admin

Charts

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.

Horizontal Bar Chart

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

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 Horizontal Bar Chart

Stacked bar chart can also be positioned horizontly as well.

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.

Curved Line Chart

Curved lines are possible using the tension property of the 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.

Scatter Chart

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.

Pie Chart

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

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.