{ "chart": { "renderTo": "container", "plotBackgroundColor": "rgba(35,37,38,0)", "backgroundColor": "rgba(35,37,38,100)", "borderColor": "rgba(35,37,38,100)", "lineColor": "rgba(35,37,38,100)", "plotBorderColor": "rgba(35,37,38,100)", "plotBorderWidth": null, "plotShadow": false, "height": 340, "type": "areaspline" }, "colors": [ "#058DC7", "#50B432", "#EF561A" ], "credits": { "enabled": false }, "title": { "text": "Addition 1" }, "legend": { "borderColor": "rgba(35,37,38,100)", "margin": 5 }, "plotOptions": { "areaspline": { "dataLabels": { "enabled": false }, "showInLegend": true, "size": "100%" } }, "series": [ { "data": [1, 2, 7, 0], "name": "Problems Done", "pointStart": 1314403200000, "pointInterval": 86400000, "yAxis": 0 }, { "data": [1, 1, 1, 0], "name": "Proficient", "pointStart": 1314403200000, "pointInterval": 86400000, "yAxis": 1 } ], "yAxis": [ { "title": { "text": "Problems Done" }, "max": null }, { "title": { "text": "Proficient" }, "opposite": true, "max": 2 } ], "xAxis": { "type": "datetime" } }