JetBrains / JetBrains/lets-plot

Livemap: Point tooltips are anchored to the leftmost instance of the world copy during wrapping

Open
#1,448 0 comments 0 reactions 1 assignee Claimed by @IKupriyanov-HORIS View on GitHub
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:
Image

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.