{ "elements": [ { "type": "line", "values": [ 2, 6, 2, 5, 4, 4, 1, 6, 3 ], "dot-style": { "type": "dot", "dot-size": 5, "colour": "#DFC329" }, "width": 4, "colour": "#DFC329", "text": "Line 1", "font-size": 10 }, { "type": "line", "values": [ 13, 13, 13, 12, 10, 12, 10, 12, 10 ], "dot-style": { "type": "star", "dot-size": 5 }, "width": 1, "colour": "#6363AC", "text": "Line 2", "font-size": 10 }, { "type": "line", "values": [ 17, 17, 14, 16, 17, 17, 15, 15, 14 ], "width": 1, "colour": "#5E4725", "text": "Line 3", "font-size": 10 } ], "title": { "text": "Three lines example" }, "y_axis": { "min": 0, "max": 20, "steps": 5 } }