You need to use URL encoding. The '#' sign is encoded by %23 So, for example, you would define your axes with chx=x,y and then define your axis labels with chxl=0:|%23name1|%23name2| etc.
You can check out the documentation for more information. http://code.google.com/apis/chart/docs/chart_params.html#axis_labels ~Elijah On Wed, Aug 11, 2010 at 9:58 PM, Frida <[email protected]> wrote: > Hi, > > i need to display the x-axis label with # symbol, for example i > want my custom x-axis labels like label name#1,label name#2,label > name #3 etc.Can any one suggest a solution ? > > Thanks, > Vincy > > -- > 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. > > -- 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.
