Bearloga has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/379952 )
Change subject: sister_search::prevalence: Label & notes fixes ...................................................................... sister_search::prevalence: Label & notes fixes Change-Id: I91e1dd0a73a99f7efa3e9a54740941c6bdddc632 --- M tab_documentation/sister_search_prevalence.md M ui.R 2 files changed, 2 insertions(+), 1 deletion(-) Approvals: Bearloga: Verified; Looks good to me, approved diff --git a/tab_documentation/sister_search_prevalence.md b/tab_documentation/sister_search_prevalence.md index 84b58fc..5617a5f 100644 --- a/tab_documentation/sister_search_prevalence.md +++ b/tab_documentation/sister_search_prevalence.md @@ -9,6 +9,7 @@ Notes, outages, and inaccuracies ----- +* * You can select multiple languages to compare simultaneously. (Hold down Ctrl on Windows or Command on Mac.) * English Wikipedia has a different display than all the other languages due to community feedback. Specifically, it does not show results from Commons/multimedia, Wikinews, and Wikiversity. Refer to [T162276#3278689](https://phabricator.wikimedia.org/T162276#3278689) for more details. * Languages without a lot of traffic also yield less (sampled) event logging data. In order to show somewhat-reliable numbers, languages with less than 20 recorded searches per day were excluded. Data on them is still available, though. diff --git a/ui.R b/ui.R index 1187242..d91732a 100644 --- a/ui.R +++ b/ui.R @@ -376,7 +376,7 @@ ), column( dygraphOutput("sister_search_prevalence_plot"), - div(id = "sister_search_prevalence_plot_legend"), + div(id = "sister_search_prevalence_plot_legend", style = "text-align: right;"), width = 9 ) ), -- To view, visit https://gerrit.wikimedia.org/r/379952 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I91e1dd0a73a99f7efa3e9a54740941c6bdddc632 Gerrit-PatchSet: 2 Gerrit-Project: wikimedia/discovery/rainbow Gerrit-Branch: develop Gerrit-Owner: Bearloga <[email protected]> Gerrit-Reviewer: Bearloga <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
