We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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