Area Chart Node
The Area Chart Node visualizes quantitative data over time or categories, filling the area below the line to emphasize volume.
Overview
Users must select columns for the X and Y axes. The area under the line is filled, making it easy to see cumulative values.
Key Features
- Volume emphasis: Highlights the magnitude of values.
- Multiple series: Compare several categories or groups.
- Dashboard integration: Add to dashboards for visual impact.
Required Data
xColumn
: The X axis (typically time or ordered category).yColumns
: Array of Y axis columns.
How it works
- Add the Area Chart Node to your workflow.
- Connect your dataset.
- Select the X and Y columns.
- The node renders an area chart.
Use Cases
- Cumulative totals: Show running totals over time.
- Comparing groups: Visualize differences between series.
- Resource usage: Track consumption or production.
Benefits
- Emphasizes volume and totals.
- Supports multiple series.
- Ideal for cumulative data.