BRGChartRadar converts the attributes of incoming FME features into a self-contained radar chart (sometimes called a spider or web chart).
It emits a single BRGComponent feature whose attributes already contain the markup, styling, and JavaScript needed for display.
Pass those BRGComponent features directly to a BetterReportGenerator or to any BRGGroup transformer to insert the chart section into your HTML report.
Parameters
Parameter
What it does
Notes / Allowed values
Title
Heading displayed above the chart.
Plain text (no HTML).
Description
Paragraph shown under the title.
Accepts Markdown \.
Label Attribute
Attribute whose values become axis labels around the radar.
One value per input feature.
Data Attribute
Single numeric attribute plotted as the radius for each axis label.
Must be numeric.
Card Type
How the chart is wrapped in a UI card.
No Card = bare chart, Static Card = always open, Collapsable Card = starts open with a toggle, Collapsed Card = starts closed.
Order
Integer that controls the sequence of BRGComponents in the final report.
Lower numbers appear first.
Group By
Attribute whose value is used to group features; one radar chart is produced per group.
Leave blank to plot all features in one chart.
Would you like to know more? Click here to find out more details!