|
Hey, The answer to this question will be very useful to know :) I have an advanced dashboard with a few charts (1 column, 2 pie) and each chart contains its own distinct timerangepicker to run its own saved search for a chosen time period. I want to put more charts onto this dashboard and each addition will also have its own timerangepicker. However, it would be easier and more practical to have one timerangepicker that when a time period is chosen (say last 7 days), every chart on this dash board will execute the search it owns to produce results for the last 7 days. This would be better than having to change several timerangepickers. Here is the code I currently have for my dashboard:
I just want to know how I can make the 3 timerangepicker modules that I have here become just 1 timerangepicker that controls all charts. Thanks in advance for your help |
|
It's done easy enough - move the time range picker module up to the top and have everything else be a child of it.
this does not work. I tried it and my dashboard disappeared from my navigation menu
(30 Sep '10, 14:43)
Ant1D
3
Updated the xml to include the whole thing.. Another good resource is the UI examples application which cover this specific topic..
(30 Sep '10, 15:03)
Brian Osburn
Thanks for the update Brian. It works. I did everything you did but forgot to specify a layoutPanel attribute for the TimeRangePicker
(01 Oct '10, 13:52)
Ant1D
|
