Skip to content

Commit 2018730

Browse files
committed
format: extra lines
1 parent 6dcc006 commit 2018730

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app.R

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,7 @@ shinyApp(
223223
),
224224
na.rm = TRUE
225225
)) %>>%
226-
# Use scatterplot or lines depending on the x var. ~~Also, if the range
227-
# of obs by forecaster is too wide, plot using points instead of
228-
# lines.~~ too wide a range of observations is better than too many thick points
226+
# Use scatterplot or lines depending on the x var.
229227
{
230228
if (input$x_var %in% c(input$facet_vars, "geo_value", "forecaster", "ahead")) {
231229
. + geom_point(aes(size = n)) + expand_limits(size = 0)
@@ -245,8 +243,6 @@ shinyApp(
245243
inject(layout(., hovermode = "x unified", legend = list(orientation = "h", title = list(text = "forecaster")), xaxis = x_tick_angle, !!!facet_x_tick_angles))
246244
}
247245
})
248-
## output$forecaster_param_title <- renderText("forecast name -> parameters")
249-
250246
output$forecaster_table <- renderDataTable(
251247
tar_read(forecaster_params_grid) %>%
252248
select(-id) %>%

0 commit comments

Comments
 (0)