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

[7.5] [Discover] fix histogram min interval #52758

Merged

Commits on Dec 11, 2019

  1. [Discover] fix histogram min interval

    This commit fix the missing bars on the histogram of Discover.
    Discover is passing a minInterval parameter in milliseconds that is not
    the the minimum interval in milliseconds between the buckets. Calendar intervals
    are not fixed and this value change depending on time range and the time zone.
    To avoid patching the elastic-chart and upgrading the dependency we applied a temporary patch
    to the histogram code. For the feature version this patch will be removed
    and a correct minInterval computation will be done directly in elastic-charts.
    
    fix elastic#52152
    markov00 committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    e614953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1506513 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Configuration menu
    Copy the full SHA
    56f0a74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db785c0 View commit details
    Browse the repository at this point in the history