Radar Chart
lowcodera Radar chart component
Last updated
lowcodera Radar chart component
Last updated
Radar Charts are used to compare two or more items or groups on various features or characteristics. They are used to plot one or more groups of values over multiple common variables. They do this by giving an axis for each variable, and these axes are arranged radially around a central point and spaced equally. The data from a single observation are plotted along each axis and connected to form a polygon. Multiple observations can be placed in a single chart.
There are several variations of Radar charts which are supported through the configuration of data and component properties.
Basic Radar Chart
Radar Chart with Multiple Series
Radar Chart with Polygon fill
The data format for the Radar chart is the same as for other Lowcodera charts. You can bind your chart component's items
property to a Power Apps collection which includes either static data or dynamic data e.g. SharePoint.
In this example, a collection with static data called colBasicRadar
is defined in the Power App. The items
property of the radar chart component is then bound to this collection.
The above code snippet will generate the following Radar chart.
For a full listing of all chart properties see the chart components property reference
The properties below are the main ones which change this components appearance and behaviours.
A single or multiple data series is defined in the collection.
A single or multiple data series is defined in the collection.
Property
Description
Required
Accepted Values
DataLabelSymbol
Property to add any symbol (eg. currency or any appened words) along with data labels
X
Text
FillType
Property to choose fill type for radar chart.
X
Gradient
Image
Solid
BackgroundImage
Property to provide background image URL for radar
X
URL