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
Consider the following application, in which the user can choose a tile provider. The logic is implement with Javascript to make this process on the client rather than spending server resources.
All tiles renderers are added when the figure is created, but only the selected tile renderer is visible. However, the attribution box on the figure shows attributions for all tile renderers, even the ones that are currently hidden.
Problem description
Consider the following application, in which the user can choose a tile provider. The logic is implement with Javascript to make this process on the client rather than spending server resources.
All tiles renderers are added when the figure is created, but only the selected tile renderer is visible. However, the attribution box on the figure shows attributions for all tile renderers, even the ones that are currently hidden.
Feature description
It would be nice if bokehjs would be able to filter the renderers and add an attribution only for the ones that are actually visible.
Potential alternatives
No one.
Additional information
No response
The text was updated successfully, but these errors were encountered: