This article explains how to create a control chart: a line chart showing the evolution of a measure with some reference lines representing the average of the sample, an upper line for the upper control limit, and a lower line for the lower control limit. The limits correspond to +/- 3 standard deviations.
In our example, the measure is the peak_duration which will be plotted against the batch id.
Let's create a dashboard based on our worksheet, drag a chart item into the page designer and click on the pencil icon which appears when hovering over it.
Drag the columns you want to have in the x-axis and y-axis.

Click on the
You can read the official documentation for more inforation (link)