From 6da177e0a9de19f8852f1f8119564f3a142d00d6 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sun, 13 Jun 2021 09:47:22 +0200 Subject: [PATCH] fix series_annotations for bar --- src/recipes.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/recipes.jl b/src/recipes.jl index cd1dce43..6e908ef4 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -517,8 +517,7 @@ end primary := false seriestype := :scatter markersize := 0 - markeralpha := 0 - fillrange := nothing + msrkeralpha := 0 x := x y := y ()