I am trying to create dynamic charts with values retrieved from a database. I am facing some problem as to how to pass the coordinates values through an array ? How would I pass the values if I don't know the array elements ?, I have to insert "|" or "," after every value of a coordinate but nothing after the last element. Can I get some pointer for this ? thanks.
example: chd=t:<?=$testNumbers[0]?>,<?=$testNumbers[1]?>,<?=$testNumbers[2]?>,<? =$testNumbers[3]?>|150,500,200,600& chly=<?=$testText[0]?>|<?=$testText[1]?>|<?=$testText[2]?>|<?=$testText [3]?>& --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
