Hi all,

I try to make timeplot for dynamic data which be generated from php code.

I can able to change data source by

eventSource1.clear(timeplot1);
timeplot1.update();  <-- update datasource
timeplot1.repaint(); <--to remove all point and geometry but I found 
that Timegeomtry label is not removed.

then I do

timeplot1.loadText(url.....,",", eventSource1);
timeplot1.update(); <-- to update data
timeplot1.repaint(); <-- to repaint value and time axis

The plot is drew but I found there are both of old time label and new 
time label.
However not all old time label is shown. For example first it is start 
from Jan 2005 to Dec 2005 then it show only April 2005 to Dec 2005.
Also my new plot is starting at middle of plot (not Lower Left of plot).

I think there is some problem from TimeGeometry. Please advise for 
correct step if we want to update datasource of timeplot

Best regards

Sarawut


--~--~---------~--~----~------------~-------~--~----~
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