{
  "chartSubTitle":{
    "text":"Fiscal Years 2014 - 2024"
  },
  "chartTitle":{
    "text":"National Research Service Awards (NRSAs) Predoctoral and Postdoctoral Trainees (Full-Time Trainee Positions)"
  },
  "chartType":{
    "type":"NCI_column"
  },
  "plotOptions":{
    "series":{
      "pointStart":2014
    }
  },
  "series":[
    {
      "name":"Predoc",
      "data":[
        485,
        538,
        722,
        744,
        715,
        771,
        810,
        623,
        570,
        518,
        466
      ]
    },
    {
      "name":"Postdoc",
      "data":[
        947,
        893,
        717,
        776,
        817,
        818,
        883,
        235,
        209,
        177,
        157
      ]
    },
    {
      "name":"Total",
      "data":[
        1432,
        1431,
        1439,
        1520,
        1532,
        1589,
        1693,
        858,
        779,
        695,
        623
      ]
    }
  ],
  "xAxis":{
    "title":{
      "text":"Fiscal Year"
    }
  },
  "yAxis":{
    "min":0,
    "title":{
      "text":"Number of Trainees",
      "style": {
        "whiteSpace": "nowrap"
      }
    },
    "labels": {
      "format": "{value:,.0f}"
    }
  }
}