Hello! This is my first entry here so... Hello all!
I'm trying to paint a chart with JavaScript with data loaded from XML files. I have all code almost completed but I have a problem scaling the x-axis because I don't know how I can indicate the scaling for that axis. I give you an example: I want to get a line chart with the acummulated points of a basket team across the matches. I have a total of 34 matches along the year (x-axis), and I don't know the total points (y-axis). And my chart has the size 600x500 I can do, with data scaling, that the proportion of the highest team's points has the size of the chart (500px), but I don't know how can I do to have the total matches the horizontal size of chart (600px). You can see what I mean in this link: http://chart.apis.google.com/chart?cht=lxy&chs=600x500&chd=t:1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30|500,333,1000,1500,1200,500,333,1000,1500,1200,500,333,1000,1500,1200,500,333,1000,1500,1200,500,333,1000,1500,1200,500,333,1000,1500,1200|1,2,15|100,200,250|1,5,10,20,30|0,1000,0,3000,2500&chds=0,3100,0,3100,0,3100&chtt=Grados+de+los+equipos+de+la|LIGA+SOY+PRESIDENTE+DE+UN+CLUB&chco=3072F3,ff0000,000000&chls=2,4,1 (I would like blue line to occupy all chart) Any help will be welcome! Thank you, and sorry for my poor english --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
