Skip to main content

Polar Charts

Victory supports polar charts for many of its chart types. Polar charts are a type of radial chart, where the data is displayed in a circular graph.

Bar Charts

Bar charts are a common type of polar chart. In the following example, we use a VictoryPolarAxis to create a polar chart with a bar series.

Live View
Loading...
Live Editor

Bar Charts - Events

Bar charts can be interactive with the use of events. In the following example, we use a VictoryPolarAxis to create a polar chart with a bar series that changes color on hover.

Live View
Loading...
Live Editor

Bar Charts - Stacked

Bar charts can be stacked in a polar format. In the following example, we use a VictoryPolarAxis to create a polar chart with a stacked bar series.

Live View
Loading...
Live Editor

Bar & Scatter - Combo

Bar and Scatter charts are another common combination for polar charts. In the following example, we use a VictoryPolarAxis to create a polar chart with a bar and scatter series, and a VictoryGroup to apply styles and data to both components.

Live View
Loading...
Live Editor

Line Charts

Line charts are another common type of polar chart. In the following example, we use a VictoryPolarAxis to create a polar chart with a line series.

Live View
Loading...
Live Editor

Line & Scatter Combo

Line and Scatter charts are a common combination for polar charts. In the following example, we use a VictoryPolarAxis to create a polar chart with a line and scatter series, and a VictoryGroup to apply styles and data to both components.

Live View
Loading...
Live Editor

Area Charts

Area charts can also be displayed in a polar format. In the following example, we use a VictoryPolarAxis to create a polar chart with an area series.

Live View
Loading...
Live Editor

Area Charts - Events

Area charts can be interactive with the use of events. In the following example, we use a VictoryPolarAxis to create a polar chart with an area series that changes color on hover.

Live View
Loading...
Live Editor

Area & Scatter Combo

Area and Scatter charts are another common combination for polar charts. In the following example, we use a VictoryPolarAxis to create a polar chart with an area and scatter series, and a VictoryGroup to apply styles and data to both components.

Live View
Loading...
Live Editor