Polar Chart
lowcodera Polar chart component
Last updated
lowcodera Polar chart component
Last updated
Polar charts are circular charts that use values and angles to show information as polar coordinates. Polar charts are useful for showing scientific data.
There are several variations of Polar charts which are supported through the configuration of data and component properties.
Basic Polar Chart
Polar Chart with Gradient
Polar Chart with Monochrome Fill
The data format for the Polar 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 colPolarChart
is defined in the Power App. The items
property of the polar chart component is then bound to this collection.
The above code snippet will generate the following Polar 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. You can use the same collection used in section.
A single or multiple data series is defined in the collection.
Property
Description
Accepted Values
Required
DataLabelSymbol
Property to add any symbol (eg. currency or any appened words) along with data labels
Text
X
FillType
Property to choose fill type for polar chart.
Gradient
Image
Solid
X
BackgroundImage
Property to provide background image URL for polar
URL
X
StartAngle
Property to Set the starting Angle of the Polar Chart in degrees.
Numeric (ranges 0 to 360)
X
EndAngle
Property to Set the ending Angle of the Polar Chart in degrees.Numeric (ranges 0 to 360)
Numeric (ranges 0 to 360)
X