bokeh / tutorial

Notebooks and presentation materials for Bokeh tutorials
BSD 3-Clause "New" or "Revised" License
21 stars 28 forks source link

Update RangeTool example #38

Closed tcmetzger closed 4 months ago

tcmetzger commented 4 months ago

the current example produces an error:

image

Since this might be a bit too much detail for the tutorial anyways, I'd just remove this part of the code!

cc @droumis

droumis commented 4 months ago

Whatever you all want!

But I think this can be fixed with just e.g. range_tool.overlay.handles.all.hover_fill_color, etc, as shown in https://docs.bokeh.org/en/dev-3.5/docs/examples/interaction/tools/box_select_handles.html

tcmetzger commented 4 months ago

Thanks! I'll probably just leave this out in the tutorial to keep it simple but that's good to know!