{
  "title":{
    "text":  "Mixed Line and Bar Charts",
    "style": "{font-size:35px; color: #800000}"
  },

  "y_legend":{
    "text":"Your legend here!",
    "style":"{font-size: 12px; color:#736AFF;}"
  },

  "elements":[
    {
      "type":      "bar",
      "colour":    "#9933CC",
      "text":      "Purple Bar",
      "font-size": 10,
      "values" :   [3,2,5,5,4,5,2,2,5]
    },
    {
      "type":      "bar",
      "colour":    "#339966",
      "text":      "Green Bar",
      "font-size": 10,
      "values" :   [4,3,2,3,2,3,3,2,3]
    },
    {
      "type":      "line_hollow",
      "colour":    "#80a033",
      "width":     2,
      "text":      "Bounces",
      "font-size": 10,
      "dot-size":  6,
      "values" :   [8,8,8,8,8,8,8,8,8]
    },
    {
      "type":      "line",
      "colour":    "#CC3399",
      "width":     4,
      "text":      "Line",
      "font-size": 10,
      "dot-size":  5,
      "values" :   [6,6,6,6,6,6,6,6,6]
    }

  ],

  "y_axis":{
    "max":   10
  },

  "x_axis":{
    "steps": 2,
    "labels": ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep"]
  }
}

