Skip to main content
FME Hub user alexbiz just uploaded a new transformer to the FME Hub.

BRGChartLine converts incoming FME features into an HTML/CSS (and minimal JavaScript) component that renders the selected attribute values as one or more lines on a responsive chart. The component is intended to be forwarded to BetterReportGenerator (or to a BRGGroup) where it is assembled into the final HTML report.

Typical use cases include visualising time‑series measurements, production statistics, or any ordered numeric data held in your workspace features.

Parameters

Parameter

Description

Title

Text displayed as the heading of the chart section.

Description

Rich‑text block (HTML permitted) shown beneath the title. Use it to explain the data’s context.

Value Attribute Name

One or more numeric attributes to plot. A separate line is drawn for each selected attribute.

Sort Attribute

Attribute used to order the features along the X‑axis before plotting. Must be sortable (e.g. date/time or number).

X Label Attribute

Attribute whose value becomes the tick label under each point.

X Label

Text label rendered under the X‑axis.

Y Label

Text label rendered next to the Y‑axis.

Card Type

Presentation wrapper: No Card, Static Card (always open), Collapsible Card (starts open), Collapsed Card (starts closed).

Order

Integer determining where this component appears relative to other BRG components. Lower numbers appear first.

Group By

Attribute whose distinct values partition the input. One chart component is produced per group.



Would you like to know more? Click here to find out more details!
Be the first to reply!