Skip to content

Commit

Permalink
Fix not find function "fade" bug
Browse files Browse the repository at this point in the history
Pass fade() to the environment of the plot object created by xts::plot.xts.
  • Loading branch information
erichung0404 committed Aug 10, 2016
1 parent ef12cce commit 4c1a341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/chart_Series.R
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ chart_Series <- function(x,
spacing <- 1
cs$Env$theme$spacing <- spacing
cs$Env$range.bars <- range.bars
cs$Env$fade <- fade
exp <- expression(range.bars(xdata[xsubset],
type=range.bars.type,
spacing=theme$spacing,
Expand Down

0 comments on commit 4c1a341

Please sign in to comment.