Just click the copy icon on the top right, then manually change the numbers in the `data` list so you can visualize your current ratings. ```` ```chart type: polarArea labels: [Body, Mind, Soul, Mission, Money, Growth, Romance, Family, Friends, Joy] series: - title: data: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] tension: 0.2 width: 80% labelColors: true fill: true beginAtZero: true rMax: 10 bestFit: false bestFitTitle: undefined bestFitNumber: 0 legendPosition: right ``` ````