-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encoding issues #50
Comments
I guess it's something related to the handling of R object to JSON. Note, if I remove the last Chinese character library(magrittr)
r <- data.frame(a = 1:3, b = c("a", "b", "c"))
highcharter::highchart() %>%
highcharter::hc_chart(type = "column") %>%
highcharter::hc_xAxis(categories = r$b) %>%
highcharter::hc_add_series(data = r$a, name = "权益") |
I guess it's not an error related to your package, because I find that the DT::datatable(data.frame(name = "权益类")) So, feel free to close this issue if you end up with the same conclusion. Thanks! |
@jbkunst Sorry, after I reboot my PC, the issue is gone... Sometimes, the best solution in Windows is rebooting... So, I'll close this issue. |
😆 Sometimes? Always! Regards |
i got the same problem on centos. |
@Funnng covert the UTF8 character to native might help |
i tried the code below and it show nothing, and i check the console log in chrome and found this error.
|
@jbkunst @shrektan i think it is not the same issue, the error i met is not like
|
Hi @Funnng The issue is because internally the By now, you can use a modify
|
Hi, first of all, thanks for this great package. It's very powerful.
However, I encounter an issue related to the encoding in windows. I'm not familiar with
htmlwidgets
and not be able to figure out what the problem is. So, I come here to file this issue and hopefully can get the help from you, thanks.Here's the minimal reproducible example
The Error msg
devtools::session_info()
sessionInfo()
The text was updated successfully, but these errors were encountered: