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

fix: disable x filling for line and areas #833

Merged
merged 3 commits into from
Sep 29, 2020

Commits on Sep 23, 2020

  1. fix: disable x filling for line and areas

    This fix removes the needs of filling the missing x values on line and area charts in the following
    case: non-stacked line or area chart, with continuous scale and no fit function.
    
    BREAKING CHANGE: On non-stacked line or area charts, with a continuous x scale and no fit function,
    the line between consecutive points, independently from the other data series, will be a continuous
    connecting line.
    
    fix elastic#825
    markov00 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    45e45bb View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    36860dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae6fe1e View commit details
    Browse the repository at this point in the history