Hi,
I'm using the timeline widget and I have created a bunch of checkboxes
from which the user can select which data series he wants to display
(as in GoogleFinance:
http://finance.google.com/finance?q=AMEX:SPY).
The user can also enter new data. Currently I'm always re-
instantiating the timeline widget (with a new instance of the data
table) whenever a checkbox is selected or new data entered. This works
but it's not very nice. Is there a better way to handle dynamic data
(I'm
sure there is , but I just haven't discovered it yet)?
thanks, keep up the good work!