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: stacked percentage with zero values #622

Merged

Commits on Apr 8, 2020

  1. fix: stacked percentage with zero values

    This commit review the work done in elastic#618 to fix the following case: if we are stacking areas in percentage mode and the values for all series are 0 we shall use 0% as value for each point in that bucket. In the aforementioned PR we were handling that case as null, completely disconnecting the previous data points from the following ones on the chart.
    markov00 committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    1670791 View commit details
    Browse the repository at this point in the history