column_plotly.Rd
This function generates a column in a fluidrow with a plotly inside
column_plotly(plot)
plot | A plotly from the server with covid tidy preprocessed data |
---|
Returns a column with a plotly chart in the ui
column_plotly(plot = 'plotlytotalcases')#> <div class="col-sm-3"> #> <div id="plotlytotalcases" style="width:100%; height:300px; " class="plotly html-widget html-widget-output shiny-report-size"></div> #> </div>