Skip to content

Unicode displayed as integers in tooltip when produced by ggplotly() #1715

Open
@Ammar-K

Description

@Ammar-K

Hi,

When using ggplotly to create the graph, the tooltip shows the information as integers.
plot_ly working fine.

library(ggplot2)
library(plotly)
p <- ggplot(cars)+
  geom_point(aes(1, 1, color = "اختبار"))
ggplotly(p)

Note: reprex encode unicode as ?????
Many thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions