-
Notifications
You must be signed in to change notification settings - Fork 842
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
Allow custom values for EuiRange
#960
Comments
I'm curious about the rationale for using |
@gjones ^^ |
@thompsongl You're correct, they are similar from an under-the-hood, technical standpoint. Although I may take some convincing that using radios is the most effective way to present 7-10 linear options. I think what matters here is user perception, scaling your cluster is a huge benefit of Elastic Cloud and we felt the best way to communicate the ease of increasing and decreasing your RAM is allowing the user to play around with a slider and watch your deployment architecture update in real time. Additionally there was a marketing push behind the project, which was itself externally called "Sliders", that painted us in a bit of a corner too 😃. I hope that makes sense and gives a bit of background, but I am always open to feedback. |
Right on. I can see especially in terms of space constraints how this could be a win. |
This was added via #1485 |
Right now, the range component only supports the typical step increments supported by the html
input type="range"
component. However, there are use cases where the steps may be exponential though visually they'd be best displayed equidistant.Cloud example:
The text was updated successfully, but these errors were encountered: