Zeroing in on chart_Series issue
library(quantmod) getSymbols("SPY", src = "yahoo")
## [1] "SPY"
This looks fine
chartSeries(SPY)
This looks wrong
cs <- new.replot()