{
  "title": {
    "text": "Brazil recrossed its 2013 living-standards peak only in 2024",
    "subtext": "Real GDP per person, 2013 = 100. Dashed line is IMF estimate/projection.",
    "left": 0,
    "textStyle": {
      "fontSize": 15,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 11,
      "color": "#4a5560"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "data": [
      "Historical",
      "IMF estimate / projection"
    ],
    "bottom": 0,
    "textStyle": {
      "fontSize": 11
    }
  },
  "grid": {
    "left": 48,
    "right": 24,
    "top": 72,
    "bottom": 56
  },
  "xAxis": {
    "type": "category",
    "data": [
      2003,
      2004,
      2005,
      2006,
      2007,
      2008,
      2009,
      2010,
      2011,
      2012,
      2013,
      2014,
      2015,
      2016,
      2017,
      2018,
      2019,
      2020,
      2021,
      2022,
      2023,
      2024,
      2025,
      2026
    ],
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 28,
    "axisLabel": {
      "interval": 2,
      "fontSize": 10
    },
    "axisTick": {
      "alignWithLabel": true
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Index, 2013 = 100",
    "min": 70,
    "max": 110,
    "nameTextStyle": {
      "fontSize": 11
    },
    "axisLabel": {
      "fontSize": 10
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6e8eb"
      }
    }
  },
  "series": [
    {
      "name": "Historical",
      "type": "line",
      "data": [
        74.0772,
        77.4507,
        79.048,
        81.2961,
        85.3551,
        88.8237,
        87.8674,
        93.7181,
        96.7427,
        97.847,
        100.0,
        99.711,
        95.4187,
        91.6282,
        92.2343,
        93.2806,
        93.7966,
        90.1746,
        94.0471,
        96.5353,
        99.2728,
        102.2383,
        null,
        null
      ],
      "symbol": "circle",
      "symbolSize": 6,
      "lineStyle": {
        "width": 2.5,
        "color": "#1f4e79"
      },
      "itemStyle": {
        "color": "#1f4e79"
      },
      "connectNulls": false,
      "markLine": {
        "silent": true,
        "symbol": "none",
        "lineStyle": {
          "type": "dashed",
          "color": "#5c6570",
          "width": 1
        },
        "label": {
          "formatter": "2013 peak",
          "color": "#5c6570",
          "fontSize": 10,
          "position": "insideEndTop"
        },
        "data": [
          {
            "yAxis": 100
          }
        ]
      }
    },
    {
      "name": "IMF estimate / projection",
      "type": "line",
      "data": [
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        102.2383,
        104.1936,
        105.8271
      ],
      "symbol": "diamond",
      "symbolSize": 8,
      "lineStyle": {
        "width": 2.5,
        "type": "dashed",
        "color": "#b35c00"
      },
      "itemStyle": {
        "color": "#b35c00"
      },
      "connectNulls": false
    }
  ]
}
