Labels for horizontal bars
This commit is contained in:
parent
5cc08a17b6
commit
a75d309d20
@ -416,7 +416,11 @@ end
|
|||||||
end
|
end
|
||||||
|
|
||||||
if !isnothing(plotattributes[:series_annotations])
|
if !isnothing(plotattributes[:series_annotations])
|
||||||
|
if isvertical(plotattributes)
|
||||||
annotations := (x,y,plotattributes[:series_annotations].strs,:bottom)
|
annotations := (x,y,plotattributes[:series_annotations].strs,:bottom)
|
||||||
|
else
|
||||||
|
annotations := (y,x,plotattributes[:series_annotations].strs,:left)
|
||||||
|
end
|
||||||
series_annotations := nothing
|
series_annotations := nothing
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user