{
  "options": {
    "title": {
      "text": "The 'b64' option returns base64 string"
    },
    "xAxis": {
      "categories": ["Jan", "Feb", "Mar", "Apr"]
    },
    "series": [
      {
        "type": "column",
        "data": [5, 6, 7, 8]
      },
      {
        "type": "line",
        "data": [1, 2, 3, 4]
      }
    ]
  },
  "b64": true
}
