Skip to content

Conversation

@remip2
Copy link

@remip2 remip2 commented Oct 22, 2013

I've added a statistical facet panel which fits my needs (ie: total and mean for http request's bytes).

I also added a way to format numbers: '15,453,233,976 docs' is more readable than 15453233976 docs :)

The number filter use the angularjs one, it will benefit from the localisation module.
The metric filter is for base 10 (ie: 10M), the binary filter is for base 2 (ie 5 GiB)

capture decran 2013-12-04 a 13 26 16

capture decran 2013-12-04 a 13 26 46

@rashidkpc
Copy link
Contributor

A few notes:

  • This does not build
  • Not your fault, but the method for turning query IDs into objects has changed. See the terms panel for an example.
  • Nothing is listening for the render event the code emits
  • Filters do not belong in app.js, they should go in your module and be name spaced
  • Would be nice to see an option for a graphical representation of the data.

@remip2
Copy link
Author

remip2 commented Dec 4, 2013

  • I've updated the code, grunt doesn't complain anymore.
  • I don't know where to put the filters, I use them in both stats and hits panels.
  • I didn't get which type of graph you asked

@rashidkpc
Copy link
Contributor

A stats panel has since been added here: #724

@rashidkpc rashidkpc closed this Jan 3, 2014
w33ble pushed a commit to w33ble/kibana that referenced this pull request Sep 13, 2018
* fix: check toTypeNames in order for casting

* fix: copy/paste error
wajihaparvez added a commit that referenced this pull request Dec 20, 2024
## Summary

Updated instructions and visuals for the new hover actions feature. 
Also came across a mention of the Replace panel action and removed it
([#178596](#178596)).

Rel: [#182535](#182535) and
[#596](elastic/platform-docs-team#596)
Closes: [#580](elastic/platform-docs-team#580)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Dec 20, 2024
## Summary

Updated instructions and visuals for the new hover actions feature.
Also came across a mention of the Replace panel action and removed it
([elastic#178596](elastic#178596)).

Rel: [elastic#182535](elastic#182535) and
[elastic#596](elastic/platform-docs-team#596)
Closes: [elastic#580](elastic/platform-docs-team#580)

(cherry picked from commit 5b8ffd6)
kibanamachine added a commit that referenced this pull request Dec 20, 2024
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Docs] Update dashboard docs for hover actions
(#204844)](#204844)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"wajihaparvez","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-20T00:50:43Z","message":"[Docs]
Update dashboard docs for hover actions (#204844)\n\n##
Summary\r\n\r\nUpdated instructions and visuals for the new hover
actions feature. \r\nAlso came across a mention of the Replace panel
action and removed
it\r\n([#178596](https://github.com/elastic/kibana/pull/178596)).\r\n\r\nRel:
[#182535](#182535)
and\r\n[#596](https://github.com/elastic/platform-docs-team/issues/596)\r\nCloses:
[#580](https://github.com/elastic/platform-docs-team/issues/580)","sha":"5b8ffd6d985b5e6e5597879fb2e0f6a17ed6d53c","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","Team:Presentation","release_note:skip","v9.0.0","backport:version","v8.17.0","v8.18.0"],"title":"[Docs]
Update dashboard docs for hover
actions","number":204844,"url":"https://github.com/elastic/kibana/pull/204844","mergeCommit":{"message":"[Docs]
Update dashboard docs for hover actions (#204844)\n\n##
Summary\r\n\r\nUpdated instructions and visuals for the new hover
actions feature. \r\nAlso came across a mention of the Replace panel
action and removed
it\r\n([#178596](https://github.com/elastic/kibana/pull/178596)).\r\n\r\nRel:
[#182535](#182535)
and\r\n[#596](https://github.com/elastic/platform-docs-team/issues/596)\r\nCloses:
[#580](https://github.com/elastic/platform-docs-team/issues/580)","sha":"5b8ffd6d985b5e6e5597879fb2e0f6a17ed6d53c"}},"sourceBranch":"main","suggestedTargetBranches":["8.17","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/204844","number":204844,"mergeCommit":{"message":"[Docs]
Update dashboard docs for hover actions (#204844)\n\n##
Summary\r\n\r\nUpdated instructions and visuals for the new hover
actions feature. \r\nAlso came across a mention of the Replace panel
action and removed
it\r\n([#178596](https://github.com/elastic/kibana/pull/178596)).\r\n\r\nRel:
[#182535](#182535)
and\r\n[#596](https://github.com/elastic/platform-docs-team/issues/596)\r\nCloses:
[#580](https://github.com/elastic/platform-docs-team/issues/580)","sha":"5b8ffd6d985b5e6e5597879fb2e0f6a17ed6d53c"}},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: wajihaparvez <[email protected]>
wajihaparvez added a commit to wajihaparvez/kibana that referenced this pull request Dec 23, 2024
[Docs] Update dashboard docs for hover actions (elastic#204844)

Updated instructions and visuals for the new hover actions feature.
Also came across a mention of the Replace panel action and removed it
([elastic#178596](elastic#178596)).

Rel: [elastic#182535](elastic#182535) and
[elastic#596](elastic/platform-docs-team#596)
Closes: [elastic#580](elastic/platform-docs-team#580)
stratoula pushed a commit to stratoula/kibana that referenced this pull request Jan 2, 2025
## Summary

Updated instructions and visuals for the new hover actions feature. 
Also came across a mention of the Replace panel action and removed it
([elastic#178596](elastic#178596)).

Rel: [elastic#182535](elastic#182535) and
[elastic#596](elastic/platform-docs-team#596)
Closes: [elastic#580](elastic/platform-docs-team#580)
benakansara pushed a commit to benakansara/kibana that referenced this pull request Jan 2, 2025
## Summary

Updated instructions and visuals for the new hover actions feature. 
Also came across a mention of the Replace panel action and removed it
([elastic#178596](elastic#178596)).

Rel: [elastic#182535](elastic#182535) and
[elastic#596](elastic/platform-docs-team#596)
Closes: [elastic#580](elastic/platform-docs-team#580)
viduni94 pushed a commit to viduni94/kibana that referenced this pull request Jan 23, 2025
## Summary

Updated instructions and visuals for the new hover actions feature. 
Also came across a mention of the Replace panel action and removed it
([elastic#178596](elastic#178596)).

Rel: [elastic#182535](elastic#182535) and
[elastic#596](elastic/platform-docs-team#596)
Closes: [elastic#580](elastic/platform-docs-team#580)
edmarmoretti pushed a commit to edmarmoretti/kibana-pt-br that referenced this pull request Sep 7, 2025
- configurable placement
- configurable fallback placement
- configurable tooltip boundary element
- improved placement options
- custom tooltip component

related to elastic#596
edmarmoretti pushed a commit to edmarmoretti/kibana-pt-br that referenced this pull request Sep 7, 2025
# [19.4.0](elastic/elastic-charts@v19.3.0...v19.4.0) (2020-05-28)

### Bug Fixes

* **partition:** consider legendMaxDepth on legend size ([elastic#654](elastic/elastic-charts#654)) ([9429dcf](elastic/elastic-charts@9429dcf)), closes [elastic#639](elastic/elastic-charts#639)

### Features

* **partition:** enable grooves in all group layers ([elastic#666](elastic/elastic-charts#666)) ([f5b4767](elastic/elastic-charts@f5b4767))
* **partition:** linked text overflow avoidance ([elastic#670](elastic/elastic-charts#670)) ([b6e5911](elastic/elastic-charts@b6e5911)), closes [elastic#633](elastic/elastic-charts#633)
* **partition:** monotonic font size scaling ([elastic#681](elastic/elastic-charts#681)) ([ea2489b](elastic/elastic-charts@ea2489b)), closes [elastic#661](elastic/elastic-charts#661)
* **tooltip:** improve positioning with popperjs ([elastic#651](elastic/elastic-charts#651)) ([6512950](elastic/elastic-charts@6512950)), closes [elastic#596](elastic/elastic-charts#596)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants