{
  "data": [
    {
      "x": ["Jan", "Feb", "Mar", "Apr", "May"],
      "y": [1, 2, 3, 2, 4],
      "type": "scatter",
      "mode": "lines+markers",
      "name": "Posts"
    }
  ],
  "layout": {
    "title": {"text": "A small Plotly example"},
    "xaxis": {"title": {"text": "Month"}},
    "yaxis": {"title": {"text": "Posts"}},
    "margin": {"t": 60, "r": 20, "b": 50, "l": 55}
  },
  "config": {
    "displayModeBar": false
  }
}
