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

ui: change start and end values on stmt details charts #118680

Merged
merged 1 commit into from
Feb 6, 2024

Commits on Feb 5, 2024

  1. ui: change start and end values on stmt details charts

    Previously, we were using the data values to define the start
    and end date of charts, which could cause confusion, since
    users might think that is a bug of now showing data, when
    instead there is no data to show.
    This commit forces the start and end of the chart to be the
    selected period, this way we always show the correct period
    even if we don't have data to show.
    
    Fixes cockroachdb#102214
    
    Release note (ui change): On Statement Details page always
    show the entire selected period, instead of just the period
    that had data.
    maryliag committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a251210 View commit details
    Browse the repository at this point in the history