inst/EDAnalytix/ui_10ProductSalesDist.R

fluidPage(
  # supress error messages in app
  tags$style(
    type = 'text/css',
    ".shiny-output-error{ visibility: hidden;}",
    ".shiny-output-error:before { visibility:hidden; }"
  ),
  source("./ui_CustomError.R", local = T)[1],
  fluidRow(conditionalPanel(
    "output.ValPlots",
    box(
      withSpinner(plotlyOutput("ProductSalesDist", height = 450, width = 850)),
      width = 10
    ),
    box(
      uiOutput("MultiProductSelect"),
      width = 2
    )
  ))
)
BrutishGuy/EDAnalytix documentation built on May 30, 2019, 10:45 p.m.