Skip to content

Commit

Permalink
[8.6] [SecuritySolution] Update area chart settings for user authenti…
Browse files Browse the repository at this point in the history
…cations (elastic#145896) (elastic#146007)

# Backport

This will backport the following commits from `main` to `8.6`:
- [[SecuritySolution] Update area chart settings for user
authentications
(elastic#145896)](elastic#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":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-22T15:02:16Z","message":"[SecuritySolution]
Update area chart settings for user authentications (elastic#145896)\n\n##
Summary\r\n\r\nOriginal issue: Title of x-axis on user authentications
area chart\r\nshould be
hidden.\r\nhttps://github.com/elastic/issues/145836\r\n\r\n<img\r\nsrc=\"https://user-images.githubusercontent.com/108654988/203034916-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 (elastic#145896)\n\n##
Summary\r\n\r\nOriginal issue: Title of x-axis on user authentications
area chart\r\nshould be
hidden.\r\nhttps://github.com/elastic/issues/145836\r\n\r\n<img\r\nsrc=\"https://user-images.githubusercontent.com/108654988/203034916-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 (elastic#145896)\n\n##
Summary\r\n\r\nOriginal issue: Title of x-axis on user authentications
area chart\r\nshould be
hidden.\r\nhttps://github.com/elastic/issues/145836\r\n\r\n<img\r\nsrc=\"https://user-images.githubusercontent.com/108654988/203034916-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 <[email protected]>
  • Loading branch information
kibanamachine and angorayc authored Nov 22, 2022
1 parent 7fdd692 commit 1da8e9d
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 1da8e9d

Please sign in to comment.