adrian0010 / Percolation

1 stars 0 forks source link

[UI] Statistics to the Right of the Plot #18

Closed discoleo closed 1 year ago

discoleo commented 1 year ago

UI: Statistics to the Right of the Plot

As a temporary workaround - but the page looks nicer.

UI Code

fluidRow(
    column(8, plotOutput("LinearChannels")),
    column(4,
        column(12, fluidRow(tableOutput("StatisticsLinear"))),
        column(12, fluidRow(tableOutput("AreaLinear"))),
    )
),