{
  "chartSubTitle":{
    "text":"Fiscal Years 2015 - 2024"
  },
  "chartTitle":{
    "text":"Comparison of Dollars, Positions, and Space"
  },
  "chartType":{
    "type":"line"
  },
  "plotOptions":{
    "series":{
      "pointStart":2015
    }
  },
  "series":[
    {
      "name":"Funds",
      "yAxis":0,
      "data":[
        4953,
        5206,
        5636,
        5928,
        5992,
        6383,
        6443,
        6833,
        7317,
        7221
      ],
      "tooltip":{
        "valuePrefix":"$",
        "valueSuffix":",000"
      }
    },
    {
      "name":"Space (Sq Ft)",
      "yAxis":1,
      "data":[
        1011,
        1001,
        1004,
        1019,
        1055,
        1212,
        1215,
        1214,
        1214,
        1088
      ],
      "tooltip":{
        "pointFormat":"<span style=\"color:{point.color}\">\u25CF</span> Space: {point.y}<br/>"
      }
    },
    {
      "name":"FTEs",
      "yAxis":2,
      "data":[
        2998,
        2962,
        3029,
        2952,
        2888,
        2993,
        3097,
        3182,
        3250,
        3298
      ]
    }
  ],
  "tooltip":{
    "crosshairs":true,
    "shared":true
  },
  "yAxis":[
    {
      "tickAmount": 5,
      "tickInterval": 1000,
      "title":{
        "text":"Funds (millions)",
        "style":{
          "color":"#40bfa2",
          "whiteSpace": "nowrap"
        }
      },
      "labels":{
        "hasFormatter":true,
        "style":{
          "color":"#40bfa2"
        }
      },
      "min":4000,
      "max":8000
    },
    {
      "tickAmount": 5,
      "tickInterval": 150,
      "title":{
        "text":"Space (Sq Ft)",
        "style":{
          "color":"#984e9b"
        },
        "margin":0
      },
      "labels":{
        "hasFormatter":true,
        "style":{
          "color":"#984e9b"
        },
        "x":5
      },
      "opposite":true,
      "min":750,
      "max":1350
    },
    {
      "tickAmount": 5,
      "tickInterval": 150,
      "title":{
        "text":"FTEs",
        "style":{
          "color":"#fb7830"
        },
        "margin":5
      },
      "labels":{
        "hasFormatter":true,
        "style":{
          "color":"#fb7830"
        },
        "x":10
      },
      "opposite":true,
      "min":2700,
      "max":3300
    }
  ]
}
