Line Chart

Line chart displaying data points connected by lines to show trends over an axis.

Line Chart


Graph

Generates a line chart by processing the provided numerical data. The function accepts data in various formats and returns it in its original format, suitable for line chart visualization. Options can be used to customize how the input data is interpreted, such as specifying the encoding field name for the y-axis.

⚠️ The order of data points determines the sequence of observations displayed on the x-axis, as this is not a time series chart.

Inputs

y
The numerical data to be visualized on the y-axis of the line chart.

Inputs Types

Input Types
y List, DataSeries, NDArray, DataRecords, DataFrame

You can check the list of supported types here: Available Type Hints.

Outputs

y
The processed numerical data, returned in its original format for line chart visualization.

Outputs Types

Output Types
y List, DataSeries, NDArray, DataRecords, DataFrame

You can check the list of supported types here: Available Type Hints.

Options

The Line Chart brick contains some changeable options:

'y' data field
Specifies the field or column name to be used for the y-axis data when the input is a DataFrame or DataRecords. This allows customization of which data field is plotted.

Brick Info

version v0.1.4
python 3.10, 3.11, 3.12, 3.13
requirements
    -