R/drilldown_histogram_ui.R

Defines functions drilldown_histogram_ui

drilldown_histogram_ui <- function(id){

  ns <- shiny::NS(id)

  shiny::tagList(
    shiny::fluidRow(
      messageBox(
        width = 12,
      )
    ),
    shiny::fluidRow(
      plotBox(
        width = 12,
        "histogram" %>%
          ns() %>%
          plotly::plotlyOutput(.) %>%
          shinycssloaders::withSpinner(.),
        plotly_ui(ns("histogram"))
      )
    )
  )
}
CRI-iAtlas/iatlas.modules documentation built on Aug. 8, 2024, 12:53 a.m.