fix fillrange of annotation series for groupedbar
This commit is contained in:
parent
d0196b2fcc
commit
1b367d1a22
@ -497,7 +497,7 @@ end
|
|||||||
# switch back
|
# switch back
|
||||||
if !isvertical(plotattributes)
|
if !isvertical(plotattributes)
|
||||||
xseg, yseg = yseg, xseg
|
xseg, yseg = yseg, xseg
|
||||||
x, y = y, x
|
x, y = y, x
|
||||||
end
|
end
|
||||||
|
|
||||||
# reset orientation
|
# reset orientation
|
||||||
@ -505,19 +505,20 @@ end
|
|||||||
|
|
||||||
# draw the bar shapes
|
# draw the bar shapes
|
||||||
@series begin
|
@series begin
|
||||||
seriestype := :shape
|
seriestype := :shape
|
||||||
series_annotations := nothing
|
series_annotations := nothing
|
||||||
primary := true
|
primary := true
|
||||||
x := xseg.pts
|
x := xseg.pts
|
||||||
y := yseg.pts
|
y := yseg.pts
|
||||||
()
|
()
|
||||||
end
|
end
|
||||||
|
|
||||||
# add empty series
|
# add empty series
|
||||||
primary := false
|
primary := false
|
||||||
seriestype := :scatter
|
seriestype := :scatter
|
||||||
markersize := 0
|
markersize := 0
|
||||||
msrkeralpha := 0
|
markeralpha := 0
|
||||||
|
fillrange := nothing
|
||||||
x := x
|
x := x
|
||||||
y := y
|
y := y
|
||||||
()
|
()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user