Hi all, I want to plot two bands in quant mod but with white theme,
chartSeries(Fond,theme="white",TA = c(addBBands(50,2), addBBands(100,2) ) ) The thing is if I put this "t" it plot with black but two bands can be shown, ¿Is it psiible to put the two different bands with white theme¿? t=chartTheme() t$BBands$fill="#ff666633" reChart(theme="t") t$BBands$col=c('red','blue','green') t$BBands$col='blue' reChart(theme="t") Many Thanks in advance [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.