Health
1
2
3
4
5
6
7
8
9
10
Interactive Wheel of Life
This is an interactive version of a classic “Wheel of Life” diagram, used to visualize what areas of one’s life are important.
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 an interactive Wheel of Life assessment using a radar chart with 8 life categories (Health, Career, Love, Spirituality, Family, Money, Fun, Friends) arranged as columns on a circular axis. Set the radial axis from 0 to 10 with hidden labels. Initialize all category values to 0. Implement a sequential questionnaire interface: present each life area one at a time with numbered buttons (1-10) for the user to rate that area. When a selection is made, animate that category's column to the chosen value using a unique color from the chart palette, then reveal the next question. Progress through all 8 categories sequentially until displaying an 'All done!' completion message. Show tooltips with category name and value. Animate initial chart appearance on load. Use amCharts 5 library.
Demo source