[Lens] Refactor xy visualization methods#125651
Conversation
19e8f36 to
91ae2d9
Compare
|
Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors) |
91ae2d9 to
e7cae5d
Compare
…ue the same name is used for labelInput on filters and intervals
0b0ac67 to
0f15216
Compare
flash1293
left a comment
There was a problem hiding this comment.
LGTM, tested and everything still works, code changes make sense to me. I'm not sure about the translations, but it's not a blocker for merging.
| "xpack.lens.xyChart.bottomAxisLabel": "下の軸", | ||
| "xpack.lens.xyChart.boundaryError": "下界は上界よりも大きくなければなりません", | ||
| "xpack.lens.xyChart.chartTypeLabel": "チャートタイプ", | ||
| "xpack.lens.xyChart.chartTypeLegend": "チャートタイプ", |
There was a problem hiding this comment.
so these two belong to the component that was not used but wasn't removed (LayerContextMenu)
💚 Build SucceededMetrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
* little helper to check layer types * refactor visualization p1 * fix eslint * divide flyout * fix typo * rename yConfig to config * move LabelInput so it can be used by visualization too - rename becasue the same name is used for labelInput on filters and intervals * i18n fix * p2
Summary
Extracts some parts of xy visualization that touch reference lines to make it easier to add annotations.
These changes are just moving parts around, there's nothing serious here.
Checklist
Delete any items that are not applicable to this PR.
Risk Matrix
Delete this section if it is not applicable to this PR.
Before closing this PR, invite QA, stakeholders, and other developers to identify risks that should be tested prior to the change/feature release.
When forming the risk matrix, consider some of the following examples and how they may potentially impact the change:
For maintainers