Line Chart
Line chart displaying data points connected by lines to show trends over an axis.
Line Chart
Processing
This brick generates a line chart visualization. The input data structure is passed through the brick unchanged, but is tagged for visualization purposes.
Inputs
- line
- The dataset containing the numerical values to be plotted in the line chart. This data will typically be sequential based.
Inputs Types
| Input | Types |
|---|---|
line |
List, DataSeries, NDArray, DataRecords, DataFrame |
You can check the list of supported types here: Available Type Hints.
Outputs
- line
- The original data structure is returned.
Outputs Types
| Output | Types |
|---|---|
line |
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:
- Line field
- Defines the name of the column or field in the input data (
line) that contains the numerical values used for drawing the line (Y-axis). Defaults toline.
Brick Info
version
v0.2.0
python
3.10,
3.11,
3.12,
3.13
requirements
-
-