在R闪亮

时间:2017-10-30 10:48:59

标签: r shiny shinydashboard shinyapps

我希望在R闪亮的两个infoBox之间增加间距,并增加框的宽度。 infoBoxes和box都不同。 width属性似乎不起作用。我将添加脚本和快照供您参考。

/* Script for Info Box:

infoBox("New Orders", 10 * 2, icon = icon("credit-card"), width = 3),

infoBox("New Orders", 10 * 2, icon = icon("credit-card"), width = 3),

infoBox("New Orders", 10 * 2, icon = icon("credit-card"), width = 3)

/* Script for Box in R shiny:

box(title = "Throughput time",status = "primary",solidHeader = T,width = 
150,height = 450, plotOutput("tput_log_plott"))

[![Value box][1]][1]

Box

0 个答案:

没有答案