Skip to content

zoom-in.timeseries drill: support zoom in for clicks on timeseries breakout dimension cells #51088

@appleby

Description

Currently, the zoom-in.timeseries drill thru is only available when the user clicks on an aggregated cell value, and the drill selects the first timeseries dimension it finds in the query's breakout columns.

Consider also making the drill available when a user a clicks on a cell value for a timeseries breakout column, and use the clicked column as the selected dimension.

For example, given a table result like

| Created At: Month | Created At: Year | Count |
|-------------------+------------------+-------|
| July 2022         |             2022 |    11 |

If the user clicks on the cell with value "2022", show "See this year by quarter" in the drill through context menu.
If the user clicks on the cell with value "July 2022", show "See this month by week", etc.

Context

https://metaboat.slack.com/archives/C0645JP1W81/p1733772025429769

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions