From 2ea5d375c8860990c84d1f60e2dbf458123f547b Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sun, 13 Jun 2021 12:28:27 +0200 Subject: [PATCH] fix fillrange of annotation series for groupedbar --- src/recipes.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/recipes.jl b/src/recipes.jl index 6e908ef4..cd1dce43 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -517,7 +517,8 @@ end primary := false seriestype := :scatter markersize := 0 - msrkeralpha := 0 + markeralpha := 0 + fillrange := nothing x := x y := y ()