Normally when you draw a selection on a timechart, the timechart is redrawn with a range to match the selection - I find this very useful. I also want to extract the start and end times of the selection to use in other parts of my dashboard so that I can keep several different graphs in sync with each other. I have been able to extract the start and end times like this:< selection>< set token="selection.earliest">$start$< /set>< set token="selection.latest">$end$< /set>< /selection>
My problem is that if I insert this into the timechart code, I lose the default behavior where the timechart is redrawn with new start and end times. Is there a way I can have both?
Many thanks,
John Raftery
↧