Multi-line Chart
Multi-line chart tracking trends of multiple series over a shared axis.
Multi-line Chart
Graph
Creates a multi-line chart that tracks trends of multiple data series over a shared axis. The chart displays multiple lines with different colors to distinguish between different data groups, allowing for easy comparison.
⚠️ 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 y-axis data values for the chart lines
- color
- The grouping data that determines which data points belong to which line (used for line differentiation and coloring)
Inputs Types
Input | Types |
---|---|
y |
List , DataSeries , NDArray , DataRecords , DataFrame |
color |
List , DataSeries , NDArray , DataRecords , DataFrame |
You can check the list of supported types here: Available Type Hints.
Outputs
- y
- The y-axis data values passed through for chart rendering
- color
- The grouping data passed through for line differentiation
Outputs Types
Output | Types |
---|---|
y |
List , DataSeries , NDArray , DataRecords , DataFrame |
color |
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:
- 'y' data field
- Specifies the field name to use for y-axis values in the chart (default: "y")
- Lines group
- Specifies the field name to use for grouping data into different colored lines (default: "color")
Brick Info
-
-