Making Interactions¶
- Linking behavior
Bokeh makes it simple to add certain kinds of linked interactions between plots, such as linked ranges when panning and zooming, or linked highlighting when making selections.
- Interactive legends
Bokeh
Legends
can be configured to allow for easily hiding or muting corresponding glyphs.- Adding widgets
Bokeh comes with a rich set of widgets that can be used with either client-side JavaScript callbacks, or with real Python code in a Bokeh server application.
- JavaScript callbacks
See how to attach
CustomJS
callbacks to various widgets and events in Bokeh documents.