{
  "title": {
    "text": "The 2022 inflation spike has receded; unemployment is back to 2014",
    "subtext": "Annual average CPI inflation and unemployment rate, percent. Dashed: IMF 2025 estimate and 2026 projection.",
    "left": 0,
    "textStyle": {
      "fontSize": 15,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 11,
      "color": "#4a5560"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "data": [
      "Inflation (historical)",
      "Inflation (IMF est./proj.)",
      "Unemployment (historical)",
      "Unemployment (IMF est./proj.)"
    ],
    "bottom": 0,
    "textStyle": {
      "fontSize": 10
    }
  },
  "grid": {
    "left": 48,
    "right": 20,
    "top": 78,
    "bottom": 72
  },
  "xAxis": {
    "type": "category",
    "data": [
      2012,
      2013,
      2014,
      2015,
      2016,
      2017,
      2018,
      2019,
      2020,
      2021,
      2022,
      2023,
      2024,
      2025,
      2026
    ],
    "axisLabel": {
      "fontSize": 10,
      "interval": 1
    },
    "axisTick": {
      "alignWithLabel": true
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Percent",
    "min": 0,
    "max": 16,
    "nameTextStyle": {
      "fontSize": 11
    },
    "axisLabel": {
      "fontSize": 10
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6e8eb"
      }
    }
  },
  "series": [
    {
      "name": "Inflation (historical)",
      "type": "line",
      "data": [
        5.4036,
        6.2042,
        6.3292,
        9.0302,
        8.7396,
        3.4463,
        3.6647,
        3.733,
        3.2116,
        8.3016,
        9.2799,
        4.5935,
        4.3674,
        null,
        null
      ],
      "symbol": "circle",
      "symbolSize": 7,
      "lineStyle": {
        "width": 2.5,
        "color": "#b35c00"
      },
      "itemStyle": {
        "color": "#b35c00"
      },
      "connectNulls": false
    },
    {
      "name": "Inflation (IMF est./proj.)",
      "type": "line",
      "data": [
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        4.3674,
        5.0168,
        3.9968
      ],
      "symbol": "diamond",
      "symbolSize": 8,
      "lineStyle": {
        "width": 2.5,
        "type": "dashed",
        "color": "#b35c00"
      },
      "itemStyle": {
        "color": "#b35c00"
      },
      "connectNulls": false
    },
    {
      "name": "Unemployment (historical)",
      "type": "line",
      "data": [
        6.9,
        7.175,
        6.875,
        8.625,
        11.6,
        12.85,
        12.375,
        11.975,
        13.775,
        13.225,
        9.25,
        7.975,
        6.925,
        null,
        null
      ],
      "symbol": "triangle",
      "symbolSize": 8,
      "lineStyle": {
        "width": 2.5,
        "color": "#1f4e79"
      },
      "itemStyle": {
        "color": "#1f4e79"
      },
      "connectNulls": false
    },
    {
      "name": "Unemployment (IMF est./proj.)",
      "type": "line",
      "data": [
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        6.925,
        6.0265,
        6.8298
      ],
      "symbol": "diamond",
      "symbolSize": 8,
      "lineStyle": {
        "width": 2.5,
        "type": "dashed",
        "color": "#1f4e79"
      },
      "itemStyle": {
        "color": "#1f4e79"
      },
      "connectNulls": false
    }
  ]
}
