Thanks Ananya, do know know how can I do it programatically rather then in design?
I tried something like this but didn’t work:
chart.options.data[0].type: “line”;
chart.options.data[0].dataPoints.push({x: 500, y: 0.005});
chart.options.data[0].dataPoints.push({x: 800, y: 0.005});