{
  "title":{
    "text":  "Request from user: TheBashar",
    "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":      "bar",
      "alpha":     0.7,
      "colour":    "#6D9934",
      "text":      "Page views",
      "font-size": 10,
      "values" :   [169,166,167,169,165,167,166,169,167]
    },
   {
      "type": "line",
	  "dot-style": {"type":"solid-dot", "dot-size": 2, "halo": 1},
      "values": [ 190, 192, 193, 194, 192, 190, 192, 193, 194 ],
      "width": 2,
      "colour": "#A18B6A",
      "text": "S&P 500",
      "font-size": 12
    },
	{
      "type":      "scatter",
      "colour":    "#FFB900",
      "text":      "Avg",
      "font-size": 10,
      "dot-style": {"type":"star", "colour":"#DD0000", "hollow":false},
      "values" :   [
                     {"x":3.5,  "y":193, "tip":"HELLO" },
                     {"x":7, "y":190,  "dot-size":7}
                   ]
    },
	{
      "type":      "scatter",
      "colour":    "#FFB900",
      "text":      "Avg",
      "font-size": 10,
      "dot-style": {"type":"anchor", "sides":4, "rotation":45, "colour":"#6D9934", "hollow":false},
      "values" :   [
                     {"x":3,  "y":192},
					 {"x":3.2,  "y":192},
					 {"x":4,  "y":192},
					 {"x":4.5,  "y":192},
                     {"x":8, "y":190}
                   ]
    }
  ],
  
  "bg_colour": "#FAF7F5",

  "x_axis":{
    "stroke":1,
    "tick-length":2,
    "colour":"#696969",
    "grid-visible":false,
    "labels": ["10<br>January","15<br>Jan","March","April","May","June","July","August","Spetember"]
   },

  "y_axis":{
    "stroke":      1,
    "tick-length": 2,
    "colour":      "#696969",
    "grid-colour": "#B5B4B3",
    "offset":      0,
	"min":			160,
    "max":         200,
	"steps":		5
  },

  "tooltip":{
    "mouse": 1,
    "stroke":1
  }

}

