Skip to content

Commit

Permalink
[SecuritySolution] Update area chart settings for user authentications (
Browse files Browse the repository at this point in the history
#145896)

## Summary

Original issue: Title of x-axis on user authentications area chart
should be hidden.
#145836

<img
src="https://user-images.githubusercontent.com/108654988/203034916-ced5dec7-5bca-44e6-a21f-21a8d5e5ccda.jpg"
/>

### Checklist

Delete any items that are not applicable to this PR.


- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
  • Loading branch information
angorayc authored Nov 22, 2022
1 parent e8d77b3 commit 09b821d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const kpiUserAuthenticationsAreaLensAttributes: LensAttributes = {
state: {
visualization: {
axisTitlesVisibilitySettings: {
x: true,
x: false,
yLeft: false,
yRight: true,
},
Expand Down

0 comments on commit 09b821d

Please sign in to comment.