Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggregations / Temporal range / Avoid browser autocomplete on calendar #8380

Merged
merged 2 commits into from
Sep 23, 2024

Commits on Sep 20, 2024

  1. Aggregations / Temporal range / Avoid browser autocomplete on calenda…

    …r field
    
    When using temporal range for aggregations
    
    ```
     resourceTemporalDateRange: {
                    gnBuildFilterForRange: {
                      field: "resourceTemporalDateRange",
                      buckets: 2024 - 1970,
                      dateFormat: "YYYY",
                      dateSelectMode: "years",
                      vegaDateFormat: "%Y",
                      from: 1970,
                      to: 2024,
                      mark: "area"
                    },
                    meta: {
                      vega: "timeline",
                      collapsed: true
                    }
                  },
    ```
    
    browser autocomplete may overlap with calendar
    fxprunayre authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c0ed143 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    4aa7482 View commit details
    Browse the repository at this point in the history