-
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
Legend positioned inside the charts #861
Labels
enhancement
New feature or request
kibana cross issue
Has a Kibana issue counterpart
:legend
Legend related issue
released
Issue released publicly
Comments
3 tasks
7 tasks
markov00
added a commit
that referenced
this issue
Mar 24, 2021
This commit adds the ability to display the legend inside the XY cartesian charts. The <Settings> property legendPosition will take now an extended version of the position that allows increased customizability. The legend outside the chart only works with the following cases: `direction: vertical, vAlign: top, hAlign: left/right`, `direction: horizontal, hAlign:left, vAlign: top/bottom`, fix #861
🎉 This issue has been resolved in version 26.1.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
# [26.1.0](elastic/elastic-charts@v26.0.0...v26.1.0) (2021-03-26) ### Features * **a11y:** add basic aria-label to canvas element ([opensearch-project#1084](elastic/elastic-charts#1084)) ([d4b3e4f](elastic/elastic-charts@d4b3e4f)) * **xy_charts:** render legend inside the chart ([opensearch-project#1031](elastic/elastic-charts#1031)) ([b271d09](elastic/elastic-charts@b271d09)), closes [opensearch-project#861](elastic/elastic-charts#861)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
kibana cross issue
Has a Kibana issue counterpart
:legend
Legend related issue
released
Issue released publicly
To replace timelion's flot implementation in Kibana by elastic-chart we'd need to be able to place the legend inside the chart. After a quick chat with @markov00 we decided this might be good to be implemented inside elastic charts.
You currently have 4 positions for the legend inside charts in Timelion: northeast, northwest, southeast, southwest.
Kibana cross issue: elastic/kibana#79984
The text was updated successfully, but these errors were encountered: