-
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
[Vis: Default editor] EUIficate Panel Setting tab #42828
Conversation
Pinging @elastic/kibana-app |
This comment has been minimized.
This comment has been minimized.
💔 Build Failed |
💔 Build Failed |
@cchaos I tried with |
💔 Build Failed |
} | ||
}; | ||
}); | ||
export { legendPositions }; |
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.
Let's add legendPositions
into editorConfig.collections
to be in consistency with other configs
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.
Done.
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.
Overall, LGTM 👌
@cchaos so far I noticed that |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@@ -59,6 +70,7 @@ function GridOptions({ stateParams, setValue }: VisOptionsProps<BasicVislibParam | |||
</EuiTitle> | |||
|
|||
<SwitchOption | |||
disabled={hasHistogramAgg} |
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.
Is it then also possible to add a tooltip saying such? Like tip={hasHistogramAgg ? 'X axis lines can't show for histograms' : undefined}
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.
This comment has been minimized.
This comment has been minimized.
💚 Build Succeeded |
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.
There is one spacer element that could be removed IMHO, rest LGTM.
/> | ||
)} | ||
|
||
<EuiSpacer size="s" /> |
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.
Do we need this spacer?
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.
💚 Build Succeeded |
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.
Thx!
* EUIficate pointe-series and grid * Apply TS * Show grid on a panel * Remove extra space * Add TS * Use BasicOptions * Adjust func test * Add dataTestSubj prop to SelectOption * Use id instead of data-sest-subj * Disable show x-axis lines when there is histogram agg * Add tooltip for disabled 'Show x-axis lines' config * Remove extra space
Summary
A part of #38273.
EUIfication of the
point-series
andgrid
templates from thePanel Setting
tab in the Area/Bar/Line vis.Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers