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

[Range aggregation] Allow min and max values to be computed from the data #70

Open
mastropi opened this issue Feb 18, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mastropi
Copy link
Collaborator

Goal: Show the actual minimum and maximum values of the X-axis variable in range aggregations, as opposed to having the user specify them.

Currently, the user needs to specify both the minimum and the maximum values of the X-axis variable, but most of the times they are not known in advance.

Notes about its implementation:

  • The range for those bins should respectively show the minimum and maximum values observed in the data. Currently the minimum and maximum values are taken from the user input as they define the range aggregation bins.
  • This change will also require a change in the backend.
@mastropi mastropi added the enhancement New feature or request label Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant