{
  "title": {
    "text": "Only Argentina is still poorer per person than in 2013",
    "subtext": "Constant-PPP GDP per capita, 2013 = 100. Brazil recrossed 100 in 2024.",
    "left": 0,
    "textStyle": {
      "fontSize": 15,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 11,
      "color": "#4a5560"
    }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "legend": {
    "data": [
      "2016",
      "2024"
    ],
    "bottom": 0,
    "textStyle": {
      "fontSize": 11
    }
  },
  "grid": {
    "left": 90,
    "right": 48,
    "top": 70,
    "bottom": 48
  },
  "xAxis": {
    "type": "value",
    "name": "Index, 2013 = 100",
    "min": 0,
    "max": 130,
    "nameLocation": "middle",
    "nameGap": 28,
    "axisLabel": {
      "fontSize": 10
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6e8eb"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Argentina",
      "Brazil",
      "Mexico",
      "Chile",
      "Peru",
      "Colombia"
    ],
    "axisLabel": {
      "fontSize": 12,
      "color": "#17212b"
    },
    "axisTick": {
      "show": false
    }
  },
  "series": [
    {
      "name": "2016",
      "type": "bar",
      "data": [
        94.9,
        91.6,
        103.7,
        102.1,
        106.0,
        106.6
      ],
      "itemStyle": {
        "color": "#9aa3ad"
      },
      "label": {
        "show": true,
        "position": "right",
        "fontSize": 10,
        "color": "#4a5560"
      },
      "markLine": {
        "silent": true,
        "symbol": "none",
        "lineStyle": {
          "type": "dashed",
          "color": "#5c6570",
          "width": 1
        },
        "label": {
          "formatter": "2013",
          "fontSize": 10,
          "color": "#5c6570"
        },
        "data": [
          {
            "xAxis": 100
          }
        ]
      }
    },
    {
      "name": "2024",
      "type": "bar",
      "data": [
        88.1,
        102.2,
        105.6,
        109.0,
        110.5,
        114.8
      ],
      "itemStyle": {
        "color": "#1f4e79"
      },
      "label": {
        "show": true,
        "position": "right",
        "fontSize": 10,
        "color": "#17212b"
      }
    }
  ]
}
