{
  "title":{
    "text":  "Candle",
    "style": "{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}"
  },

  "y_legend":{
    "text": "Open Flash Chart",
    "style": "{color: #736AFF; font-size: 12px;}"
  },

  "elements":[
    {
      "type":      "candle",
      "alpha":     0.5,
      "colour":    "#9933CC",
      "text":      "Burn baby, burn",
      "font-size": 10,
      "tip":       "#x_label#<br>High: #high#<br>Open: #open#<br>Close: #close#<br>Low: #low#",
      "values" :   [
        {"high":19, "top":14,"bottom":11, "low":10, "tip":"LOOK<br>#top#,#bottom# = #val#"},
        {"high":15, "top":10,"bottom":5, "low":0},
        {"high":7, "top":5,"bottom":4, "low":3}
        ]
    }
  ],

  "x_axis":{
    "labels": ["January","February","March"]
   },

  "y_axis":{
    "max": 20
  }

}

