inst/shiny/src/drilldown/drilldown_ui.R

shinydashboard::tabItem(
  tabName = "drilldown",
  fluidRow(
    column(
      width = 12,
      rAmCharts::amChartsOutput("drillColumnChart1", type = "drill"),
      verbatimTextOutput("drillColumnChart1_code")
    )
  )
)

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.