{
  "export": {
    "type": "svg",
    "options": {
      "title": {
        "text": "Chart type set to SVG"
      },
      "xAxis": {
        "categories": ["Jan", "Feb", "Mar", "Apr"]
      },
      "series": [
        {
          "type": "column",
          "data": [5, 6, 7, 8]
        },
        {
          "type": "line",
          "data": [1, 2, 3, 4]
        }
      ]
    }
  }
}
