diff --git a/src/recipes.jl b/src/recipes.jl index 46ef79a1..acb43161 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -415,6 +415,11 @@ end fillto = map(x -> _is_positive(x) ? typeof(baseline)(x) : baseline, fillto) end + if !isnothing(plotattributes[:series_annotations]) + annotations := (x,y,plotattributes[:series_annotations].strs,:bottom) + series_annotations := nothing + end + # create the bar shapes by adding x/y segments xseg, yseg = Segments(), Segments() for i = 1:ny