A budget, line by line
options.total takes a label of its own — the closing column says what the sum is, not merely that there is one. Engineering dominates, and the chart shows by how much before anyone reads a number.
View the spec
{
"type": "waterfall",
"theme": "ink",
"title": "Launch budget by line",
"source": "Project plan, approved",
"options": {
"total": "Total budget",
"format": "currency:USD"
},
"data": {
"labels": [
"Design",
"Engineering",
"Content",
"Ads"
],
"series": [
{
"name": "Budgeted",
"values": [
1800,
4200,
900,
2100
]
}
]
}
}