{
  "chartSubTitle":{
    "text":"Fiscal Years 2014 - 2024"
  },
  "chartTitle":{
    "text":"Total Number of K Awards"
  },
  "chartType":{
    "type":"NCI_column"
  },
  "plotOptions":{
    "series":{
      "pointStart":2014
    }
  },
  "series":[
    {
      "name":"Number of Awards",
      "data":[
        399,
        401,
        402,
        398,
        432,
        446,
        487,
        524,
        557,
        536,
        544
      ],
      "yAxis":0
    },
    {
      "name":"Whole Dollars",
      "data":[
        67525,
        68821,
        71601,
        71727,
        78339,
        84991,
        96578,
        102655,
        112537,
        110335,
        114491
      ],
      "yAxis":1,
      "tooltip":{
        "valuePrefix":"$"
      }
    }
  ],
  "tooltip":{
    "headerFormat":"<span style='font-size:20px; font-weight:bold'>{point.key}</span><div class='flexTable--2cols cellWidths-45-55'>"
  },
  "xAxis":{
    "title":{
      "text":"Fiscal Year"
    }
  },
  "yAxis":[
    {
      "min":0,
      "max":600,
      "title":{
        "text":"Number of Awards",
        "style": {
          "whiteSpace": "nowrap"
        }
      }
    },
    {
      "min":0,
      "max":115000,
      "title":{
        "text":"Whole Dollars"
      },
      "opposite":true
    }
  ]
}
