Angular Gauge
Angular Gauges (also known as Speedometer Chart) are most commonly used to mimic the real-life gauges to display values like volume, temperature, speed, etc.
Key implementation details
In amCharts Gauge chart is implemented via the RadarChart
. The gauge-specific element here is the “clock hand” which is added as an AxisBullet
to the circular axis.
Related tutorials