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