mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
# Backport This will backport the following commits from `main` to `8.13`: - [[Security Solution][Data Quality Dashboard] Add missing same-family field in summary chart (#178167)](https://github.com/elastic/kibana/pull/178167) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Karen Grigoryan","email":"karen.grigoryan@elastic.co"},"sourceCommit":{"committedDate":"2024-03-08T09:56:08Z","message":"[Security Solution][Data Quality Dashboard] Add missing same-family field in summary chart (#178167)\n\nFixes #177780\r\n\r\n## Summary\r\n\r\nsame-field category is missing in summary tab hollow chart. This PR\r\nenables same-field category display in summary tab hollow chart.\r\n\r\n#### Before:\r\n\r\n\r\n |
||
---|---|---|
.. | ||
data_table | ||
ecs_data_quality_dashboard | ||
features | ||
navigation | ||
side_nav | ||
storybook/config | ||
upselling | ||
README.mdx |
## Security Solution package This package compiles components used by Security Solution ### Lazy by default All components are exported to be lazily-loaded with a default `React.Suspense` default most appropriate to its nature. If a page needs to alter the `React.Suspense` behavior, (e.g. a different "loading" component), one can import the `Lazy[ComponentName]` version and surround it with a custom `React.Suspense` component.