{
  "title": {
    "text": "India's three-year gain dwarfs China's loss",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "grid": {
    "left": 24,
    "right": 72,
    "top": 48,
    "bottom": 32,
    "containLabel": true
  },
  "xAxis": {
    "type": "value",
    "name": "Million people, 2021 to 2024",
    "nameLocation": "middle",
    "nameGap": 28,
    "splitLine": {
      "show": true
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "China",
      "Japan",
      "Russia",
      "Germany",
      "United States",
      "India"
    ],
    "axisTick": {
      "show": false
    }
  },
  "series": [
    {
      "name": "Population change",
      "type": "bar",
      "data": [
        {
          "value": -4.32,
          "itemStyle": {
            "color": "#c23b22"
          },
          "label": {
            "position": "left"
          }
        },
        {
          "value": -1.6,
          "itemStyle": {
            "color": "#c23b22"
          },
          "label": {
            "position": "left"
          }
        },
        {
          "value": -1.02,
          "itemStyle": {
            "color": "#c23b22"
          },
          "label": {
            "position": "left"
          }
        },
        {
          "value": 1.52,
          "itemStyle": {
            "color": "#1f6aa5"
          },
          "label": {
            "position": "right"
          }
        },
        {
          "value": 7.54,
          "itemStyle": {
            "color": "#1f6aa5"
          },
          "label": {
            "position": "right"
          }
        },
        {
          "value": 36.73,
          "itemStyle": {
            "color": "#1f6aa5"
          },
          "label": {
            "position": "right"
          }
        }
      ],
      "barWidth": 18,
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b"
      },
      "markLine": {
        "symbol": "none",
        "label": {
          "show": false
        },
        "lineStyle": {
          "color": "#333",
          "width": 1
        },
        "data": [
          {
            "xAxis": 0
          }
        ]
      }
    }
  ]
}
