chartletv0.1.0-alpha.3

← All examples

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
    }
  ]
}
Operating costs
Operating costsOperating costs rose over the half year, with the steepest increase in June.Operating costs050100150Costs in thousandsJanuary: 8484JanuaryFebruary: 8686FebruaryMarch: 9292MarchApril: 8989AprilMay: 9696MayJune: 101101JuneMonth

Source: Example data

Show chart data
Data for Operating costs
CategoryValue
January84
February86
March92
April89
May96
June101
  • Bar (vertical)
  • Track a cost trend