-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Controls visualization - format options list #16804
Conversation
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. We may want to think about what to do with the range controls eventually, but that could be tackled separately since there isn't an obvious solution and I imagine not as prominent as this issue. e.g. what if I want my range to show my field as percentage - though looks like right now we can't have non whole steps so that doesn't work anyway. The problem comes in with parsing the input of the range sides (we probably don't want to be parsing 19kb into a raw value, etc).
@nreese thanks for this feature! We are embedding kibana dashboards into our app and wanted to know the following:
Looking forward to your reply! |
This feature is in 6.3. You will have to add a field formatter for the field used by the control. Field formatters are managed under Index Patterns - https://www.elastic.co/guide/en/kibana/current/managing-fields.html |
fixes #16701
Use field formatter to format option list label.