{
  "title": {
    "text": "Change in real GDP per person, 2019 to 2025",
    "subtext": "Purchasing-power parity. Percent. IMF World Economic Outlook.",
    "left": 8,
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#4a5568"
    }
  },
  "grid": {
    "left": 120,
    "right": 56,
    "top": 72,
    "bottom": 40
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "Percent change",
    "nameLocation": "middle",
    "nameGap": 28,
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Germany",
      "Canada",
      "United Kingdom",
      "France",
      "Japan",
      "Italy",
      "United States"
    ],
    "axisLabel": {
      "fontSize": 12
    }
  },
  "series": [
    {
      "type": "bar",
      "data": [
        {
          "value": -1.31,
          "itemStyle": {
            "color": "#7b8ea3"
          },
          "label": {
            "show": true,
            "position": "left",
            "formatter": "{c}%",
            "fontSize": 11,
            "color": "#17212b"
          }
        },
        {
          "value": 0.66,
          "itemStyle": {
            "color": "#7b8ea3"
          },
          "label": {
            "show": true,
            "position": "right",
            "formatter": "{c}%",
            "fontSize": 11,
            "color": "#17212b"
          }
        },
        {
          "value": 1.1,
          "itemStyle": {
            "color": "#0f3b66"
          },
          "label": {
            "show": true,
            "position": "right",
            "formatter": "{c}%",
            "fontSize": 11,
            "color": "#17212b"
          }
        },
        {
          "value": 2.75,
          "itemStyle": {
            "color": "#7b8ea3"
          },
          "label": {
            "show": true,
            "position": "right",
            "formatter": "{c}%",
            "fontSize": 11,
            "color": "#17212b"
          }
        },
        {
          "value": 4.56,
          "itemStyle": {
            "color": "#7b8ea3"
          },
          "label": {
            "show": true,
            "position": "right",
            "formatter": "{c}%",
            "fontSize": 11,
            "color": "#17212b"
          }
        },
        {
          "value": 8.0,
          "itemStyle": {
            "color": "#7b8ea3"
          },
          "label": {
            "show": true,
            "position": "right",
            "formatter": "{c}%",
            "fontSize": 11,
            "color": "#17212b"
          }
        },
        {
          "value": 10.65,
          "itemStyle": {
            "color": "#7b8ea3"
          },
          "label": {
            "show": true,
            "position": "right",
            "formatter": "{c}%",
            "fontSize": 11,
            "color": "#17212b"
          }
        }
      ],
      "barWidth": 18
    }
  ]
}
