{
  "y_legend":{
    "text":   "Time of day",
    "style": "{color: #736AFF;}"
  },

  "elements":[
		{
			"type":      "line",
			"colour":    "#736AFF",
			"text":      "Avg. wave height (cm)",
			"font-size": 10,
			"width":     2,
			"dot-style":    {
				"type":"anchor",
				"sides":3,
				"width":1,
				"tip":"type = anchor\nsides = 3\nhollow" },

			"line-style": {"style":"dash","on":10,"off":5},
			"values" : [
				6,6,
				{"value":7, "colour":"#FF0000", "tip":"LINE<br>#val#", "dot-size":12, "halo-size": 3 },
				8,8]
		},
		{
			"type":      "line",
			"colour":    "#736AFF",
			"text":      "Line Dot Key",
			"font-size": 10,
			"width":     2,
			"dot-style":    {
				"type":"anchor",
				"sides":3,
				"width":1,
				"tip":"type = anchor\nsides = 3\nhollow" },
			"tip":       "global dot<br>#val#",
			"values" :  [
				2,2,
				{"value":3, "colour":"#FF0000", "tip":"DOT<br>#val#<br>Key: #key#<br>#x_label#, #x_legend#", "dot-size":12, "halo-size": 3 },
				4,4] 
		}
	],


  "y_axis":{
    "max":   10
  }

}