-
Notifications
You must be signed in to change notification settings - Fork 121
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
[Annotation label] Line annotation label at top #701
Labels
:annotation
Annotation (line, rect, text) related issue
enhancement
New feature or request
released
Issue released publicly
Comments
markov00
added a commit
to markov00/elastic-charts
that referenced
this issue
Jul 3, 2020
This commit allows changing the marker position on a line annotation. The position is absolute on the screen space and doesn't depend on the chart rotation fix elastic#701
3 tasks
markov00
added a commit
that referenced
this issue
Jul 6, 2020
This commit allows changing the marker position on a line annotation. The position is absolute on the screen space and doesn't depend on the chart rotation fix #701
markov00
pushed a commit
that referenced
this issue
Jul 6, 2020
# [19.8.0](v19.7.0...v19.8.0) (2020-07-06) ### Bug Fixes * set uninitialized state when removeSpec action is called ([#739](#739)) ([35b8caf](35b8caf)), closes [#723](#723) [#738](#738) ### Features * **annotation:** enable marker positioning on LineAnnotation ([#737](#737)) ([ab5e413](ab5e413)), closes [#701](#701) * add custom annotation tooltip ([#727](#727)) ([435c67c](435c67c))
🎉 This issue has been resolved in version 19.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
# [19.8.0](elastic/elastic-charts@v19.7.0...v19.8.0) (2020-07-06) ### Bug Fixes * set uninitialized state when removeSpec action is called ([opensearch-project#739](elastic/elastic-charts#739)) ([9c49c90](elastic/elastic-charts@9c49c90)), closes [opensearch-project#723](elastic/elastic-charts#723) [opensearch-project#738](elastic/elastic-charts#738) ### Features * **annotation:** enable marker positioning on LineAnnotation ([opensearch-project#737](elastic/elastic-charts#737)) ([2fa5a0b](elastic/elastic-charts@2fa5a0b)), closes [opensearch-project#701](elastic/elastic-charts#701) * add custom annotation tooltip ([opensearch-project#727](elastic/elastic-charts#727)) ([f03d566](elastic/elastic-charts@f03d566))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:annotation
Annotation (line, rect, text) related issue
enhancement
New feature or request
released
Issue released publicly
Describe the solution you'd like
we are displaying percentiles on chart using line annotation, we need to display label on top, saying 50th , 80th or 90th. Right now we can have marker on annotation, marker position should be configurable to the top of annotation.
Describe alternatives you've considered
Using marker but it's only position is bottom axis.
Additional context
Add any other context or screenshots about the feature request here.
Kibana Cross Issues
Something like this
Ideally we would like to have this feature by 7.9 kibana release.
The text was updated successfully, but these errors were encountered: