Skip to content

Commit

Permalink
Added selected parameter to Bokeh PathPlot (#4641)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens authored Oct 4, 2020
1 parent 5f3c75f commit cf6e640
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions holoviews/plotting/bokeh/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@

class PathPlot(LegendPlot, ColorbarPlot):

selected = param.List(default=None, doc="""
The current selection as a list of integers corresponding
to the selected items.""")

show_legend = param.Boolean(default=False, doc="""
Whether to show legend for the plot.""")

Expand Down

0 comments on commit cf6e640

Please sign in to comment.