{ "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#
High: #high#
Open: #open#
Close: #close#
Low: #low#", "values" : [ {"high":19, "top":14,"bottom":11, "low":10, "tip":"LOOK
#top#,#bottom# = #val#"}, {"high":15, "top":10,"bottom":5, "low":0}, {"high":7, "top":5,"bottom":4, "low":3}, {"high":7, "top":3,"bottom":6, "low":2} ] } ], "x_axis":{ "labels": ["January","February","March"] }, "y_axis":{ "max": 20 } }