How to draw standard deviation bar in a bar bar chat?

After doing analysis, how can we show the standard deviation lines in a bar chart?

If you’re using plotly.js, addind error bars with type: 'constant' should do the trick.

More info here: https://plot.ly/javascript/error-bars/