📊 Chart Components
Used to publish metrics, KPIs, and visual outputs to the platform, enabling users to inspect results and compare variants.
Typical responsibilities include:
- Creating charts and numeric outputs
- Organising outputs into groups for readability
- Supporting platform workflows such as filtering, evaluation, and comparison
- Preparing outputs for use in Explore / ParameterSpace
Browse Chart components
📄️ Assemble Chart (AC)
Generate a mixed chart — combining lines, bars, and scatter plots — and display it directly in the InForm interface. This component assembles one or more chart elements into a complete chart layout.
📄️ Axis Settings (AS)
Configure axis properties for InForm charts, including title, scale type, ranges, tick options, and stacking behaviour.
📄️ Bar (B)
Generate a bar chart element for use in InForm Bar charts can be combined with line or scatter elements inside the Assemble Chart (AC) component to create mixed charts.
📄️ Data List (DL)
Generate a list of values with optional units and titles, displayed directly in the InForm web interface.
📄️ Doughnut Chart (DC)
Generate a doughnut chart for visualization in the InForm web platform.
📄️ Highlight (H)
Generate a visually emphasized data list in the InForm sidebar, ideal for highlighting key numbers, KPIs, or important summary metrics.
📄️ Line (L)
Generate a line chart element for use in InForm Line datasets can be combined with bar or scatter datasets using the Assemble Chart (AC) component.
📄️ Progress Bars (PB)
Generate progress bars that display values relative to a maximum (0–100%), visualized directly in the InForm web interface.
📄️ Scatter (S)
Generate a scatter plot dataset for chart visualization in InForm Scatter datasets can be mixed with bar or line datasets inside the Assemble Chart (AC) component.