Line Chart Node
The Line Chart Node visualizes trends over time or ordered categories by connecting data points with lines.
Overview
Users must select columns for the X and Y axes. The node plots the data points and connects them, making it ideal for time-series analysis.
Key Features
- Trend visualization: Shows changes over time or sequence.
- Multiple series: Plot several lines for comparison.
- Dashboard integration: Add to dashboards for ongoing monitoring.
Required Data
xColumn
: The X axis (typically time or ordered category).yColumns
: Array of Y axis columns (one or more series).
How it works
- Add the Line Chart Node to your workflow.
- Connect your dataset.
- Select the X and Y columns.
- The node renders a line chart.
Use Cases
- Time-series analysis: Track metrics over time.
- Comparing trends: Visualize multiple series.
- Forecasting: Identify patterns for prediction.
Benefits
- Clear trend visualization.
- Supports multiple series.
- Ideal for time-based data.