Hi there!

I´m new to this Framework and I want to display some JSON data which I
get from my server. I´m passing it directly to the Timeplot cause the
infrastructure is already built. So I need something like this

var data = {
    [{"id":"item1", "value":"123", "date":"2008-09-22T13:30:00"},
     {"id":"item2", "value":"321", "date":"2008-09-22T14:30:00"},
     {"id":"item3", "value":"456", "date":"2008-09-22T15:30:00"}]
};

timeplot.loadJSON(data);

I searched the mailinglist but didn´t find something like it.
And according to that a solution for the events.

Best regards
mufflon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" 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/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to