Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

lname seeems to prevent glyphs from working #248

Open
saptarshiguha opened this issue Jul 22, 2022 · 2 comments
Open

lname seeems to prevent glyphs from working #248

saptarshiguha opened this issue Jul 22, 2022 · 2 comments

Comments

@saptarshiguha
Copy link

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?

@bryevdv
Copy link
Member

bryevdv commented Jul 24, 2022

Hi @saptarshiguha rbokeh has not been seriously maintained in 5 or 6 years. It is currently tied to an archaic version (0.12.15) of BokehJS. While I'd love to see rbokeh revitalized, I'm not an R user myself, and I've already got my hands full with the main Bokeh project, so it won't be by me. Realistically, someone from the R community would need to take an active interest in taking over maintenance and development entirely. In any case, in the mean time, I would advise you to look to other tools that are more actively supported.

@saptarshiguha
Copy link
Author

saptarshiguha commented Jul 24, 2022 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants