For the complete documentation index, see llms.txt. This page is also available as Markdown.
Radar Chart
lowcodera Radar chart component
Purpose
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.
Variations
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
Working with Data
The data format for the Radar chart is the same as for other Lowcodera charts. You can bind your chart component's itemsproperty 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 colBasicRadaris 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.