Skip to content
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

[XY] Add interval arg #128157

Conversation

VladLasitsa
Copy link
Contributor

Completes part of #127115

Summary

Added possibility to override the x-axis interval.

Kuznietsov and others added 26 commits March 16, 2022 17:11
# Conflicts:
#	src/plugins/chart_expressions/expression_xy/common/expression_functions/xy_chart.ts
#	src/plugins/chart_expressions/expression_xy/public/components/reference_lines.tsx
#	x-pack/plugins/lens/public/xy_visualization/expression.tsx
#	x-pack/plugins/lens/public/xy_visualization/reference_line_helpers.tsx
#	x-pack/plugins/lens/public/xy_visualization/state_helpers.ts
#	x-pack/plugins/lens/public/xy_visualization/to_expression.ts
#	x-pack/plugins/lens/public/xy_visualization/visualization.test.ts
#	x-pack/plugins/lens/public/xy_visualization/visualization.tsx
#	x-pack/plugins/lens/public/xy_visualization/visualization_helpers.tsx
#	x-pack/plugins/lens/public/xy_visualization/xy_config_panel/color_picker.tsx
#	x-pack/plugins/lens/public/xy_visualization/xy_config_panel/dimension_editor.tsx
#	x-pack/plugins/lens/public/xy_visualization/xy_config_panel/reference_line_panel.tsx
#	x-pack/plugins/lens/public/xy_visualization/xy_config_panel/shared/line_style_settings.tsx
#	x-pack/plugins/lens/public/xy_visualization/xy_config_panel/shared/marker_decoration_settings.tsx
#	x-pack/plugins/lens/public/xy_visualization/xy_config_panel/xy_config_panel.test.tsx
# Conflicts:
#	x-pack/plugins/lens/public/shared_components/axis_title_settings.tsx
#	x-pack/plugins/lens/public/xy_visualization/xy_config_panel/axis_settings_popover.tsx
#	x-pack/plugins/translations/translations/fr-FR.json
# Conflicts:
#	packages/kbn-optimizer/limits.yml
#	x-pack/plugins/lens/public/index.ts
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
expressionXY - 61 +61
lens 757 730 -27
total +34

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
expressionXY - 446 +446
lens 353 423 +70
total +516

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
expressionXY - 31.9KB +31.9KB
lens 1.1MB 1.1MB -20.7KB
total +11.2KB

Public APIs missing exports

Total count of every type that is part of your API that should be exported but is not. This will cause broken links in the API documentation system. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats exports for more detailed information.

id before after diff
lens 42 29 -13

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
expressionXY - 25.9KB +25.9KB
lens 43.2KB 29.0KB -14.2KB
total +11.7KB
Unknown metric groups

API count

id before after diff
expressionXY - 456 +456
lens 426 496 +70
total +526

async chunk count

id before after diff
expressionXY - 1 +1

ESLint disabled line counts

id before after diff
lens 32 29 -3

Total ESLint disabled count

id before after diff
lens 34 31 -3

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@VladLasitsa VladLasitsa mentioned this pull request Mar 22, 2022
31 tasks
@VladLasitsa
Copy link
Contributor Author

Created another PR for that #128726

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.

4 participants