Skip to content

Commit 4c1a341

Browse files
committed
Fix not find function "fade" bug
Pass fade() to the environment of the plot object created by xts::plot.xts.
1 parent ef12cce commit 4c1a341

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/chart_Series.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ chart_Series <- function(x,
292292
spacing <- 1
293293
cs$Env$theme$spacing <- spacing
294294
cs$Env$range.bars <- range.bars
295+
cs$Env$fade <- fade
295296
exp <- expression(range.bars(xdata[xsubset],
296297
type=range.bars.type,
297298
spacing=theme$spacing,

0 commit comments

Comments
 (0)