Skip to content

Polar

The Polar Chart visualizes data using bars radiating from the center of a polar coordinate system.
It’s effective for showing cyclic patterns, radial comparisons, or multi-category contributions where a circular layout is meaningful.
This chart supports both stacked and grouped configurations within the same radial axis.

Use cases:

  • Displaying cyclic data distributions (e.g., time-of-day patterns).
  • Comparing category contributions in a circular layout.
  • Highlighting radial magnitude variations across categories.

βš™οΈ Setup

  1. Drag the Polar Chart widget from the chart library onto your designer workspace.
  2. Select the chart.
  3. Go to the Widget Configuration tab in the Configuration panel.
  4. Under the Configuration panel tab, select the Basic Configuration option to access essential settings for the Polar Chart.
  5. Select the Source from which the chart will fetch its data.
  6. Map:
    • Measure (Value) β€” Numeric value representing the bar length along the radial axis.
    • Dimension (Axis) β€” Categorical or sequential value determining bar positions around the circle.
    • Group β€” (Optional) Categorical value to split the radial bars into multiple series.
  7. Optionally add a Date field for time-based filtering.

πŸ“Š Basic Configuration

Configuration ItemDescription
SourceThe data source to query for chart values.
Measure (Value)Numeric value plotted along the radial axis as bar length.
Dimension (Axis)Categorical or sequential value placed along the angular axis.
Group(Optional) Grouping field to split the bars into multiple radial series.
Date Field (optional)Enables date-based filtering and drilldown capability.

🎨 Chart Customizations

CategoryOptions & Description
GeneralTheme, background, border, and interactivity options.
TitleChart title, font, alignment, and visibility settings.
SortingControl sorting of category or group order.
PositionAdjust horizontal and vertical positioning of the polar within the chart.
LegendShow/hide, position, and format for series legends.
HeatMapApply color gradients based on value ranges.
Radius AxisCustomize angular axis labels and intervals.
Angle AxisAdjust radial axis scale, formatting, and log scale.
SeriesControl bar fill color, stacking, labels, orientation, and spacing.
TooltipTooltip content, format, and triggers.
OthersControl Radius, Inner Radius, and whether series are Stacked.

πŸ“Š Example Visualization

polar chart