Gauge Chart
Last updated
Was this helpful?
The Gauge Chart in Lowcoder is a dynamic, dial-style visualization ideal for displaying real-time values, threshold indicators, or KPI metrics. Inspired by speedometers or pressure dials, it’s perfect for showing how close a value is to a goal or limit — at a glance.
System Monitoring: CPU usage, memory, temperature
Business Metrics: Sales target completion, customer satisfaction score
IoT Dashboards: Sensor readings, production levels
This chart typically expects a single value:
{ "metric": 76 }You can bind this to a query, variable, or transformer like: {{query1.data.metric}}
Chart Type: Set to "Gauge Chart" in the Properties panel
Min & Max Values: Define your dial’s scale — e.g., 0 to 100
Color Zones: Highlight ranges (e.g., green for good, red for danger)
Pointer & Label: Shows current value in real-time with optional animation
Modify dial color, tick marks, and pointer style
Use ECharts JSON editor for deeper customization (like gradients or split sections)
Animate the needle for live dashboards
Last updated
Was this helpful?
Was this helpful?