Logged In: YES
user_id=118938

Question is not converting Date to String and pass it in
for the xAxisLabels.
> Rather what I'm looking for is, I supply the data to be
plotted on my Time Series chart say like
> (x,y) where x = time and y = value on the Y-Axis.
>
> Based on all the data supplied, the API generates the
x-Axis labels for me. Something similar
> like
> we have currently for Bar Charts where a user can define
the scale for the Y-Axis or else it
> is automatically computed based on the provided data to be
plotted.
>
> And for Date we can have different formats, say like I
want to plot it in terms of milliseconds,
> time, day,
> date etc. I hope this time I'm clear.
>