{
  "title": {
    "text": "New York payrolls: hosting vs. other information services",
    "left": 0,
    "textStyle": {
      "fontSize": 15,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "legend": {
    "bottom": 0,
    "data": [
      "Data processing and hosting (NAICS 518)",
      "Other information services (NAICS 519)"
    ]
  },
  "tooltip": {
    "trigger": "axis"
  },
  "grid": {
    "left": 56,
    "right": 20,
    "top": 48,
    "bottom": 72
  },
  "xAxis": {
    "type": "category",
    "data": [
      "2010",
      "2011",
      "2012",
      "2013",
      "2014",
      "2015",
      "2016",
      "2017",
      "2018",
      "2019",
      "2020",
      "2021",
      "2022",
      "2023",
      "2024"
    ],
    "axisLabel": {
      "color": "#44515c",
      "interval": 1
    },
    "axisLine": {
      "lineStyle": {
        "color": "#c5cdd4"
      }
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Billions of current dollars",
    "nameLocation": "middle",
    "nameGap": 40,
    "splitLine": {
      "lineStyle": {
        "color": "#e6ebef"
      }
    }
  },
  "color": [
    "#2b6ea6",
    "#d48b2c"
  ],
  "series": [
    {
      "name": "Data processing and hosting (NAICS 518)",
      "type": "line",
      "showSymbol": true,
      "symbolSize": 6,
      "lineStyle": {
        "width": 2.5
      },
      "data": [
        1.55,
        1.66,
        1.71,
        1.71,
        2.19,
        2.76,
        2.61,
        2.8,
        3.24,
        3.65,
        3.99,
        4.36,
        5.31,
        5.48,
        6.56
      ]
    },
    {
      "name": "Other information services (NAICS 519)",
      "type": "line",
      "showSymbol": true,
      "symbolSize": 6,
      "lineStyle": {
        "width": 2.5
      },
      "data": [
        2.57,
        3.02,
        3.66,
        4.2,
        5.15,
        6.2,
        7.21,
        8.15,
        9.77,
        11.42,
        13.77,
        17.52,
        16.85,
        17.96,
        19.96
      ]
    }
  ]
}
