JetBrains / JetBrains/lets-plot
Livemap: Point tooltips are anchored to the leftmost instance of the world copy during wrapping
Open
- Dominant language
- Kotlin
- Stars
- 1.8k
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
```python
from lets_plot import *
LetsPlot.setup_html()
data = {
'lon': [10.014145],
'lat': [46.036282],
'label': ['Bergamo Alps']
}
ggplot(data, aes(x='lon', y='lat')) + \
geom_livemap(zoom=1, location=[170, 0]) + geom_point(tooltips=layer_tooltips().line('@label')) + \
ggsize(800, 400)
```
The cursor is hovering over the rightmost marker:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.