{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "Among the largest countries, only Nigeria grew faster than Pakistan",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#1a1a1a"
    }
  },
  "grid": {
    "left": 120,
    "right": 36,
    "top": 64,
    "bottom": 48
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "Average annual population growth, 2000\u20132025 (%)",
    "nameLocation": "middle",
    "nameGap": 28,
    "nameTextStyle": {
      "color": "#333333"
    },
    "axisLabel": {
      "color": "#333333"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6e6e6"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Russia",
      "China",
      "United States",
      "Brazil",
      "Mexico",
      "Bangladesh",
      "Indonesia",
      "India",
      "Pakistan",
      "Nigeria"
    ],
    "axisLabel": {
      "color": "#333333"
    },
    "axisLine": {
      "lineStyle": {
        "color": "#8a8a8a"
      }
    }
  },
  "series": [
    {
      "type": "bar",
      "data": [
        {
          "value": -0.07,
          "itemStyle": {
            "color": "#667085"
          }
        },
        {
          "value": 0.41,
          "itemStyle": {
            "color": "#667085"
          }
        },
        {
          "value": 0.77,
          "itemStyle": {
            "color": "#667085"
          }
        },
        {
          "value": 0.8,
          "itemStyle": {
            "color": "#667085"
          }
        },
        {
          "value": 1.18,
          "itemStyle": {
            "color": "#667085"
          }
        },
        {
          "value": 1.24,
          "itemStyle": {
            "color": "#667085"
          }
        },
        {
          "value": 1.29,
          "itemStyle": {
            "color": "#667085"
          }
        },
        {
          "value": 1.31,
          "itemStyle": {
            "color": "#667085"
          }
        },
        {
          "value": 2.32,
          "itemStyle": {
            "color": "#b42318"
          }
        },
        {
          "value": 2.61,
          "itemStyle": {
            "color": "#667085"
          }
        }
      ],
      "barWidth": "62%",
      "label": {
        "show": true,
        "position": "right",
        "color": "#1a1a1a"
      }
    }
  ]
}
