Yes and No Gauge
This demo shows a binary yes/no gauge implemented with amCharts Gauge chart.
Key implementation details
We implement the yes/no indicators by adding axis ranges to the chart’s axis.
Related tutorials
Build this chart with AI
The prompt below can be used to build this chart with AI. For best coding results, use the most advanced AI models, like Claude Opus 4.6 and GPT-5.3-Codex. For more info and tips, check out amCharts AI docs.
Create a semicircular gauge chart (upward-facing half-circle) with a value range of 0 to 1. Divide the gauge into two equal halves: the left half labeled 'YES' in green, and the right half labeled 'NO' in red. Add a needle that oscillates between the YES side and the NO side every 2 seconds with smooth transitions. Hide standard grid lines and numeric labels on the circular axis for a clean binary-choice visualization. Use amCharts 5 library.
Demo source