[8.6] [SecuritySolution] Update area chart settings for user authentications (#145896) (#146007)

# Backport

This will backport the following commits from `main` to `8.6`:
- [[SecuritySolution] Update area chart settings for user
authentications
(#145896)](https://github.com/elastic/kibana/pull/145896)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Angela
Chuang","email":"6295984+angorayc@users.noreply.github.com"},"sourceCommit":{"committedDate":"2022-11-22T15:02:16Z","message":"[SecuritySolution]
Update area chart settings for user authentications (#145896)\n\n##
Summary\r\n\r\nOriginal issue: Title of x-axis on user authentications
area chart\r\nshould be
hidden.\r\n203034916-ced5dec7-5bca-44e6-a21f-21a8d5e5ccda.jpg\"\r\n/>\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n\r\n- [x] [Unit or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common
scenarios","sha":"09b821daf97cf5db51062f7722b27693ff6fcd9c","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:Threat
Hunting","Team: SecuritySolution","Team:Threat
Hunting:Explore","v8.6.0","v8.7.0","v8.5.2"],"number":145896,"url":"https://github.com/elastic/kibana/pull/145896","mergeCommit":{"message":"[SecuritySolution]
Update area chart settings for user authentications (#145896)\n\n##
Summary\r\n\r\nOriginal issue: Title of x-axis on user authentications
area chart\r\nshould be
hidden.\r\n203034916-ced5dec7-5bca-44e6-a21f-21a8d5e5ccda.jpg\"\r\n/>\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n\r\n- [x] [Unit or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common
scenarios","sha":"09b821daf97cf5db51062f7722b27693ff6fcd9c"}},"sourceBranch":"main","suggestedTargetBranches":["8.6","8.5"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145896","number":145896,"mergeCommit":{"message":"[SecuritySolution]
Update area chart settings for user authentications (#145896)\n\n##
Summary\r\n\r\nOriginal issue: Title of x-axis on user authentications
area chart\r\nshould be
hidden.\r\n203034916-ced5dec7-5bca-44e6-a21f-21a8d5e5ccda.jpg\"\r\n/>\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n\r\n- [x] [Unit or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common
scenarios","sha":"09b821daf97cf5db51062f7722b27693ff6fcd9c"}},{"branch":"8.5","label":"v8.5.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Angela Chuang <6295984+angorayc@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2022-11-22 11:39:02 -05:00 committed by GitHub
parent 7fdd6925ce
commit 1da8e9dc45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -167,7 +167,7 @@ Object {
},
"visualization": Object {
"axisTitlesVisibilitySettings": Object {
"x": true,
"x": false,
"yLeft": false,
"yRight": true,
},

View file

@ -15,7 +15,7 @@ export const kpiUserAuthenticationsAreaLensAttributes: LensAttributes = {
state: {
visualization: {
axisTitlesVisibilitySettings: {
x: true,
x: false,
yLeft: false,
yRight: true,
},