-
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
[Visualize] Horizontal Bar Graph Visualizations have Vertical Bar Graph Type #78536
Conversation
src/plugins/vis_type_vislib/public/components/options/metrics_axes/index.tsx
Outdated
Show resolved
Hide resolved
Pinging @elastic/kibana-app (Team:KibanaApp) |
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.
LGTM, tested locally, my new horizontal charts have the correct type now 🎉
@elasticmachine merge upstream |
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.
LGTM! Thank you
💚 Build SucceededMetrics [docs]@kbn/optimizer bundle module count
async chunks size
distributable file count
miscellaneous assets size
page load bundle size
Saved Objects .kibana field count
History
To update your PR or re-run it, just comment with: |
…ph Type (elastic#78536) * Fixed useEffect in metric_axes. Update type in params instead of type of vis * Fixed tests * Fixed tests * Update current chart type definition Co-authored-by: sulemanof <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
…ph Type (#78536) (#79500) * Fixed useEffect in metric_axes. Update type in params instead of type of vis * Fixed tests * Fixed tests * Update current chart type definition Co-authored-by: sulemanof <[email protected]> Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: sulemanof <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
Closes #77936
Summary
Fixes the issue with incorrect chart type icon and simplifies the process of defining the
current chart type
.AFAIK it's only needed for showing
Show values on chart
switch box which affects only bar chart type:Here is the initial angular code, which I think didn't have any effect besides that switch box.
Related recent PR #66375
Checklist
Delete any items that are not applicable to this PR.
For maintainers