Changing line name dynamically in Bokeh
Is it possible to change the names of the series displayed on the plot dynamically (depending on the current selection of the user)? This is my attempt, but the legend doesn’t change.
Changing line name dynamically in Bokeh
Is it possible to change the names of the series displayed on the plot dynamically (depending on the current selection of the user)? This is my attempt, but the legend doesn’t change.
InlineStyleSheet Reference/Dictionary/Docs for Bokeh Styling?
I am looking to implement some more complex styling to my bokeh app using InlineStyleSheets. I have been unable to find the documentation listing the styles for the css, mainly the names because Bokeh uses the ShadowDOM. Is there a location I could reference that lists all of the names like “.bk-btn” or is that a ShadowDOM thing?
Bokeh Bar Chart – how to remove separator lines (x axis with nested categories)
I’ve successfully created a Bokeh bar chart with nested categories by following the examples at the official bokeh site (https://docs.bokeh.org/en/latest/docs/user_guide/basic/bars.html)
Bokeh – Trying to use Taptool and Tooltips to measure horizontal distance
Since the feature request to support measuring the distance between two points on a chart has been killed for insufficient interest, I’m thinking about how to do it with the existing mechanisms.