mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix background styling of waterfall chart sidebar tooltip. (#103997)
This commit is contained in:
parent
7907b6ad45
commit
8daffb00f4
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ import {
|
|||
} from '@elastic/eui';
|
||||
import { i18n } from '@kbn/i18n';
|
||||
import { WaterfallTooltipContent } from './waterfall_tooltip_content';
|
||||
import { WaterfallTooltipResponsiveMaxWidth } from './styles';
|
||||
import { WaterfallChartTooltip } from './styles';
|
||||
import { FIXED_AXIS_HEIGHT } from './constants';
|
||||
import { euiStyled } from '../../../../../../../../../src/plugins/kibana_react/common';
|
||||
import { formatTooltipHeading } from '../../step_detail/waterfall/data_formatting';
|
||||
|
@ -116,7 +116,7 @@ export const MiddleTruncatedText = ({
|
|||
<EuiScreenReaderOnly>
|
||||
<span data-test-subj="middleTruncatedTextSROnly">{fullText}</span>
|
||||
</EuiScreenReaderOnly>
|
||||
<WaterfallTooltipResponsiveMaxWidth
|
||||
<WaterfallChartTooltip
|
||||
as={EuiToolTip}
|
||||
content={
|
||||
<WaterfallTooltipContent {...{ text: formatTooltipHeading(index, fullText), url }} />
|
||||
|
@ -164,7 +164,7 @@ export const MiddleTruncatedText = ({
|
|||
</InnerContainer>
|
||||
)}
|
||||
</>
|
||||
</WaterfallTooltipResponsiveMaxWidth>
|
||||
</WaterfallChartTooltip>
|
||||
<span>
|
||||
<EuiLink href={url} external target="_blank">
|
||||
<EuiScreenReaderOnly>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue