Skip to content

Commit

Permalink
Merge pull request #1418 from ioam/hvline_annotation_level
Browse files Browse the repository at this point in the history
Drop HLine/VLine zorder to annotation level
  • Loading branch information
jlstevens authored May 8, 2017
2 parents 042e3fa + f035ba7 commit 75d3c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/bokeh/annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def _init_glyph(self, plot, mapping, properties):
"""
Returns a Bokeh glyph object.
"""
box = Span(level='overlay', **mapping)
box = Span(level='annotation', **mapping)
plot.renderers.append(box)
return None, box

Expand Down

0 comments on commit 75d3c87

Please sign in to comment.