Thank you for your answer! I'm not sure if I'm using the right terminology or if I completely understood what you mean, but I already know how to zoom to another chart and, in general, to pass the $start$ and $end$ of a selected area as tokens, What I'm looking for is a way to have the highlighted area already pre-selected (not zoomed in) when you open the dashboard, as shown on the image, to get the stats for only the selected area by default and allow the user to change the selection if needed. For reference, I use the tokens I set for a statistics table right under the chart: <earliest>$TOKEN_TIME_selection.earliest$</earliest>
<latest>$TOKEN_TIME_selection.latest$</latest> If having a visible selection area pre-placed isn't possible, I could also work with detecting whether the user has selected an area or not, and if no selection is detected I would set by default $TOKEN_TIME_selection.earliest$ and $TOKEN_TIME_selection.latest$ to the area of interest.
... View more