Skip to content

Conversation

kateharwood
Copy link
Contributor

@kateharwood kateharwood commented Mar 10, 2021

  • Update some description text
  • Re-do hiding truth plot when no evaluation data shown (now that truth plot is always shown)
  • Only show WIS for forecasts that have complete quantiles
  • Get rid of blank space between facets
  • Make plot space bigger when more facets
  • Add linetypes to plots
  • Start y axis at 0
  • Rename tooltip labels
  • Add message about dragging to zoom

@kateharwood kateharwood requested a review from tildechris March 10, 2021 21:45
@kateharwood
Copy link
Contributor Author

This is ready for review

Copy link
Contributor

@tildechris tildechris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

dashboard/app.R Outdated
@@ -111,32 +112,26 @@ ui <- fluidPage(padding=0,
"Coverage" = "coverage")),
selectInput(
"forecasters",
"Forecasters (Type a name or select from dropdown)",
p("Forecasters", tags$br(), tags$span("Type a name or select from dropdown", style="font-weight:normal; font-size:13px")),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: going forward move styles into style.css


if (scoreType == "wis") {
filteredScoreDf <- filteredScoreDf %>% rename(Score = wis)
title = "Weighted Interval Score"
# Only show WIS for forecasts that have all intervals
filteredScoreDf = filteredScoreDf %>% filter(!is.na(`50`)) %>% filter(!is.na(`80`)) %>% filter(!is.na(`95`))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: I think there may be a way to filter by a vector so you only have to write one filter clause.

@kateharwood kateharwood merged commit 35aeaf2 into dev Mar 17, 2021
@kateharwood kateharwood deleted the dashboard-dev branch March 30, 2021 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants