{ "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-size": 4, "halo-size": 0, "values" : [ 6,6, {"value":7, "colour":"#FF0000", "tip":"LINE
#val#", "dot-size":12, "halo-size": 3 }, 8,8] }, { "type": "line_hollow", "colour": "#736AFF", "text": "Avg. wave height (cm)", "font-size": 10, "width": 2, "dot-size": 4, "halo-size": 2, "values" : [ 4,4, {"value":5, "colour":"#FF0000", "tip":"HOLLOW
#val#", "dot-size":12, "halo-size": 3 }, 6,6] }, { "type": "line_dot", "colour": "#736AFF", "text": "Line Dot Key", "font-size": 10, "width": 2, "dot-size": 4, "halo-size": 1, "tip": "global dot
#val#", "values" : [ 2,2, {"value":3, "colour":"#FF0000", "tip":"DOT
#val#
Key: #key#
#x_label#, #x_legend#", "dot-size":12, "halo-size": 3 }, 4,4] } ], "y_axis":{ "max": 10 } }