Skip to content

plotOutput() and webGLOutput() issue #8

@Berecht

Description

@Berecht

I am trying to have a simple plot output and a 3d plot output in the same app and switch between them with a selectInput. A weird blank square is appearing above the 3dplot or the normal plot, depending on order in the UI mainpanel

      plotOutput("PCA1"),
       webGLOutput("PCA2")

image

Google chrome, inspect element:

"

"

          webGLOutput("PCA_plot"),
      plotOutput("PCA_Bar")

image

Google chrome, inspect element:

argument is not interpretable as logical

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions