Skip to content

Commit

Permalink
Correcting Calculate functions menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Taylor authored and DanCech committed Nov 9, 2017
1 parent 2121eca commit 8847188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/content/js/composer_widgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ function createFunctionsMenu() {
{text: 'Moving Standard Deviation', handler: applyFuncToEachWithInput('stdev', 'Moving standard deviation for the last ___ data points')},
{text: 'Moving Sum', handler: applyFuncToEachWithInput('movingSum', 'Moving sum for the last ___ data points')},
{text: 'Moving Min', handler: applyFuncToEachWithInput('movingMin', 'Moving minimum for the last ___ data points')},
{text: 'Moving Max', handler: applyFuncToEachWithInput('movingMin', 'Moving maximum for the last ___ data points')},
{text: 'Moving Max', handler: applyFuncToEachWithInput('movingMax', 'Moving maximum for the last ___ data points')},
{text: 'Holt-Winters Forecast', handler: applyFuncToEach('holtWintersForecast')},
{text: 'Holt-Winters Confidence Bands', handler: applyFuncToEach('holtWintersConfidenceBands')},
{text: 'Holt-Winters Aberration', handler: applyFuncToEach('holtWintersAberration')},
Expand Down

0 comments on commit 8847188

Please sign in to comment.