Skip to main content

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.

📸 Component Screenshot

Scatter (S)

📂 Component Location

Tab: 3. Charts

📝 Description

The Scatter (S) component produces a scatter-plot dataset based on X, Y, and optional radius values. It supports colour assignment and advanced JSON overrides compatible with Chart.js.

📁 Example File

🔌 Inputs

Abbrev.Full NameTypeDescription
TTitleTextLabel for the scatter dataset.
YYNumberList of Y-coordinates for the points.
XXNumberList of X-coordinates. If omitted, indices are used.
RRNumberList of radii for each point.
CColourGH ColourOptional point colour (RGB).
CSCustom SettingsJSONAdvanced dataset overrides. Ref: https://www.chartjs.org/docs/latest/charts/scatter.html

🔄 Outputs

Abbrev.Full NameTypeDescriptionSuggested Connections
CEChart ElementInForm Scatter ChartScatter dataset for chart assembly.Connect to Assemble Chart (AC) (3. Charts) to display the scatter plot in InForm