Multi-line Chart
Multi-line chart tracking trends of multiple series over a shared axis.
Multi-line Chart
Processing
Multi-line chart tracking trends of multiple series over a shared axis.
Inputs
- lines
- The quantitative data series used for plotting the lines (Y-axis values).
- groups
- The nominal data used for defining the groups or distinct lines (color differentiation).
Inputs Types
| Input | Types |
|---|---|
lines |
List, DataSeries, NDArray, DataRecords, DataFrame |
groups |
List, DataSeries, NDArray, DataRecords, DataFrame |
You can check the list of supported types here: Available Type Hints.
Outputs
- lines
- The input data used for lines, passed through unchanged.
- groups
- The input data used for groups, passed through unchanged.
Outputs Types
| Output | Types |
|---|---|
lines |
List, DataSeries, NDArray, DataRecords, DataFrame |
groups |
List, DataSeries, NDArray, DataRecords, DataFrame |
You can check the list of supported types here: Available Type Hints.
Options
The Multi-line Chart brick contains some changeable options:
- Lines field
- Specifies the field name in the input data that represents the quantitative values used for plotting the lines (Y-axis). Defaults to
lines. - Lines group
- Specifies the field name in the input data used to categorize or group the lines, determining the color differentiation of the series. Defaults to
groups.
Brick Info
version
v0.2.0
python
3.10,
3.11,
3.12,
3.13
requirements
-
-