Add a new visualization type for displaying single value metric within a known range.
- Register new vis type (gauge) in VisualizationRegistry
- Implement doughnut from Chart.js to fills with current val and configured with a min/max range
- support configurable color thresholds
Config Options:
Min/ Max value range - value range for the dougnut
Unit Label - display unit
Color Zones - min, max , color thresholds
Label - display name for metric
(this would be so useful with displaying biometric data and similar data with a known range :p)
Add a new visualization type for displaying single value metric within a known range.
Config Options:
Min/ Max value range - value range for the dougnut
Unit Label - display unit
Color Zones - min, max , color thresholds
Label - display name for metric
(this would be so useful with displaying biometric data and similar data with a known range :p)