inst/shiny/src/hist/amhist_ui.R

shinydashboard::tabItem(
  tabName = "amhist",
  
  
  fluidRow(
    column(
      width = 12,
      tabBox(width=12,
             
             
             tabPanel(
               title = "Graphic",
               fluidRow(
                 
                 h2("Simple example", align="center"),
                 column(
                   width = 12,
                   rAmCharts::amChartsOutput("amhist1"))
                 
               )),
             tabPanel(
               title = "Code",
               fluidRow(
                 
                 h2("Simple example", align="center"),
                 column(
                   width = 12,
                   verbatimTextOutput("code_amhist1")
                 )
               )
             )
      ),
      
      tabBox(width=12,
             
             
             tabPanel(
               title = "Graphic",
               fluidRow(
                 
                 h2("Color, labels...", align="center"),
                 column(
                   width = 12,
                   rAmCharts::amChartsOutput("amhist2"))
                 
               )),
             tabPanel(
               title = "Code",
               fluidRow(
                 
                 h2("Color, labels...", align="center"),
                 column(
                   width = 12,
                   verbatimTextOutput("code_amhist2")
                 )
               )
             )
      ),
      tabBox(width=12,
             
             
             tabPanel(
               title = "Graphic",
               fluidRow(
                 
                 h2("Top labels, density and export", align="center"),
                 column(
                   width = 12,
                   rAmCharts::amChartsOutput("amhist3"))
                 
               )),
             tabPanel(
               title = "Code",
               fluidRow(
                 
                 h2("Top labels, density and export", align="center"),
                 column(
                   width = 12,
                   verbatimTextOutput("code_amhist3")
                 )
               )
             )
      )
    )
  )
)

Try the rAmCharts package in your browser

Any scripts or data that you put into this service are public.

rAmCharts documentation built on Sept. 30, 2022, 5:06 p.m.