{
  "title": {
    "text": "Real GDP growth: Japan, United States, Germany",
    "subtext": "Annual percent. 2026 is an IMF projection in the August 2026 vintage.",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#4a5560"
    }
  },
  "legend": {
    "top": 52,
    "left": 0,
    "itemWidth": 22,
    "textStyle": {
      "fontSize": 12
    },
    "data": [
      "Japan",
      "United States",
      "Germany"
    ]
  },
  "grid": {
    "top": 96,
    "left": 12,
    "right": 16,
    "bottom": 24,
    "containLabel": true
  },
  "tooltip": {
    "trigger": "axis"
  },
  "xAxis": {
    "type": "category",
    "data": [
      "2019",
      "2020",
      "2021",
      "2022",
      "2023",
      "2024",
      "2025",
      "2026"
    ],
    "axisLabel": {
      "fontSize": 11
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Percent",
    "axisLabel": {
      "fontSize": 11
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6e8eb"
      }
    }
  },
  "series": [
    {
      "name": "Japan",
      "type": "line",
      "data": [
        -0.3,
        -4.3,
        3.6,
        1.3,
        0.7,
        -0.2,
        1.2,
        0.7
      ],
      "symbol": "circle",
      "symbolSize": 8,
      "lineStyle": {
        "width": 2.5,
        "color": "#c45c26"
      },
      "itemStyle": {
        "color": "#c45c26"
      }
    },
    {
      "name": "United States",
      "type": "line",
      "data": [
        2.6,
        -2.1,
        6.2,
        2.5,
        2.9,
        2.8,
        2.1,
        2.3
      ],
      "symbol": "triangle",
      "symbolSize": 9,
      "lineStyle": {
        "width": 2.5,
        "type": "dashed",
        "color": "#1f4e79"
      },
      "itemStyle": {
        "color": "#1f4e79"
      }
    },
    {
      "name": "Germany",
      "type": "line",
      "data": [
        1.0,
        -4.1,
        3.9,
        1.8,
        -0.9,
        -0.5,
        0.2,
        0.8
      ],
      "symbol": "diamond",
      "symbolSize": 8,
      "lineStyle": {
        "width": 2.5,
        "type": "dotted",
        "color": "#0f766e"
      },
      "itemStyle": {
        "color": "#0f766e"
      }
    },
    {
      "name": "Zero",
      "type": "line",
      "data": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
      ],
      "symbol": "none",
      "lineStyle": {
        "width": 1,
        "type": "dotted",
        "color": "#6b7280"
      },
      "tooltip": {
        "show": false
      },
      "silent": true
    }
  ]
}
