Basically I have a graph and I want 'Sunday,Monday,Tuesday..' on the X-axis. But this information I'm getting from the database and depending on the inputs(i.e the dates) I want my x-axis to display the label.So the labels keep changing. I searched and so far and I've seen examples of only static labels ie .Set('labels',['Sunday','Monday'])
basically I want my graph to display something like on this page http://statcounter.com/demo/summary/
Can anyone help me?