Operating costs
Operating costs over half a year with a value axis title.
Operating costs
examples/operating-costs.json{
"schemaVersion": 1,
"type": "bar",
"title": "Operating costs",
"description": "Operating costs rose over the half year, with the steepest increase in June.",
"source": "Example data",
"categoryAxis": {
"title": "Month"
},
"valueAxis": {
"title": "Costs in thousands",
"format": "number"
},
"data": [
{
"label": "January",
"value": 84
},
{
"label": "February",
"value": 86
},
{
"label": "March",
"value": 92
},
{
"label": "April",
"value": 89
},
{
"label": "May",
"value": 96
},
{
"label": "June",
"value": 101
}
]
}Source: Example data
Show chart data
| Category | Value |
|---|---|
| January | 84 |
| February | 86 |
| March | 92 |
| April | 89 |
| May | 96 |
| June | 101 |