BRGChartBar converts incoming FME features into a ready-to-embed HTML/CSS bar chart.
It is designed to plug seamlessly into the BetterReportGenerator (or a BRGGroup) as a drop-in replacement for FME’s HTMLReportGenerator bar-chart output.
Parameters
Parameter
What it does
Title
Section header shown above the chart.
Description
Optional descriptive text that appears under the title.
Value Attribute Name
Required. Numeric or integer attribute to plot as the bar length/height.
X Label Attribute
Attribute whose value becomes each bar’s label on the X-axis.
X Label
A static caption that appears under the X-axis.
Card Type
Defines how (or if) the chart is wrapped in a Bootstrap-like card. • No Card – bare chart • Static Card – always open • Collapsable Card – user can collapse/expand, default open • Collapsed Card – user can collapse/expand, default closed
Order
An integer used by BetterReportGenerator to sort multiple BRGComponents in the final report. Lower values are shown first.
Group By
If set, features are grouped by this attribute. The Value Attribute is aggregated (sum) per group before charting. Leave blank to chart each feature individually.
Would you like to know more? Click here to find out more details!