Add ability to create a rolling average series in a graph. Right now we can do aggregates over the whole series and RunningValue, but it would be good to be able to do RollingValue, where the number of previous values to include in the aggregate can be specified. This would allow us to do "rolling average over last 3 months" for example.