Skip to content

Commit

Permalink
Fixed bug in HLine/VLine datetime handling
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 10, 2018
1 parent aae1590 commit ee8cb6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions holoviews/plotting/bokeh/annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ def get_data(self, element, ranges, style):
dim = 'width' if dim == 'height' else 'height'
mapping['dimension'] = dim
loc = element.data
if isinstance(loc, datetime_types):
loc = date_to_integer(loc)
mapping['location'] = loc
return (data, mapping, style)

Expand Down

0 comments on commit ee8cb6d

Please sign in to comment.