Hi all,
I am trying to set up a line chart by pulling data fro a database.
this is the data that I'm parsing to do the line graph:
[25,1.426899858638629],[26,1.4305538040158847],[27,1.4212216486789044],[28,1.434596757546949],[29,1.4250494942867946],[30,1.440278818318682],[31,1.4244405447427937],[1,1.424055093424773],[2,1.4295517091942245],[3,1.4385591305613867],[4,1.4421482669558547],[5,1.4580022627987217],[6,1.4556888702708726],[7,1.4501580182541056],[8,1.4504105092157416],[9,1.4506208182893634],[10,1.4403825631559743],[11,1.447617949748277],[12,1.4523694821253164],[13,1.4479532787559413],[14,1.4504525159930712],[15,1.4504946506079428],[16,1.45258048549001],[17,1.4415453042977293],[18,1.4275517254289323],[19,1.4279390722064689],[20,1.433404044288428],[21,1.4406938873614636],[22,1.4404447677635754],[23,1.4274702246919986],[24,1.4096419545450307],[25,1.3983080498733729],[26,1.3936504782559433],[27,1.3974091500010328],[28,1.3868663292004801],[29,1.3865971985758159],[1,1.3876361285607601]
And this is how the graph display.
The bold numbers above should display in that order in the hAxis values range. In the Graph where it reads 6-12-18-24-30 (sequence 1 to 31) I would like to display a sequence that reflected my data, like, starting in 25-28-31-1-3-5-8-14-25-29-1-and so on.
Any way to do this?
Thanks in advanced