lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

Livemap: `geom_hline()` and `geom_vline()` don't have tooltips on livemap

Open INekrasova-HORIS opened this issue 1 year ago • 0 comments

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")

image

Tooltip is presented without livemap image

The same situation is for geom_vline()

INekrasova-HORIS avatar Mar 22 '24 10:03 INekrasova-HORIS