{ "title":{ "text":"Area Chart", "style":"{font-size: 30px;}" }, "elements":[ { "type": "line", "colour": "#CC3399", "values" : [12,12], "axis": "right" }, { "type": "line", "colour": "#736AFF", "line-style": {"style":"dash","on":10,"off":5}, "values" : [13,13], "axis": "right" }, { "type": "line", "values" : [14,14] , "axis": "right" } ], "y_axis":{ "min": 10, "max": 20, "grid-visible": true, "grid-colour": "#FFD0D0" }, "y_axis_right":{ "min": 10, "max": 20, "grid-visible": true, "grid-colour": "#D0D0FF" } }