You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
On Sat, Jul 23, 2022 at 8:00 PM Bryan Van de Ven ***@***.***> wrote:
Hi @saptarshiguha <https://github.com/saptarshiguha> rbokeh has not been
seriously maintained in 5 or 6 years. Or is currently tied to an archaic
version (0.12.15) of BokehJS. While I'd love to see rbokeh revitalized, but
I'm not really an R user, 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.
—
Reply to this email directly, view it on GitHub
<#248 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA3VLDQWUSQ2JGA6OVNJELVVSWV7ANCNFSM54MXWJDQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From the examples,
stops working if add
lname
.Did I miss something?
The text was updated successfully, but these errors were encountered: