We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515888e commit a48c748Copy full SHA for a48c748
docs/layers/tooltip.rst
@@ -14,7 +14,7 @@ Example
14
location=[51.5, -0.09],
15
content="Hello world!<br />This is a nice tooltip.",
16
offset=[-30,50], # Offset in pixels
17
- permanent=False, # The default is False, in which case you can remove the tooltip by clicking on it.
+ permanent=False, # The default is False, in which case you can remove the tooltip by clicking anywhere on the map.
18
direction='bottom', # Default is 'auto'
19
)
20
0 commit comments