Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

tool positioning lost with rbokehOutput when height is set at % #225

Open
knmackay opened this issue Apr 9, 2018 · 0 comments
Open

tool positioning lost with rbokehOutput when height is set at % #225

knmackay opened this issue Apr 9, 2018 · 0 comments

Comments

@knmackay
Copy link

knmackay commented Apr 9, 2018

When the height parameter uses %, the toolbar_location defaults to "left," even when specified.

`ui <- fluidPage(
rbokehOutput("rbokeh", height = "500%")
)

server <- function(input, output, session) {
output$rbokeh <- renderRbokeh({
figure(toolbar_location = "above")
})

}

shinyApp(ui, server)`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant