Skip to content

Instantly share code, notes, and snippets.

View jcheng5's full-sized avatar

Joe Cheng jcheng5

View GitHub Profile
@jcheng5
jcheng5 / app.R
Created May 26, 2016 16:45 — forked from charlesmilk/app.R
Shiny - The grey bar is not follow the size of the plots bigger than the window size
library(shiny)
library(shinyjs)
library(DT)
data("cars")
ui <- tagList(
useShinyjs(),
navbarPage("OSD",