Skip to main content
Documentation

Charts

Charts are graphical representations of data.

Chart Building

Functions build charts by creating or modifying a chart entity.

A chart entity being built and rendered from a function

Line Chart

Line charts connect series of data points.

Build up a line chart

A line chart connecting a series of data points

Area charts are a special form of line charts.

Build up an area chart

An area chart with the region under the line filled

Bar Chart

Bar charts visualize categorical data with rectangular bars with heights proportional to the values.

Build up a bar chart

A bar chart of categorical data with rectangular bars

Pie Chart

Pie charts visualize numerical proportions.

Build up a pie chart

A pie chart showing numerical proportions as slices

The doughnut chart is a special form of pie chart.

Build up a doughnut chart

A doughnut chart with proportions as ring segments

Polar Chart

Polar charts are similar to pie charts, but each segment has the same angle and the radius of the segment differs depending on the value.

Build up a polar chart

A polar area chart with equal-angle segments of varying radius

Radar Chart

A radar chart is a way of showing multiple data points and the variation between them.

Build up a radar chart

A radar chart comparing multiple data points across axes

Bubble Chart

Bubble charts visualize three-dimensional data. Data points are visualized via their coordinates and bubble sizes.

Build up a bubble chart

A bubble chart of three-dimensional data with sized bubbles

Scatter Chart

Scatter charts visualize data points on a linear axis.

Build up a scatter chart

A scatter chart plotting data points on linear axes

What next?