add an option to sort the stat panel results by label or value#810
Merged
rashidkpc merged 3 commits intoelastic:masterfrom Jan 9, 2014
Merged
add an option to sort the stat panel results by label or value#810rashidkpc merged 3 commits intoelastic:masterfrom
rashidkpc merged 3 commits intoelastic:masterfrom
Conversation
remip2
commented
Jan 6, 2014
|
That would be great! |
Contributor
|
Given that there is a tabular view here, maybe it would be better to put headers on the table, and make the sort behave as it does in the table panel? That way the user doesn't have to enter the settings modal to change the sort. |
Author
|
I was thinking about that but that will break the simplicity of the panel :
I'll give it a try in the next days |
Author
w33ble
pushed a commit
to w33ble/kibana
that referenced
this pull request
Sep 13, 2018
* Chore: removed package.json empty line to avoid triggering a rebuild * Fix: element to carry the filter property * Fix: delete/backspace should work even if the user interacted with hotspots the last time around
1 task
edmarmoretti
pushed a commit
to edmarmoretti/kibana-pt-br
that referenced
this pull request
Sep 7, 2025
- add `formattedValue` to `TooltipValue` - fix x-axis and tooltip header formatting - add `--no-version-updates` flag to storybook start script - upgrade `@storybook/` dependencies - remove `@types/react` causing type error in dist library check - move redux `optionalDependencies` to `devDependencies`
edmarmoretti
pushed a commit
to edmarmoretti/kibana-pt-br
that referenced
this pull request
Sep 7, 2025
## [21.1.1](elastic/elastic-charts@v21.1.0...v21.1.1) (2020-09-08) ### Bug Fixes * build issues and tooltip formatting issues ([elastic#810](elastic/elastic-charts#810)) ([74d9ae0](elastic/elastic-charts@74d9ae0))
edmarmoretti
pushed a commit
to edmarmoretti/kibana-pt-br
that referenced
this pull request
Sep 7, 2025
breaking change caused by changes in elastic#810 see elastic#830 for more info BREAKING CHANGE: `TooltipValue.value` is now raw value and `TooltipValue.formattedValue` is now the string formatted value. fix elastic#810
edmarmoretti
pushed a commit
to edmarmoretti/kibana-pt-br
that referenced
this pull request
Sep 7, 2025
# [22.0.0](elastic/elastic-charts@v21.3.2...v22.0.0) (2020-09-22) ### Bug Fixes * breaking change in patch release of 21.1.1 ([d0ddc45](elastic/elastic-charts@d0ddc45)), closes [elastic#810](elastic/elastic-charts#810) ### BREAKING CHANGES * caused by changes in elastic#810 see elastic#830 for more info * `TooltipValue.value` is now raw value and `TooltipValue.formattedValue` is now the string formatted value.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



