The width of sparklines Is based in part on the time window. I would check the windows you are setting explicitly, first. You might have it set differently in the search query itself leading to one being different.
... View more
Time range picker is global if token is not defined.
Global time range picker is overridden by specific searches having declared time frames, either in xml or in the search string.
Being that you said all of your searches have those declared and the default is to include a token from the add input, It is an unused variable at the moment.
edit: I have the time range picker working in a global capacity by deleting the token="token" property and deleting any earilestTime and latestTime properties under and in a given search.
edit2: Below is for using the token.
<earliestTime>$local_time_pick.earliest$</earliestTime>
<latestTime>$local_time_pick.latest$</latestTime>
This got it working!
... View more
I think because the spot requires an integer you have to play the Least Common Multiple game. As far as I know, you can't have a variable there + an integer which is what would solve your problem. I joked with my boss about needing a fourth grader for this type of operation. But seriously, if you need to refresh but not at the same time. Use this link to calculate it out guess-and-check style, aim for much longer than you will have the dashboard up.
http://www.mathsisfun.com/least-common-multiple-tool.html
I did 302 and 304 secs which won't overlap for over 12 hours.
You would need to be more creative if you are refreshing a lot of panels. Might go for refreshing 3-4 at a time. I have 20+ panels and am running into issues of the graphics not displaying on most of the graphs.
... View more
Example: "| timechart max(mag) span=6h by place", Set the span=x to only include one timeframe of data points. It will sample in little chunks of data(time) that way. At least, I think that is what you are asking.
... View more
You can get it, now. "Hobbes3 WebGL Globe" I've had a terrible time getting it to render outside the App. It's beautiful inside the App, though. The limitations in the search commands are bad though, only "...| geostats count" works for me. Nothing else renders inside the App on my install. [6.2.1] Hopefully, that gets expanded.
... View more