lets-plot
lets-plot copied to clipboard
Livemap: `geom_hline()` and `geom_vline()` don't have tooltips on livemap
Livemap: geom_hline() and geom_vline() don't have tooltips on livemap
ggplot() + geom_livemap(location=[0, 0], zoom=1) + \
geom_hline(yintercept=0, size=1, color="red")
Tooltip is presented without livemap
The same situation is for geom_vline()