We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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