{
  "title": {
    "text": "Hosting payrolls, 2024",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "grid": {
    "left": 120,
    "right": 56,
    "top": 44,
    "bottom": 40
  },
  "xAxis": {
    "type": "value",
    "name": "Billions of current dollars",
    "nameLocation": "middle",
    "nameGap": 28,
    "splitLine": {
      "lineStyle": {
        "color": "#e6ebef"
      }
    },
    "axisLabel": {
      "color": "#44515c"
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "California",
      "Texas",
      "New York",
      "Florida",
      "Washington",
      "Georgia",
      "Virginia",
      "New Jersey",
      "Illinois",
      "Colorado"
    ],
    "inverse": true,
    "axisLabel": {
      "color": "#17212b",
      "fontSize": 12
    },
    "axisTick": {
      "show": false
    },
    "axisLine": {
      "show": false
    }
  },
  "series": [
    {
      "type": "bar",
      "data": [
        {
          "value": 29.03,
          "itemStyle": {
            "color": "#2b6ea6"
          }
        },
        {
          "value": 10.11,
          "itemStyle": {
            "color": "#2b6ea6"
          }
        },
        {
          "value": 6.56,
          "itemStyle": {
            "color": "#c44e52"
          }
        },
        {
          "value": 5.39,
          "itemStyle": {
            "color": "#2b6ea6"
          }
        },
        {
          "value": 5.09,
          "itemStyle": {
            "color": "#2b6ea6"
          }
        },
        {
          "value": 5.04,
          "itemStyle": {
            "color": "#2b6ea6"
          }
        },
        {
          "value": 4.4,
          "itemStyle": {
            "color": "#2b6ea6"
          }
        },
        {
          "value": 4.07,
          "itemStyle": {
            "color": "#2b6ea6"
          }
        },
        {
          "value": 3.57,
          "itemStyle": {
            "color": "#2b6ea6"
          }
        },
        {
          "value": 3.35,
          "itemStyle": {
            "color": "#2b6ea6"
          }
        }
      ],
      "barWidth": 16,
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b",
        "fontSize": 11
      }
    }
  ]
}
