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

[6.x] [ML] Fix reloading anomaly charts on resize. (#22967) #22995

Merged
merged 1 commit into from
Sep 13, 2018

Commits on Sep 13, 2018

  1. [ML] Fix reloading anomaly charts on resize. (elastic#22967)

    - Fixes a regression introduced in elastic#22814. Because of the stricter checking for scope/props updates, resizing the browser window would miss updating the Anomaly Explorer Charts widths. This fixes it by adding a check to trigger anomalyDataChange in redrawOnResize().
    - Additionally, if only one chart is up for display, this update makes sure a single chart always spans across the full available width.
    walterra committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    346bd5d View commit details
    Browse the repository at this point in the history