Skip to content

Commit

Permalink
Format for line-length
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikunterwegs committed Feb 1, 2024
1 parent 03472fe commit e587e23
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions R/cfr.R
Original file line number Diff line number Diff line change
Expand Up @@ -252,14 +252,18 @@ cfr_server <- function(id,
name = estimate_label(),
color = "darkred"
) %>%
highcharter::hc_chart(zoomType = "xy") %>%
highcharter::hc_xAxis(type = "datetime") %>%
highcharter::hc_chart(zoomType = "xy") %>%
highcharter::hc_xAxis(type = "datetime") %>%
highcharter::hc_yAxis_multiples(
list(title = list(text = ""), max = 1),
list(title = list(text = ""), opposite = TRUE, linkedTo = 0)
) %>%
highcharter::hc_plotOptions(line = list(marker = list(enabled = FALSE))) %>%
highcharter::hc_tooltip(shared = TRUE, sort = TRUE, valueDecimals = 3) %>%
highcharter::hc_plotOptions(
line = list(marker = list(enabled = FALSE))
) %>%
highcharter::hc_tooltip(
shared = TRUE, sort = TRUE, valueDecimals = 3
) %>%
my_hc_export()
),
cfr_estimate()
Expand Down

0 comments on commit e587e23

Please sign in to comment.