Skip to content

Commit 1548563

Browse files
committed
Initialize links on ElementPlot when it is top-level
1 parent aa62f4d commit 1548563

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

holoviews/plotting/bokeh/element.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,6 +1380,9 @@ def initialize_plot(self, ranges=None, plot=None, plots=None, source=None):
13801380
for cb in self.callbacks:
13811381
cb.initialize()
13821382

1383+
if self.top_level:
1384+
self.init_links()
1385+
13831386
if not self.overlaid:
13841387
self._set_active_tools(plot)
13851388
self._process_legend()

0 commit comments

Comments
 (0)