Bearloga has uploaded a new change for review.
https://gerrit.wikimedia.org/r/251000
Change subject: Remove moving avg as smoothing option
......................................................................
Remove moving avg as smoothing option
Change-Id: Ibd9114798f39768b25ad7b9fee74c620d6ac2cf0
---
M ui.R
1 file changed, 2 insertions(+), 4 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/wikimedia/discovery/rainbow
refs/changes/00/251000/1
diff --git a/ui.R b/ui.R
index 0d40b60..2ee9956 100644
--- a/ui.R
+++ b/ui.R
@@ -41,8 +41,7 @@
menuItem(text = "Page Visit Times", tabName = "survival",
badgeLabel = "new", badgeColor = "fuchsia"),
selectInput(inputId = "smoothing_global", label = "Smoothing (Global
Setting)", selectize = TRUE, selected = "day",
- choices = c("No Smoothing" = "day", "Moving Average" =
"moving_avg",
- "Weekly Median" = "week", "Monthly Median" =
"month"))
+ choices = c("No Smoothing" = "day", "Weekly Median" = "week",
"Monthly Median" = "month"))
)
)
@@ -50,8 +49,7 @@
smooth_select <- function(input_id, label = "Smoothing") {
return(selectInput(inputId = input_id, label = label, selectize = TRUE,
selected = "global", choices = c("Use Global Setting" =
"global",
- "No Smoothing" = "day", "Moving Average" = "moving_avg",
- "Weekly Median" = "week", "Monthly Median" = "month")))
+ "No Smoothing" = "day", "Weekly Median" = "week",
"Monthly Median" = "month")))
}
#Body elements for the search visualisations.
--
To view, visit https://gerrit.wikimedia.org/r/251000
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibd9114798f39768b25ad7b9fee74c620d6ac2cf0
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/discovery/rainbow
Gerrit-Branch: master
Gerrit-Owner: Bearloga <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits