hi everyone,

FYI

i use google chart for creating line charts of all sorts. now i ran
into a new problem: my x-axis is a timeline and i want to label the
hours like "9:" (for 9 o'clock - with colon at the end - for space
reasons without minutes)

the "chxl" param is specified to start with the number of the dataset,
then colon, then pipe-character and then the labels seperated by pipe
chars - like so:

chxl=0:|Jan|July|Jan|July|Jan|1:|0|50|100|

but if my label is "9:" google chart interprets this as the beginning
of dataset number 9 and the label is simply ignored

WORKAROUND - at least until google chart provides a cleaner solution:
adding a blank to the end of the label (e.g. "9: " which of course
becomes "9%3A+" when URL-encoded) solves the problem!

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to