Hi,
I have been playing with Motion Chart [
http://code.google.com/apis/
chart/interactive/docs/gallery/motionchart.html].
My setup is a web-app with Java on the server-side and bit of HTML5 on
the client with charting powered by Google Visualization API. It
worked out well for me till now.
Now I have a requirement where I have data which needs to be
visualized till the milliseconds [or at least the minutes or seconds
to be fair].
But Motion Chart takes only a JavaScript Date format for date. Was
anybody successful in customizing Motion Chart to get to at least the
minutes [as in HH:mm] instead of just the Date?
Also, I could not understand how to pass new Date(year, month, day)
from the server-side in JSON format.
I have whole bunch of data which server is sending as part of the JSON
response, but I could find the way to send the JavaScript Date object.
I am kinda stuck here since the Date format does not work out for me
and also I was not able to send back a complete Date either as
required for visualization.
Any pointers for a solution to these issues will be highly
appreciated.
Thanks and Regards,
Prashanth.