I am using the below code to plot a line parallel to x-axis
chart.yAxis[0].addPlotLine({
color: "#7cb5ec",
id: "plotline",
value: 700,
width: 1,
});
please check the below screenshot.
But I want to fill the area below the line i.e. as in the below screenshot.
How Can I do this?