Skip to content
Snippets Groups Projects
Commit b26d4c6a authored by victarr's avatar victarr
Browse files

Upload New File

parent 4bd25545
Branches master
No related tags found
No related merge requests found
library(plotly)
ui <- fluidPage(
title = '',
fluidRow(
column(4, offset = 7, dateRangeInput("date_range", "Intervalo temporal", start = Sys.Date() - 3650), style = "padding-top: 10px")
),
fluidRow(
column(4, DT::dataTableOutput('x1', height = "1000px"), style='padding-left:10px; padding-top: 100px'),
column(1, verticalLayout(
actionButton("uno", "1M"),
actionButton("dos", "3M"),
actionButton("tres", "6M"),
actionButton("cuatro", "1Y"),
actionButton("cinco", "ALL")
), style = "margin-top: 100px;float:right;"),
column(7, plotlyOutput('x2', height = "775px"))
),
)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment