{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "Brent is above 2022. WTI is not.",
    "subtext": "US dollars per barrel. Last pair is a same-day print, not an IMF average.",
    "left": 8,
    "textStyle": {
      "color": "#17212b",
      "fontSize": 15,
      "fontWeight": 600
    },
    "subtextStyle": {
      "color": "#5b6773",
      "fontSize": 11
    }
  },
  "legend": {
    "top": 52,
    "data": [
      "Brent",
      "WTI"
    ],
    "textStyle": {
      "color": "#17212b"
    }
  },
  "grid": {
    "left": 52,
    "right": 16,
    "top": 88,
    "bottom": 72
  },
  "tooltip": {
    "trigger": "axis"
  },
  "xAxis": {
    "type": "category",
    "data": [
      "2022 IMF annual",
      "2025 IMF annual",
      "2026 IMF assumption",
      "26 Sep 2026 print"
    ],
    "axisLabel": {
      "color": "#5b6773",
      "interval": 0,
      "rotate": 18,
      "fontSize": 11
    },
    "axisLine": {
      "lineStyle": {
        "color": "#d7dee6"
      }
    },
    "axisTick": {
      "alignWithLabel": true
    }
  },
  "yAxis": {
    "type": "value",
    "name": "USD/barrel",
    "nameLocation": "middle",
    "nameGap": 36,
    "min": 0,
    "max": 120,
    "axisLabel": {
      "color": "#5b6773"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#d7dee6"
      }
    },
    "axisLine": {
      "show": false
    }
  },
  "series": [
    {
      "name": "Brent",
      "type": "bar",
      "itemStyle": {
        "color": "#0b3d5c"
      },
      "data": [
        {
          "value": 99.0,
          "itemStyle": {
            "color": "#0b3d5c",
            "borderColor": "#0b3d5c",
            "borderWidth": 0
          },
          "label": {
            "show": true,
            "position": "top",
            "color": "#17212b",
            "fontSize": 10
          }
        },
        {
          "value": 68.32,
          "itemStyle": {
            "color": "#0b3d5c",
            "borderColor": "#0b3d5c",
            "borderWidth": 0
          },
          "label": {
            "show": true,
            "position": "top",
            "color": "#17212b",
            "fontSize": 10
          }
        },
        {
          "value": 80.19,
          "itemStyle": {
            "color": "#0b3d5c",
            "borderColor": "#0b3d5c",
            "borderWidth": 0
          },
          "label": {
            "show": true,
            "position": "top",
            "color": "#17212b",
            "fontSize": 10
          }
        },
        {
          "value": 104.3,
          "itemStyle": {
            "color": "#08293d",
            "borderColor": "#f4d35e",
            "borderWidth": 2
          },
          "label": {
            "show": true,
            "position": "top",
            "color": "#17212b",
            "fontSize": 10
          }
        }
      ],
      "barMaxWidth": 28
    },
    {
      "name": "WTI",
      "type": "bar",
      "itemStyle": {
        "color": "#e08a4f"
      },
      "data": [
        {
          "value": 94.8,
          "itemStyle": {
            "color": "#e08a4f",
            "borderColor": "#e08a4f",
            "borderWidth": 0,
            "decal": {
              "symbol": "line",
              "rotation": 0.8,
              "dashArrayX": [
                1,
                0
              ],
              "dashArrayY": [
                2,
                3
              ],
              "color": "rgba(255,255,255,0.35)"
            }
          },
          "label": {
            "show": true,
            "position": "top",
            "color": "#17212b",
            "fontSize": 10
          }
        },
        {
          "value": 65.49,
          "itemStyle": {
            "color": "#e08a4f",
            "borderColor": "#e08a4f",
            "borderWidth": 0,
            "decal": {
              "symbol": "line",
              "rotation": 0.8,
              "dashArrayX": [
                1,
                0
              ],
              "dashArrayY": [
                2,
                3
              ],
              "color": "rgba(255,255,255,0.35)"
            }
          },
          "label": {
            "show": true,
            "position": "top",
            "color": "#17212b",
            "fontSize": 10
          }
        },
        {
          "value": 75.09,
          "itemStyle": {
            "color": "#e08a4f",
            "borderColor": "#e08a4f",
            "borderWidth": 0,
            "decal": {
              "symbol": "line",
              "rotation": 0.8,
              "dashArrayX": [
                1,
                0
              ],
              "dashArrayY": [
                2,
                3
              ],
              "color": "rgba(255,255,255,0.35)"
            }
          },
          "label": {
            "show": true,
            "position": "top",
            "color": "#17212b",
            "fontSize": 10
          }
        },
        {
          "value": 92.41,
          "itemStyle": {
            "color": "#9a3f12",
            "borderColor": "#f4d35e",
            "borderWidth": 2
          },
          "label": {
            "show": true,
            "position": "top",
            "color": "#17212b",
            "fontSize": 10
          }
        }
      ],
      "barMaxWidth": 28
    }
  ]
}
