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 example Bié
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.