Revenue, currency-formatted
The currency format keeps the k-shortening, so six figures land as a readable '$482.7k' instead of a digit wall.
View the spec
{
"type": "number",
"theme": "ink",
"title": "Quarterly revenue",
"source": "Finance, unaudited",
"options": {
"format": "currency:USD"
},
"data": {
"labels": [
"Revenue"
],
"series": [
{
"name": "Revenue",
"values": [
482700
]
}
]
}
}