Budget split in dollars
The same shape carrying absolute amounts: the tooltip still shows each slice's share of the whole.
View the spec
{
"type": "donut",
"theme": "ink",
"title": "Team budget by line",
"source": "FY26 plan",
"options": {
"format": "currency:USD"
},
"data": {
"labels": [
"Salaries",
"Tools",
"Cloud",
"Travel"
],
"series": [
{
"name": "Budget",
"values": [
428000,
61000,
47000,
24000
]
}
]
}
}