79525855

Date: 2025-03-21 15:15:42
Score: 1.5
Natty:
Report link

You almost have it. All you to do is remove the outermost list() inside layout(). For completeness, the R reference documentation describes the namelength here.

plot_ly(pd, x = ~ x, y = ~ value, color = ~ variable) |>
    layout(hoverlabel = list(namelength = -1L))

plot

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Steven314