8000 limit date range of range slider example · plotly/plotly.r-docs@0d78b86 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d78b86

Browse files
author
Joseph Damiba
committed
limit date range of range slider example
1 parent 492cee8 commit 0d78b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r/2015-07-30-range-slider-selector.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ library(plotly)
2323
library(quantmod)
2424
2525
# Download some data
26-
getSymbols(Symbols = c("AAPL", "MSFT"))
26+
getSymbols(Symbols = c("AAPL", "MSFT"), from = '2018-01-01', to = '2019-01-01')
2727
2828
ds <- data.frame(Date = index(AAPL), AAPL[,6], MSFT[,6])
2929

0 commit comments

Comments
 (0)
0