As Keith suggested, using less data would be beneficial to spot a typing / parsing error in your parameters
And... Your graph data contains seven groups of pipe-delimited information for your sensors and colours - further to that, the data samples do not contain the same quantity of "data points" for all sensors. A couple of your "sensors" contain 41 data items, another has 79, and the other one has got 80. I would start by reducing the data points and ensuring that the number of series matches with the colours and legends. Each series of data items has to have the same number of data items in it - just replace the missing / unavailable items with "-1" or with the same number of your previous reading - depending on your needs and requirements. Start simple and build on top of it. C_M ::carloslabs:: On Aug 2, 12:33 am, "Kyel.Smith" <[email protected]> wrote: > Trying to get this to work, but my colors seem funny. I have read > through the documentation many times, but must be missing something... > Any clues? > > http://chart.apis.google.com/chart?cht=lxy&chs=720x120&chd=t:1,4,05,0...0,0,2,2,1,7,34,21,8,2,0,0,2,2,1,0,7,0,0,25,0,0|1,4,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,22,23,24,5,06,7,8,09,10,11,12,13,14,15,16,17,18,19,20,22,23,24,5|0,0,2,2,1,7,34,21,8,2,0,0,2,2,1,0,7,0,0,25,0,0,4,0,0,5,30,12,4,0,12,3,4,16,17,10,0,0,7,0,0|1,4,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,22,23,24,5,06,7,8,09,10,11,12,13,14,15,16,17,18,19,20,22,23,24,5,06,7,9,10,11,12,13,14,15,16,17,18,19,20,22,23,24,5|0,0,2,2,1,7,34,21,8,2,0,0,2,2,1,0,7,0,0,25,0,0,4,0,0,5,30,12,4,0,12,3,4,16,17,10,0,0,7,0,0,2,0,0,6,2,14,0,17,15,27,31,23,35,0,0,3,0,0|1,4,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,22,23,24,5,06,7,8,09,10,11,12,13,14,15,16,17,18,19,20,22,23,24,5,06,7,9,10,11,12,13,14,15,16,17,18,19,20,22,23,24,5,06,7,8,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,5|0,0,2,2,1,7,34,21,8,2,0,0,2,2,1,0,7,0,0,25,0,0,4,0,0,5,30,12,4,0,12,3,4,16,17,10,0,0,7,0,0,2,0,0,6,2,14,0,17,15,27,31,23,35,0,0,3,0,0,1,0,0,1,4,0,4,0,3,0,2,0,0,1,0,0,1,117,0,0&chco=FF0000,00FF00,0000FF,DDDDDD,444444&chdl=Sensor1|Sensor2|Sensor3|Sensor4|Sensor5&chxt=x,y&chxr=1,0,117,25|0,0,24,2&chds=0,23 > > It seems to select the fourth color no matter what. What am I doing > wrong? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
