-
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
[PieVis] Charts expressions pie adaptation. #121763
[PieVis] Charts expressions pie adaptation. #121763
Conversation
# Conflicts: # src/plugins/chart_expressions/expression_pie/common/expression_functions/pie_vis_function.test.ts
…ptation # Conflicts: # src/plugins/chart_expressions/expression_pie/kibana.json # src/plugins/chart_expressions/expression_pie/public/types.ts
# Conflicts: # src/plugins/chart_expressions/expression_pie/common/expression_functions/pie_vis_function.test.ts # src/plugins/chart_expressions/expression_pie/common/expression_functions/pie_vis_function.ts # src/plugins/chart_expressions/expression_pie/common/types/expression_functions.ts # src/plugins/chart_expressions/expression_pie/common/types/expression_renderers.ts # src/plugins/chart_expressions/expression_pie/kibana.json # src/plugins/chart_expressions/expression_pie/public/components/pie_vis_component.scss # src/plugins/chart_expressions/expression_pie/public/components/pie_vis_component.test.tsx # src/plugins/chart_expressions/expression_pie/public/components/pie_vis_component.tsx # src/plugins/chart_expressions/expression_pie/public/expression_renderers/pie_vis_renderer.tsx # src/plugins/chart_expressions/expression_pie/public/plugin.ts # src/plugins/chart_expressions/expression_pie/public/types.ts # src/plugins/chart_expressions/expression_pie/public/utils/get_split_dimension_accessor.ts # src/plugins/chart_expressions/expression_pie/tsconfig.json # src/plugins/vis_types/pie/public/to_ast.ts # src/plugins/vis_types/pie/public/types/types.ts
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
Unknown metric groupsESLint disabled line counts
References to deprecated APIs
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @Kunzetsov |
Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors) |
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.
Changes LGTM. I tested it locally in Chrome and works fine (the viz editor pie, I haven't tested the canvas pie) :) Thanx for the improvements Yaroslav :)
@elastic/kibana-operations and @elastic/kibana-design, could you, please, review the current PR? Thanks) |
@jbudz and @MichaelMarcialis, thanks for your reviews. |
Summary
Completes the part of #121725 and #101377
Introduced changes:
transparent
.scss
toemotion/react
.uiState
, as it was decided at this issueAdded storybook.Can't add this feature at the current PR, because of the issue: [Storybook] Charts fromelastic/charts
are not drawing atstories
. #122066.