Take a look at: http://www.w3schools.com/tags/ref_urlencode.asp
On May 7, 11:49 am, nicsoftware <[email protected]> wrote: > Hi, > I'm an Italian user (so excuse me for my english). > I have to write the title of a chart with accented and special > characters. > But when I view the chart, instead of the character "°" and the other > special chars, I see a question mark. > Someone tell me how can I solve this problem? > This is an example: > > chart = new > google.visualization.LineChart(document.getElementById('grafico')); > chart.draw(data, { > smoothLine: true, > width: 600, > height: 300, > title: '1° volta - Perchè', > legend: 'none', > min: 0, > max: 10, > enableTooltip: true, > tooltipWidth: 120, > tooltipHeight: 50, > axisFontSize: 12, > pointSize: 4 > }); > > -- > 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 > athttp://groups.google.com/group/google-chart-api?hl=en. -- 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.
