Plotting a moving average in plotly.js

Is it possible to plot a moving average with the plotly javascript library?
I tried searching for solutions but there doesn’t seem to be one
Any help will be appreciated!

We don’t expose a moving average transform at the moment. You can always compute it yourself and plot the result as a separate trace though.