Is there a way to escape pipe (|) characters when they're used in a label attribute?
I'm attempting to plot data coming from an old datasource, and some of the labels contain pipes. I would prefer not to turn them into something else if at all possible. I've tried replacing pipes that I want to escape with %7C, but they appear to be treated as delimiters anyway. An example, using %7C that unexpectedly splits my legend into 3, instead of just 2: http://chart.apis.google.com/chart?chxt=y,x&cht=lc&chs=300x200&chxl=1:|2008-07-22&chxr=0,0,62&chdl=TitleWith%7CPipe|Second+Series&chd=s:AABCABAACLIA,CADOEFFBGBAAABBAAD --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
