Revenue against plan
The second column is each row's own target, so every region carries its own mark. One glance ranks the regions and says who cleared plan — two facts per row, no legend.
View the spec
{
"type": "bullet",
"theme": "ink",
"title": "Revenue against plan (thousands)",
"source": "Finance, unaudited",
"options": {
"format": "currency:USD"
},
"data": {
"labels": [
"EMEA",
"Americas",
"APAC"
],
"series": [
{
"name": "Actual",
"values": [
420,
380,
510
]
},
{
"name": "Plan",
"values": [
400,
400,
480
]
}
]
}
}