Geologic Cross Section Tool --> Inline time-series plots

Thanks @gmerritt123,

Sorry for the late reply. I tried a few different methods with this. Very briefly:
1.) Bokeh.embed.embed_item(JSON.parse(~jsonified-plot-from-bokeh~), ~existing-div-to-embed-into~);
2.) Utilizing a third-party JS-library to re-create the tooltip-plot entirely from the browser JS side, however triggered from an instance of Bokeh’s HoverTool.

Both methods work in fullscreen mode, but, Method 1 breaks much of the interactivity I need to preserve between Bokeh python and the bowser JS. So, I ended-up going with method 2.

A third method was to utilize a bokeh Dialog. This method was the easiest to implement and preserves much of the interactivity I need between bokeh python and browser JS. However, the Dialog doesn’t appear when in fullscreen mode. I started a separate thread for the remaining issue here.

Regards,
Ras

p.s. I’m using Bokeh 3.7.2 on Ubuntu