data = [
{
value: 2.9,
fill: "#9c26b0",
label: "Beginner",
icon: (await FileAttachment("icons8-frog-face-50.png").image()).src
},
{
value: 3.9,
fill: "#1e9688",
label: "Implementer",
icon: (await FileAttachment("icons8-fox-50.png").image()).src
},
{
value: 3.7,
fill: "#3f51b5",
label: "Advancer",
icon: (await FileAttachment("icons8-black-jaguar-50.png").image()).src
},
{
value: 4.5,
fill: "#2196f3",
label: "Leader",
icon: (await FileAttachment("icons8-alligator-50.png").image()).src
}
]