inst/shiny/showcase/shinychord_dygraphs/ui.R

shinyUI(
  fluidPage(
    titlePanel("dygraphs demo"),
    sidebarLayout(
      # generally, controllers go in a sidebarPanel
      sidebarPanel(
        chord_dygraph$ui_controller
      ),
      # generally, views go in the mainPanel
      mainPanel(
        chord_dygraph$ui_view
      )
    )
  )
)
ijlyttle/shinychord documentation built on May 18, 2019, 3:41 a.m.