Storage filling up
The fill makes 'how close to the limit are we' visible before anyone reads the axis; the target marks the plan's ceiling.
View the spec
{
"type": "area",
"theme": "editorial",
"title": "Storage used (GB)",
"source": "Infrastructure dashboard",
"options": {
"target": {
"value": 500,
"label": "Plan limit"
}
},
"data": {
"labels": [
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep"
],
"series": [
{
"name": "GB used",
"values": [
180,
205,
230,
262,
291,
334,
371,
415,
468
]
}
]
}
}