I am generating graphs from PHP scripts, and as some of the information concerns items with Danish names and thus danish characters (øæåÆØÅ) I need to be able to display these as labels or legends.
Due to the potential size of the charts, I am using the POST method as described. I have tried to use urlencoding, html encoding and the "encodeURIComponent" method, as well as the plain character. Plain use of the character as well as html encoding (ø etc...) switches off the legend completely (if used there), and the other encoding methods just displays the actual encoding characters (%E6 %F8 etc...) If I generate the charts with the url-method using the "encodeURIComponent" method, it works as desired, so I know for sure that Google charts can do it. I just need to know how to make it work with the POST method. Cheers. Hans -- You received this message because you are subscribed to the Google Groups "Google Chart API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-chart-api?hl=en.
