I am trying to show all the provinces in Angola. However, it seems there is an issue with province names that have special characters in it. For exampleBié
if I do the following in the google.visualization.arrayToDataTable code: ['AO-BIE', 30, 31] // works great! however if I do: ['Bié', 30, 31] // Does not work Do I have to pass something special in this instance to see just Bié? AO-BIE is not acceptable for the client. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/62rCwDslp9AJ. 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-visualization-api?hl=en.
