{
  "title":{
    "text":"Y Labels - User Specified Locations",
    "style":"{font-size: 16px; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }"
  },

  "x_axis_":{ "steps": 5 },

	"y_axis":{
		"min" : 0, "max":3,
		"rotate":"vertical",
		"labels": {
			"text":"left #val#", 
			"colour":"#DD30DD",
			"size":12,
			"labels": [
				{"y":0.25}, 
				{"y":1.685}, 
				{"y":2.45, "text":"override #val#", "colour":"#44AA44", "size":10, "rotate":30},
				{"y":3}
			]
		}
	},
  
	"y_axis_right":{
		"min" : 0, "max":10,
		"rotate":"vertical",
		"labels": {
			"text":"right #val#", 
			"colour":"#30AA30",
			"size":10,
			"labels": [
				{"y":0},
				{"y":5},
				{"y":7.5, "text":"7.5: #val#", "colour":"#4444AA", "size":12, "rotate":""},
				{"y":10}
			]
		}
	},
  
  "elements":[
    {
      "type":      "line",
      "colour":    "#736AFF",
      "text":      "Avg. wave height (cm)",
      "font-size": 10,
      "width":     2,
	  "tip":		"#x_label#<br>#val#",
      "values" :   [1.5,1.69,1.88,2.06,2.21,2.34,2.43,2.48,2.49,2.47,2.40,2.30,2.17,2.01,1.83,1.64,1.44,1.24,1.05,0.88,0.74,0.62,0.54,0.50,0.50,0.54,0.61,0.72,0.86,1.03,1.22,1.41,1.61,1.81,1.99,2.15,2.29,2.39,2.46,2.49,2.48,2.44,2.35,2.23,2.08]
    },
	{
      "type":      "line",
      "colour":    "#6A7300",
      "width":     2,
	  "tip":		"#x_label#<br>#val#",
	  "axis":		"right",
      "values" :   [1.5,1.69,1.88,2.06,2.21,2.34,2.43,2.48,2.49,2.47,2.40,2.30,2.17,2.01,1.83,1.64,1.44,1.24,1.05,0.88,0.74,0.62,0.54,0.50,0.50,0.54,0.61,0.72,0.86,1.03,1.22,1.41,1.61,1.81,1.99,2.15,2.29,2.39,2.46,2.49,2.48,2.44,2.35,2.23,2.08]
    }
  ],

  "tooltip":{
    "shadow":false,
    "stroke":5,
    "colour":"#00d000",
    "background":"#d0d0ff",
    "title":"{font-size: 14px; color: #905050;}",
    "body":"{font-size: 10px; font-weight: bold; color: #9090ff;}"
  }
}