python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
BokehJS HoverTool apply to selective glyphs with names property
When setting the names property for HovertTool in BokehJS 0.13 and the name property of glyphs the HoverTool should only be visible for glyphs with matching names as stated in the documentation. When ...
Mark wijkhuizen
Votes: 0
Answers: 1
How can I optimize this Bokeh CustomJS plot so changes load more quickly?
Here is a MRE for a plot I made using Bokeh 2.3.2. The actual data set contains around a hundred projects which each have up to 10 tasks and are stored in a df with apprixmately 40k rows. When I save ...
Matthew Borish
Votes: 0
Answers: 1
Bokeh models to plot interactive addition of columns using CustomJS and CheckboxGroup
I want a CheckboxGroup to represent different columns of a dataframe. The idea is for the user to be able to add multiple column values if they select multiple columns and interactively display the su...
Brain_overflowed
Votes: 0
Answers: 1
Bokeh: Generate graph server side, update graph from JS client side (change data source, axes ...)
I just took Bokeh for a spin on a Django site. Lot of fine tutorials out there and really easy to get a quick example running. For example, I have a Django view that offers something like:
...
...
Bernd Wechner
Votes: 0
Answers: 1