diff --git a/holoviews/plotting/bokeh/path.py b/holoviews/plotting/bokeh/path.py index e5faf04a81..9a3dcf636b 100644 --- a/holoviews/plotting/bokeh/path.py +++ b/holoviews/plotting/bokeh/path.py @@ -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.""")