{
  "title": {
    "text": "Real GDP growth: Bangladesh and Viet Nam",
    "left": "center",
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" }
  },
  "legend": { "top": 36, "data": ["Bangladesh", "Bangladesh (IMF projection)", "Viet Nam", "Viet Nam (IMF projection)"] },
  "grid": { "left": 56, "right": 24, "top": 88, "bottom": 48 },
  "tooltip": { "trigger": "axis" },
  "xAxis": {
    "type": "category",
    "data": ["2010", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028"],
    "name": "WEO year",
    "nameLocation": "middle",
    "nameGap": 28
  },
  "yAxis": {
    "type": "value",
    "name": "% change",
    "nameLocation": "middle",
    "nameGap": 40
  },
  "series": [
    {
      "name": "Bangladesh",
      "type": "line",
      "symbol": "circle",
      "symbolSize": 7,
      "itemStyle": { "color": "#c44536" },
      "lineStyle": { "width": 2.5, "color": "#c44536" },
      "data": [5.572, 6.464, 6.521, 6.014, 6.061, 6.553, 7.114, 6.59, 7.319, 7.882, 3.448, 6.939, 7.1, 5.775, 4.223, null, null, null, null]
    },
    {
      "name": "Bangladesh (IMF projection)",
      "type": "line",
      "symbol": "circle",
      "symbolSize": 7,
      "itemStyle": { "color": "#c44536" },
      "lineStyle": { "width": 2.5, "type": "dashed", "color": "#c44536" },
      "data": [null, null, null, null, null, null, null, null, null, null, null, null, null, null, 4.223, 3.49, 4.693, 4.258, 4.548]
    },
    {
      "name": "Viet Nam",
      "type": "line",
      "symbol": "diamond",
      "symbolSize": 8,
      "itemStyle": { "color": "#1f6f8b" },
      "lineStyle": { "width": 2.5, "color": "#1f6f8b" },
      "data": [6.423, 6.413, 5.505, 5.554, 6.422, 6.987, 6.69, 6.94, 7.465, 7.359, 2.865, 2.554, 8.537, 5.065, 6.952, null, null, null, null]
    },
    {
      "name": "Viet Nam (IMF projection)",
      "type": "line",
      "symbol": "diamond",
      "symbolSize": 8,
      "itemStyle": { "color": "#1f6f8b" },
      "lineStyle": { "width": 2.5, "type": "dashed", "color": "#1f6f8b" },
      "data": [null, null, null, null, null, null, null, null, null, null, null, null, null, null, 6.952, 8.019, 7.1, 6.7, 6.2]
    }
  ]
}
