Gauge Chart Node
The Gauge Chart Node is used to display data as a gauge or dial, ideal for visualizing progress, performance, or thresholds.
Overview
This node requires the user to select a value column and define minimum and maximum thresholds. The gauge visually represents the value within the defined range.
Key Features
- Threshold visualization: Easily see if values are within acceptable ranges.
- Customizable ranges: Define minimum, maximum, and target thresholds.
- Interactive display: Integrates with dashboards for real-time updates.
- Multiple gauge types: Supports radial and linear gauges.
Required Data
valueColumn
: The column containing the value to display.minValue
: Minimum threshold.maxValue
: Maximum threshold.targetValue
(optional): Target threshold for comparison.log
,polar
,movingAvg
,to100
: Additional display options.
How it works
- Add the Gauge Chart Node to your workflow.
- Connect your dataset.
- Select the value column and define thresholds.
- Configure display options as needed.
- The node renders a gauge chart.
Use Cases
- Performance tracking: Monitor KPIs against targets.
- Resource utilization: Visualize usage within defined limits.
- Goal achievement: Track progress toward objectives.
- System health: Display metrics like CPU or memory usage.
Benefits
- Intuitive visualization of thresholds and progress.
- Customizable configuration for various gauge types.
- Real-time updates for dynamic data monitoring.