This repository was archived by the owner on Nov 2, 2023. It is now read-only.
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
lname seeems to prevent glyphs from working #248
Open
Description
From the examples,
p <- figure() %>%
ly_points(Sepal.Length, Sepal.Width, data = iris,
color = Species, glyph = Species,
hover = list(Sepal.Length, Sepal.Width))
p
stops working if add lname
.
p <- figure() %>%
ly_points(Sepal.Length, Sepal.Width, data = iris,
color = Species, glyph = Species,lname='foo',
hover = list(Sepal.Length, Sepal.Width))
p
Did I miss something?
Metadata
Metadata
Assignees
Labels
No labels