You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of expected behavior and the observed behavior
When rendering a Plotly geographic map (such as the scatter_map), the copyright notice for the map tile data is rendered below the map - and overlaps with other Panel elements (shown for example here is a markdown header Some Caption):
The same map, when rendered outside of a Panel application is neatly shown inside the map:
The relevant element of a Plotly map is named the maplibregl-ctrl-attrib-button. While the function that draws the text and box is defined here, I could not find why the position is different if the map is rendered via Panel.
Complete, minimal, self-contained example code that reproduces the issue
ALL software version info
Software Version Info
Description of expected behavior and the observed behavior
When rendering a Plotly geographic map (such as the
scatter_map
), the copyright notice for the map tile data is rendered below the map - and overlaps with other Panel elements (shown for example here is a markdown headerSome Caption
):The same map, when rendered outside of a Panel application is neatly shown inside the map:
The relevant element of a Plotly map is named the
maplibregl-ctrl-attrib-button
. While the function that draws the text and box is defined here, I could not find why the position is different if the map is rendered via Panel.Complete, minimal, self-contained example code that reproduces the issue
Stack traceback and/or browser JavaScript console output
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered: