2
我爲我的應用程序使用閃亮的儀表板包。 ,同時嘗試在同一頁面上顯示2個圖(每個在一個框中),它們重疊。 還試圖用fluidRow每個情節 - 但仍然看起來既情節都連接到同一盒(和重疊)閃亮的儀表板多個圖表 - 重疊
這是我的代碼:
mainPanel(
fluidRow(
box(showOutput("MeasuresPlot","morris"),width=6,title="Graph"),
box(showOutput("ImportPlot","morris"),width=6,title="Graph2")
)
)