{
  "chartSubTitle":{
    "text":"Fiscal Years 2014 - 2024"
  },
  "chartTitle":{
    "text":"RPGs Number of Awards"
  },
  "chartType":{
    "type":"NCI_column"
  },
  "plotOptions":{
    "series":{
      "pointStart":2014
    }
  },
  "series":[
    {
      "name":"Competing",
      "data":[
        1378,
        1371,
        1365,
        1311,
        1356,
        1336,
        1350,
        1488,
        1491,
        1498,
        1325
      ]
    },
    {
      "name":"Non-Competing",
      "data":[
        3436,
        3396,
        3301,
        3352,
        3424,
        3648,
        3720,
        3733,
        4014,
        4238,
        4414
      ]
    }
  ],
  "xAxis":[
    {
      "type":"category",
      "showEmpty":false,
      "title":{
        "text":"Fiscal Year"
      }
    }
  ],
  "yAxis":{
    "tickAmount": 4,
    "tickInterval": 2000,
    "title":{
      "text":"Number of RPGs",
      "style": {
        "whiteSpace": "nowrap"
      }
    },
    "labels": {
      "format": "{value:,.0f}"
    },
    "max": 6000,
    "min": 0
  }
}
