@elastic/charts 71.1.1 → 71.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/dist/chart_types/bullet_graph/renderer/canvas/index.js +8 -6
- package/dist/chart_types/bullet_graph/renderer/canvas/index.js.map +1 -1
- package/dist/chart_types/metric/renderer/dom/badge.js +2 -1
- package/dist/chart_types/metric/renderer/dom/badge.js.map +1 -1
- package/dist/chart_types/metric/renderer/dom/text_measurements.js +1 -1
- package/dist/chart_types/metric/renderer/dom/text_measurements.js.map +1 -1
- package/dist/chart_types/partition_chart/state/selectors/get_chart_type_description.js +1 -1
- package/dist/chart_types/partition_chart/state/selectors/get_chart_type_description.js.map +1 -1
- package/dist/chart_types/timeslip/timeslip/render/raster.js +1 -1
- package/dist/chart_types/timeslip/timeslip/render/raster.js.map +1 -1
- package/dist/chart_types/xy_chart/domains/x_domain.js +2 -1
- package/dist/chart_types/xy_chart/domains/x_domain.js.map +1 -1
- package/dist/chart_types/xy_chart/domains/y_domain.js +3 -1
- package/dist/chart_types/xy_chart/domains/y_domain.js.map +1 -1
- package/dist/chart_types/xy_chart/renderer/canvas/lines.js +1 -1
- package/dist/chart_types/xy_chart/renderer/canvas/lines.js.map +1 -1
- package/dist/chart_types/xy_chart/renderer/canvas/points.js +9 -3
- package/dist/chart_types/xy_chart/renderer/canvas/points.js.map +1 -1
- package/dist/chart_types/xy_chart/renderer/dom/highlighter.js +28 -8
- package/dist/chart_types/xy_chart/renderer/dom/highlighter.js.map +1 -1
- package/dist/chart_types/xy_chart/rendering/bars.js +38 -29
- package/dist/chart_types/xy_chart/rendering/bars.js.map +1 -1
- package/dist/chart_types/xy_chart/rendering/points.js +5 -4
- package/dist/chart_types/xy_chart/rendering/points.js.map +1 -1
- package/dist/chart_types/xy_chart/rendering/utils.js +14 -0
- package/dist/chart_types/xy_chart/rendering/utils.js.map +1 -1
- package/dist/chart_types/xy_chart/state/chart_selectors.js +2 -0
- package/dist/chart_types/xy_chart/state/chart_selectors.js.map +1 -1
- package/dist/chart_types/xy_chart/state/selectors/get_legend_max_formatted_value.d.ts +2 -0
- package/dist/chart_types/xy_chart/state/selectors/get_legend_max_formatted_value.d.ts.map +1 -0
- package/dist/chart_types/xy_chart/state/selectors/get_legend_max_formatted_value.js +25 -0
- package/dist/chart_types/xy_chart/state/selectors/get_legend_max_formatted_value.js.map +1 -0
- package/dist/chart_types/xy_chart/state/selectors/get_tooltip_values_highlighted_geoms.js +49 -14
- package/dist/chart_types/xy_chart/state/selectors/get_tooltip_values_highlighted_geoms.js.map +1 -1
- package/dist/chart_types/xy_chart/utils/specs.d.ts +0 -1
- package/dist/chart_types/xy_chart/utils/specs.d.ts.map +1 -1
- package/dist/chart_types/xy_chart/utils/specs.js.map +1 -1
- package/dist/common/data_structures.js +3 -2
- package/dist/common/data_structures.js.map +1 -1
- package/dist/common/legend.d.ts.map +1 -1
- package/dist/common/legend.js +34 -2
- package/dist/common/legend.js.map +1 -1
- package/dist/common/text_utils.d.ts +1 -1
- package/dist/common/text_utils.d.ts.map +1 -1
- package/dist/common/text_utils.js +1 -1
- package/dist/common/text_utils.js.map +1 -1
- package/dist/components/legend/constants.d.ts +2 -0
- package/dist/components/legend/constants.d.ts.map +1 -0
- package/dist/components/legend/constants.js +5 -0
- package/dist/components/legend/constants.js.map +1 -0
- package/dist/components/legend/label.js +17 -7
- package/dist/components/legend/label.js.map +1 -1
- package/dist/components/legend/legend.js +24 -16
- package/dist/components/legend/legend.js.map +1 -1
- package/dist/components/legend/legend_list.d.ts +2 -0
- package/dist/components/legend/legend_list.d.ts.map +1 -0
- package/dist/components/legend/legend_list.js +126 -0
- package/dist/components/legend/legend_list.js.map +1 -0
- package/dist/components/legend/legend_table/legend_table_item.js +8 -4
- package/dist/components/legend/legend_table/legend_table_item.js.map +1 -1
- package/dist/components/legend/use_action_focus_management.d.ts +2 -0
- package/dist/components/legend/use_action_focus_management.d.ts.map +1 -0
- package/dist/components/legend/use_action_focus_management.js +172 -0
- package/dist/components/legend/use_action_focus_management.js.map +1 -0
- package/dist/components/legend/utils.js +11 -1
- package/dist/components/legend/utils.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/legacy/theme_dark.css +1 -1
- package/dist/legacy/theme_dark.css.map +1 -1
- package/dist/legacy/theme_light.css +1 -1
- package/dist/legacy/theme_light.css.map +1 -1
- package/dist/legacy/theme_only_dark.css +1 -1
- package/dist/legacy/theme_only_dark.css.map +1 -1
- package/dist/legacy/theme_only_light.css +1 -1
- package/dist/legacy/theme_only_light.css.map +1 -1
- package/dist/specs/default_legend_config.js +1 -0
- package/dist/specs/default_legend_config.js.map +1 -1
- package/dist/specs/default_settings_spec.d.ts +1 -1
- package/dist/specs/default_settings_spec.d.ts.map +1 -1
- package/dist/specs/settings.d.ts +17 -1
- package/dist/specs/settings.d.ts.map +1 -1
- package/dist/specs/settings.js.map +1 -1
- package/dist/state/chart_selectors.js +1 -0
- package/dist/state/chart_selectors.js.map +1 -1
- package/dist/state/selectors/get_legend_config_selector.js +3 -1
- package/dist/state/selectors/get_legend_config_selector.js.map +1 -1
- package/dist/state/selectors/get_legend_size.js +53 -11
- package/dist/state/selectors/get_legend_size.js.map +1 -1
- package/dist/state/selectors/get_longest_legend_formatted_value.d.ts +2 -0
- package/dist/state/selectors/get_longest_legend_formatted_value.d.ts.map +1 -0
- package/dist/state/selectors/get_longest_legend_formatted_value.js +25 -0
- package/dist/state/selectors/get_longest_legend_formatted_value.js.map +1 -0
- package/dist/state/utils/legend_row_count.d.ts +2 -0
- package/dist/state/utils/legend_row_count.d.ts.map +1 -0
- package/dist/state/utils/legend_row_count.js +58 -0
- package/dist/state/utils/legend_row_count.js.map +1 -0
- package/dist/theme.scss +149 -5
- package/dist/theme_dark.css +1 -1
- package/dist/theme_dark.css.map +1 -1
- package/dist/theme_light.css +1 -1
- package/dist/theme_light.css.map +1 -1
- package/dist/theme_only_dark.css +1 -1
- package/dist/theme_only_dark.css.map +1 -1
- package/dist/theme_only_light.css +1 -1
- package/dist/theme_only_light.css.map +1 -1
- package/dist/utils/bbox/canvas_text_bbox_calculator.js +7 -5
- package/dist/utils/bbox/canvas_text_bbox_calculator.js.map +1 -1
- package/dist/utils/common.d.ts +7 -0
- package/dist/utils/common.d.ts.map +1 -1
- package/dist/utils/common.js +5 -1
- package/dist/utils/common.js.map +1 -1
- package/dist/utils/geometry.js.map +1 -1
- package/dist/utils/themes/amsterdam_dark_theme.d.ts.map +1 -1
- package/dist/utils/themes/amsterdam_dark_theme.js +12 -5
- package/dist/utils/themes/amsterdam_dark_theme.js.map +1 -1
- package/dist/utils/themes/amsterdam_light_theme.d.ts.map +1 -1
- package/dist/utils/themes/amsterdam_light_theme.js +12 -5
- package/dist/utils/themes/amsterdam_light_theme.js.map +1 -1
- package/dist/utils/themes/base_colors.js +4 -4
- package/dist/utils/themes/base_colors.js.map +1 -1
- package/dist/utils/themes/dark_theme.d.ts.map +1 -1
- package/dist/utils/themes/dark_theme.js +23 -15
- package/dist/utils/themes/dark_theme.js.map +1 -1
- package/dist/utils/themes/legacy_dark_theme.d.ts.map +1 -1
- package/dist/utils/themes/legacy_dark_theme.js +10 -3
- package/dist/utils/themes/legacy_dark_theme.js.map +1 -1
- package/dist/utils/themes/legacy_light_theme.d.ts.map +1 -1
- package/dist/utils/themes/legacy_light_theme.js +10 -3
- package/dist/utils/themes/legacy_light_theme.js.map +1 -1
- package/dist/utils/themes/light_theme.d.ts.map +1 -1
- package/dist/utils/themes/light_theme.js +23 -14
- package/dist/utils/themes/light_theme.js.map +1 -1
- package/dist/utils/themes/theme.d.ts +24 -1
- package/dist/utils/themes/theme.d.ts.map +1 -1
- package/dist/utils/themes/theme.js.map +1 -1
- package/dist/utils/time_zone.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/legend/legend_item.d.ts +0 -2
- package/dist/components/legend/legend_item.d.ts.map +0 -1
- package/dist/components/legend/legend_item.js +0 -87
- package/dist/components/legend/legend_item.js.map +0 -1
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.ActionFocusProvider = ActionFocusProvider;
|
|
27
|
+
exports.useActionFocusManagement = useActionFocusManagement;
|
|
28
|
+
const react_1 = __importStar(require("react"));
|
|
29
|
+
const FOCUS_IGNORE_WINDOW_MS = 250;
|
|
30
|
+
const ActionFocusContext = (0, react_1.createContext)(null);
|
|
31
|
+
function ActionFocusProvider({ children, enabled }) {
|
|
32
|
+
const activeEntryRef = (0, react_1.useRef)(null);
|
|
33
|
+
const lastDeactivatedElementRef = (0, react_1.useRef)(null);
|
|
34
|
+
const ignoreFocusUntilRef = (0, react_1.useRef)(0);
|
|
35
|
+
const focusIgnoreTimeoutIdRef = (0, react_1.useRef)(null);
|
|
36
|
+
const [hasActive, setHasActive] = (0, react_1.useState)(false);
|
|
37
|
+
const [focusIgnoreActive, setFocusIgnoreActive] = (0, react_1.useState)(false);
|
|
38
|
+
const clearFocusIgnoreWindow = (0, react_1.useCallback)(() => {
|
|
39
|
+
ignoreFocusUntilRef.current = 0;
|
|
40
|
+
lastDeactivatedElementRef.current = null;
|
|
41
|
+
setFocusIgnoreActive(false);
|
|
42
|
+
if (focusIgnoreTimeoutIdRef.current !== null) {
|
|
43
|
+
window.clearTimeout(focusIgnoreTimeoutIdRef.current);
|
|
44
|
+
focusIgnoreTimeoutIdRef.current = null;
|
|
45
|
+
}
|
|
46
|
+
}, []);
|
|
47
|
+
const startFocusIgnoreWindow = (0, react_1.useCallback)(() => {
|
|
48
|
+
ignoreFocusUntilRef.current = Date.now() + FOCUS_IGNORE_WINDOW_MS;
|
|
49
|
+
setFocusIgnoreActive(true);
|
|
50
|
+
if (focusIgnoreTimeoutIdRef.current !== null) {
|
|
51
|
+
window.clearTimeout(focusIgnoreTimeoutIdRef.current);
|
|
52
|
+
}
|
|
53
|
+
focusIgnoreTimeoutIdRef.current = window.setTimeout(() => {
|
|
54
|
+
clearFocusIgnoreWindow();
|
|
55
|
+
}, FOCUS_IGNORE_WINDOW_MS);
|
|
56
|
+
}, [clearFocusIgnoreWindow]);
|
|
57
|
+
const registerActive = (0, react_1.useCallback)((entry) => {
|
|
58
|
+
const current = activeEntryRef.current;
|
|
59
|
+
if (current && current.ref !== entry.ref) {
|
|
60
|
+
current.deactivate();
|
|
61
|
+
}
|
|
62
|
+
activeEntryRef.current = entry;
|
|
63
|
+
setHasActive(true);
|
|
64
|
+
clearFocusIgnoreWindow();
|
|
65
|
+
}, [clearFocusIgnoreWindow]);
|
|
66
|
+
const unregisterActive = (0, react_1.useCallback)((ref) => {
|
|
67
|
+
if (activeEntryRef.current?.ref === ref) {
|
|
68
|
+
activeEntryRef.current = null;
|
|
69
|
+
setHasActive(false);
|
|
70
|
+
}
|
|
71
|
+
}, []);
|
|
72
|
+
(0, react_1.useEffect)(() => {
|
|
73
|
+
if (!enabled) {
|
|
74
|
+
if (activeEntryRef.current) {
|
|
75
|
+
activeEntryRef.current.deactivate();
|
|
76
|
+
activeEntryRef.current = null;
|
|
77
|
+
}
|
|
78
|
+
setHasActive(false);
|
|
79
|
+
clearFocusIgnoreWindow();
|
|
80
|
+
return;
|
|
81
|
+
}
|
|
82
|
+
}, [clearFocusIgnoreWindow, enabled]);
|
|
83
|
+
(0, react_1.useEffect)(() => {
|
|
84
|
+
if (!enabled || !hasActive)
|
|
85
|
+
return;
|
|
86
|
+
const onPointerDown = (e) => {
|
|
87
|
+
const entry = activeEntryRef.current;
|
|
88
|
+
if (!entry)
|
|
89
|
+
return;
|
|
90
|
+
const actionElement = entry.ref.current;
|
|
91
|
+
if (!actionElement?.contains(e.target)) {
|
|
92
|
+
entry.deactivate();
|
|
93
|
+
lastDeactivatedElementRef.current = actionElement;
|
|
94
|
+
activeEntryRef.current = null;
|
|
95
|
+
setHasActive(false);
|
|
96
|
+
startFocusIgnoreWindow();
|
|
97
|
+
}
|
|
98
|
+
else {
|
|
99
|
+
clearFocusIgnoreWindow();
|
|
100
|
+
}
|
|
101
|
+
};
|
|
102
|
+
document.addEventListener('pointerdown', onPointerDown, true);
|
|
103
|
+
return () => {
|
|
104
|
+
document.removeEventListener('pointerdown', onPointerDown, true);
|
|
105
|
+
};
|
|
106
|
+
}, [clearFocusIgnoreWindow, enabled, hasActive, startFocusIgnoreWindow]);
|
|
107
|
+
(0, react_1.useEffect)(() => {
|
|
108
|
+
if (!enabled || !focusIgnoreActive)
|
|
109
|
+
return;
|
|
110
|
+
const onFocusIn = (e) => {
|
|
111
|
+
if (ignoreFocusUntilRef.current === 0)
|
|
112
|
+
return;
|
|
113
|
+
if (Date.now() > ignoreFocusUntilRef.current) {
|
|
114
|
+
clearFocusIgnoreWindow();
|
|
115
|
+
return;
|
|
116
|
+
}
|
|
117
|
+
const lastDeactivated = lastDeactivatedElementRef.current;
|
|
118
|
+
if (!lastDeactivated)
|
|
119
|
+
return;
|
|
120
|
+
const target = e.target;
|
|
121
|
+
if (target && lastDeactivated.contains(target)) {
|
|
122
|
+
target.blur();
|
|
123
|
+
}
|
|
124
|
+
};
|
|
125
|
+
document.addEventListener('focusin', onFocusIn, true);
|
|
126
|
+
return () => {
|
|
127
|
+
document.removeEventListener('focusin', onFocusIn, true);
|
|
128
|
+
};
|
|
129
|
+
}, [clearFocusIgnoreWindow, enabled, focusIgnoreActive]);
|
|
130
|
+
const value = (0, react_1.useMemo)(() => ({ registerActive, unregisterActive }), [registerActive, unregisterActive]);
|
|
131
|
+
return react_1.default.createElement(ActionFocusContext.Provider, { value: enabled ? value : null }, children);
|
|
132
|
+
}
|
|
133
|
+
function useActionFocusManagement() {
|
|
134
|
+
const [isActive, setIsActive] = (0, react_1.useState)(false);
|
|
135
|
+
const actionRef = (0, react_1.useRef)(null);
|
|
136
|
+
const ctx = (0, react_1.useContext)(ActionFocusContext);
|
|
137
|
+
const ctxRef = (0, react_1.useRef)(ctx);
|
|
138
|
+
ctxRef.current = ctx;
|
|
139
|
+
const activate = (0, react_1.useCallback)(() => {
|
|
140
|
+
if (!ctx)
|
|
141
|
+
return;
|
|
142
|
+
setIsActive(true);
|
|
143
|
+
ctx.registerActive({
|
|
144
|
+
ref: actionRef,
|
|
145
|
+
deactivate: () => setIsActive(false),
|
|
146
|
+
});
|
|
147
|
+
}, [ctx]);
|
|
148
|
+
(0, react_1.useEffect)(() => {
|
|
149
|
+
return () => {
|
|
150
|
+
ctxRef.current?.unregisterActive(actionRef);
|
|
151
|
+
};
|
|
152
|
+
}, []);
|
|
153
|
+
const handlePointerDown = (0, react_1.useCallback)(() => {
|
|
154
|
+
activate();
|
|
155
|
+
}, [activate]);
|
|
156
|
+
const handleKeyDown = (0, react_1.useCallback)((e) => {
|
|
157
|
+
if (e.key === 'Enter' || e.key === ' ') {
|
|
158
|
+
activate();
|
|
159
|
+
}
|
|
160
|
+
else if (e.currentTarget.contains(e.target)) {
|
|
161
|
+
setIsActive(false);
|
|
162
|
+
ctx?.unregisterActive(actionRef);
|
|
163
|
+
}
|
|
164
|
+
}, [activate, ctx]);
|
|
165
|
+
return {
|
|
166
|
+
isActive,
|
|
167
|
+
actionRef,
|
|
168
|
+
handlePointerDown,
|
|
169
|
+
handleKeyDown,
|
|
170
|
+
};
|
|
171
|
+
}
|
|
172
|
+
//# sourceMappingURL=use_action_focus_management.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use_action_focus_management.js","sourceRoot":"","sources":["../../../src/components/legend/use_action_focus_management.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.prepareLegendValues = void 0;
|
|
3
4
|
exports.getExtra = getExtra;
|
|
4
5
|
const legend_1 = require("../../common/legend");
|
|
5
6
|
const findCurrentValue = (values) => values.find((v) => v.type === legend_1.LegendValue.CurrentAndLastValue || v.type === legend_1.LegendValue.Value);
|
|
@@ -12,6 +13,15 @@ function getExtra(extraValues, item, totalItems) {
|
|
|
12
13
|
const extraValueKey = path.map(({ index }) => index).join('__');
|
|
13
14
|
const itemExtraValues = extraValues.has(extraValueKey) ? extraValues.get(extraValueKey) : extraValues.get(key);
|
|
14
15
|
const actionExtra = childId !== undefined ? itemExtraValues?.get(childId) : undefined;
|
|
15
|
-
return actionExtra
|
|
16
|
+
return actionExtra ?? (extraValues.size === totalItems ? findCurrentValue(values) : undefined);
|
|
16
17
|
}
|
|
18
|
+
const prepareLegendValues = (item, legendValues, totalItems, extraValues) => {
|
|
19
|
+
return legendValues.map((legendValue) => {
|
|
20
|
+
if (legendValue === legend_1.LegendValue.Value || legendValue === legend_1.LegendValue.CurrentAndLastValue) {
|
|
21
|
+
return getExtra(extraValues, item, totalItems);
|
|
22
|
+
}
|
|
23
|
+
return item.values.find(({ type }) => type === legendValue);
|
|
24
|
+
});
|
|
25
|
+
};
|
|
26
|
+
exports.prepareLegendValues = prepareLegendValues;
|
|
17
27
|
//# sourceMappingURL=utils.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/components/legend/utils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/components/legend/utils.ts"],"names":[],"mappings":";;;AAeA,4BAeC;AArBD,gDAAkD;AAElD,MAAM,gBAAgB,GAAG,CAAC,MAAyB,EAAE,EAAE,CACrD,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,oBAAW,CAAC,mBAAmB,IAAI,CAAC,CAAC,IAAI,KAAK,oBAAW,CAAC,KAAK,CAAC,CAAC;AAGjG,SAAgB,QAAQ,CACtB,WAA+C,EAC/C,IAAgB,EAChB,UAAkB;IAElB,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC;IAE1D,IAAI,WAAW,CAAC,IAAI,KAAK,CAAC,IAAI,iBAAiB,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,EAAE,CAAC;QACpF,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAClC,CAAC;IACD,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,GAAG,iBAAiB,CAAC;IACpC,MAAM,aAAa,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAChE,MAAM,eAAe,GAAG,WAAW,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,WAAW,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,WAAW,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAC/G,MAAM,WAAW,GAAG,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,eAAe,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;IACtF,OAAO,WAAW,IAAI,CAAC,WAAW,CAAC,IAAI,KAAK,UAAU,CAAC,CAAC,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;AACjG,CAAC;AAGM,MAAM,mBAAmB,GAAG,CACjC,IAAgB,EAChB,YAA2B,EAC3B,UAAkB,EAClB,WAA+C,EAC/C,EAAE;IACF,OAAO,YAAY,CAAC,GAAG,CAAC,CAAC,WAAW,EAAE,EAAE;QACtC,IAAI,WAAW,KAAK,oBAAW,CAAC,KAAK,IAAI,WAAW,KAAK,oBAAW,CAAC,mBAAmB,EAAE,CAAC;YACzF,OAAO,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,UAAU,CAAC,CAAC;QACjD,CAAC;QACD,OAAO,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,IAAI,KAAK,WAAW,CAAC,CAAC;IAC9D,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAZW,QAAA,mBAAmB,uBAY9B"}
|
package/dist/index.d.ts
CHANGED
|
@@ -42,7 +42,7 @@ export { AnimKeyframe } from './chart_types/partition_chart/layout/types/config_
|
|
|
42
42
|
export { Cell } from './chart_types/heatmap/layout/types/viewmodel_types';
|
|
43
43
|
export { HeatmapCellDatum } from './chart_types/heatmap/layout/viewmodel/viewmodel';
|
|
44
44
|
export { ColorBand, HeatmapBandsColorScale, HeatmapProps, HeatmapHighlightedData, } from './chart_types/heatmap/specs/heatmap';
|
|
45
|
-
export { Datum, Position, Rendering, Rotation, VerticalAlignment, HorizontalAlignment, RecursivePartial, NonAny, IsAny, IsUnknown, ColorVariant, LabelAccessor, ShowAccessor, ValueAccessor, ValueFormatter, LayoutDirection, } from './utils/common';
|
|
45
|
+
export { Datum, Position, Rendering, Rotation, VerticalAlignment, HorizontalAlignment, RecursivePartial, NonAny, IsAny, IsUnknown, ColorVariant, LabelAccessor, ShowAccessor, ValueAccessor, ValueFormatter, LegendLayout, LayoutDirection, } from './utils/common';
|
|
46
46
|
export { DataGenerator } from './utils/data_generators/data_generator';
|
|
47
47
|
export * from './utils/themes/merge_utils';
|
|
48
48
|
export * from './utils/use_legend_action';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.TimeFunction = exports.computeRatioByGroups = exports.roundDateToESInterval = exports.Predicate = exports.FONT_STYLES = exports.LegendStrategy = exports.defaultPartitionValueFormatter = exports.MODEL_KEY = exports.DataGenerator = exports.LayoutDirection = exports.ColorVariant = exports.HorizontalAlignment = exports.VerticalAlignment = exports.Position = exports.AMSTERDAM_DARK_THEME = exports.AMSTERDAM_LIGHT_THEME = exports.LEGACY_DARK_THEME = exports.LEGACY_LIGHT_THEME = exports.DARK_THEME = exports.LIGHT_THEME = exports.getChartsTheme = exports.AnimationSpeed = exports.ScaleType = exports.PartitionLayout = exports.LegendValue = exports.BandedAccessorType = exports.niceTimeFormatByDay = exports.niceTimeFormatter = exports.timeFormatter = exports.CurveType = exports.toEntries = exports.ChartType = void 0;
|
|
17
|
+
exports.TimeFunction = exports.computeRatioByGroups = exports.roundDateToESInterval = exports.Predicate = exports.FONT_STYLES = exports.LegendStrategy = exports.defaultPartitionValueFormatter = exports.MODEL_KEY = exports.DataGenerator = exports.LayoutDirection = exports.LegendLayout = exports.ColorVariant = exports.HorizontalAlignment = exports.VerticalAlignment = exports.Position = exports.AMSTERDAM_DARK_THEME = exports.AMSTERDAM_LIGHT_THEME = exports.LEGACY_DARK_THEME = exports.LEGACY_LIGHT_THEME = exports.DARK_THEME = exports.LIGHT_THEME = exports.getChartsTheme = exports.AnimationSpeed = exports.ScaleType = exports.PartitionLayout = exports.LegendValue = exports.BandedAccessorType = exports.niceTimeFormatByDay = exports.niceTimeFormatter = exports.timeFormatter = exports.CurveType = exports.toEntries = exports.ChartType = void 0;
|
|
18
18
|
__exportStar(require("./components"), exports);
|
|
19
19
|
var chart_types_1 = require("./chart_types");
|
|
20
20
|
Object.defineProperty(exports, "ChartType", { enumerable: true, get: function () { return chart_types_1.ChartType; } });
|
|
@@ -62,6 +62,7 @@ Object.defineProperty(exports, "Position", { enumerable: true, get: function ()
|
|
|
62
62
|
Object.defineProperty(exports, "VerticalAlignment", { enumerable: true, get: function () { return common_2.VerticalAlignment; } });
|
|
63
63
|
Object.defineProperty(exports, "HorizontalAlignment", { enumerable: true, get: function () { return common_2.HorizontalAlignment; } });
|
|
64
64
|
Object.defineProperty(exports, "ColorVariant", { enumerable: true, get: function () { return common_2.ColorVariant; } });
|
|
65
|
+
Object.defineProperty(exports, "LegendLayout", { enumerable: true, get: function () { return common_2.LegendLayout; } });
|
|
65
66
|
Object.defineProperty(exports, "LayoutDirection", { enumerable: true, get: function () { return common_2.LayoutDirection; } });
|
|
66
67
|
var data_generator_1 = require("./utils/data_generators/data_generator");
|
|
67
68
|
Object.defineProperty(exports, "DataGenerator", { enumerable: true, get: function () { return data_generator_1.DataGenerator; } });
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAQA,+CAA6B;AAC7B,6CAA0C;AAAjC,wGAAA,SAAS,OAAA;AAMlB,0CAAwB;AACxB,oDAAkC;AAkBlC,yCAA2C;AAAlC,mGAAA,SAAS,OAAA;AAClB,yCAA2C;AAAlC,mGAAA,SAAS,OAAA;AAGlB,sDAAgG;AAAvF,2GAAA,aAAa,OAAA;AAAE,+GAAA,iBAAiB,OAAA;AAAE,iHAAA,mBAAmB,OAAA;AAS9D,6CAAqE;AAA7C,8GAAA,kBAAkB,OAAA;AAE1C,0CAA+D;AAArC,qGAAA,WAAW,OAAA;AAIrC,wFAA0F;AAAjF,+GAAA,eAAe,OAAA;AAUxB,uDAAqC;AAGrC,gDAA+C;AAAtC,sGAAA,SAAS,OAAA;AAIlB,yFAIqE;AADnE,2GAAA,cAAc,OAAA;AAIhB,uDAAqC;AACrC,8DAA4C;AAC5C,oEAAiE;AAAxD,kHAAA,cAAc,OAAA;AACvB,0DAAyD;AAAhD,0GAAA,WAAW,OAAA;AACpB,wDAAuD;AAA9C,wGAAA,UAAU,OAAA;AACnB,wEAAuE;AAA9D,wHAAA,kBAAkB,OAAA;AAC3B,sEAAqE;AAA5D,sHAAA,iBAAiB,OAAA;AAC1B,8EAA6E;AAApE,8HAAA,qBAAqB,OAAA;AAC9B,4EAA2E;AAAlE,4HAAA,oBAAoB,OAAA;AAM7B,6FAA2E;AAC3E,6FAA2E;AAc3E,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAQA,+CAA6B;AAC7B,6CAA0C;AAAjC,wGAAA,SAAS,OAAA;AAMlB,0CAAwB;AACxB,oDAAkC;AAkBlC,yCAA2C;AAAlC,mGAAA,SAAS,OAAA;AAClB,yCAA2C;AAAlC,mGAAA,SAAS,OAAA;AAGlB,sDAAgG;AAAvF,2GAAA,aAAa,OAAA;AAAE,+GAAA,iBAAiB,OAAA;AAAE,iHAAA,mBAAmB,OAAA;AAS9D,6CAAqE;AAA7C,8GAAA,kBAAkB,OAAA;AAE1C,0CAA+D;AAArC,qGAAA,WAAW,OAAA;AAIrC,wFAA0F;AAAjF,+GAAA,eAAe,OAAA;AAUxB,uDAAqC;AAGrC,gDAA+C;AAAtC,sGAAA,SAAS,OAAA;AAIlB,yFAIqE;AADnE,2GAAA,cAAc,OAAA;AAIhB,uDAAqC;AACrC,8DAA4C;AAC5C,oEAAiE;AAAxD,kHAAA,cAAc,OAAA;AACvB,0DAAyD;AAAhD,0GAAA,WAAW,OAAA;AACpB,wDAAuD;AAA9C,wGAAA,UAAU,OAAA;AACnB,wEAAuE;AAA9D,wHAAA,kBAAkB,OAAA;AAC3B,sEAAqE;AAA5D,sHAAA,iBAAiB,OAAA;AAC1B,8EAA6E;AAApE,8HAAA,qBAAqB,OAAA;AAC9B,4EAA2E;AAAlE,4HAAA,oBAAoB,OAAA;AAM7B,6FAA2E;AAC3E,6FAA2E;AAc3E,yCAkBwB;AAhBtB,kGAAA,QAAQ,OAAA;AAGR,2GAAA,iBAAiB,OAAA;AACjB,6GAAA,mBAAmB,OAAA;AAKnB,sGAAA,YAAY,OAAA;AAKZ,sGAAA,YAAY,OAAA;AACZ,yGAAA,eAAe,OAAA;AAEjB,yEAAuE;AAA9D,+GAAA,aAAa,OAAA;AACtB,6DAA2C;AAC3C,4DAA0C;AAC1C,sEAAwG;AAA/F,mGAAA,SAAS,OAAA;AAAE,wHAAA,8BAA8B,OAAA;AAClD,kGAA8F;AAArF,mHAAA,cAAc,OAAA;AAGvB,kDAA6D;AAAzC,yGAAA,WAAW,OAAA;AAG/B,gDAA+C;AAAtC,sGAAA,SAAS,OAAA;AAUlB,8DAAqE;AAA5D,sHAAA,qBAAqB,OAAA;AAI9B,gEAAoE;AAA3D,uHAAA,oBAAoB,OAAA;AAC7B,yDAAsD;AAA7C,8GAAA,YAAY,OAAA;AACrB,sEAAoD;AACpD,sEAAoD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
svg text{letter-spacing:normal !important}html,body{font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif !important}.echChartStatus{visibility:hidden;pointer-events:none;z-index:-100000;width:0;height:0;position:absolute}.echChartBackground{position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.echChart{height:100%;width:100%;overflow:hidden;display:flex;flex-direction:column}.echChart__titles{margin-right:24px}.echChartContent{position:relative;display:flex;flex-direction:row;flex-grow:1;height:1px;width:100%}.echChartContent--column{flex-direction:column}.echChartTitle{font-style:normal;font-weight:bold;font-size:16px;line-height:19px;padding:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.echChartTitle+.echChartDescription{padding-top:0}.echChartDescription{padding:8px;font-style:normal;font-weight:normal;font-size:14px;line-height:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.echContainer{flex:1;position:relative;overflow:hidden;width:100%;height:100%}.echChartPointerContainer{position:absolute;top:0;bottom:0;right:0;left:0;box-sizing:border-box;user-select:none}.echChartResizer{z-index:-10000000;position:absolute;bottom:0;top:0;left:0;right:0;box-sizing:border-box}.echBrushTool{position:absolute;top:0;left:0;margin:0;padding:0;box-sizing:border-box;overflow:hidden;pointer-events:none}.echTooltip{box-shadow:0 1px 5px rgba(0,0,0,.25),0 3.6px 13px rgba(0,0,0,.175),0 8.4px 23px rgba(0,0,0,.15),0 23px 35px rgba(0,0,0,.125);border-radius:6px;background-color:#000;color:#fff;z-index:9000;max-width:256px;overflow-wrap:break-word;padding:8px;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;padding:0;max-width:100%;pointer-events:none;user-select:none;background-color:#1d1e24;color:#dfe5ef;overflow:hidden;cursor:default;transition:box-shadow 400ms,opacity 250ms;border:1px solid #1d1e24}.echTooltip .euiHorizontalRule{background-color:#333}.echTooltip__outerWrapper{display:flex}.echTooltip--pinned{box-shadow:0 .7px 1.4px rgba(0,0,0,.175),0 1.9px 4px rgba(0,0,0,.125),0 4.5px 10px rgba(0,0,0,.125);pointer-events:auto;user-select:auto}.echTooltip--pinned .echTooltip__tableRow--selectable{cursor:pointer}.echTooltip--pinned .echTooltipActions{pointer-events:auto}.echTooltip--pinned .echTooltip__tableWrapper{pointer-events:auto}.echTooltip .echTooltip__tableCell--truncate{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.echTooltip__metricRow{padding:4px 8px;display:flex;justify-content:space-between}.echTooltip__tableWrapper{overflow:hidden;scrollbar-color:rgba(152,162,179,.5) transparent;scrollbar-width:thin;background-color:#1d1e24}.echTooltip__tableWrapper::-webkit-scrollbar{width:16px;height:16px}.echTooltip__tableWrapper::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echTooltip__tableWrapper::-webkit-scrollbar-corner,.echTooltip__tableWrapper::-webkit-scrollbar-track{background-color:transparent}.echTooltip__tableWrapper--pinned{overflow:auto}.echTooltip__table{display:grid;width:100%}.echTooltip__table--noGrid{display:table}.echTooltip__tableHeader .echTooltip__tableCell,.echTooltip__tableFooter .echTooltip__tableCell{cursor:default;font-weight:600;background-color:#1d1e24;position:sticky;z-index:1}.echTooltip__tableHeader,.echTooltip__tableBody,.echTooltip__tableFooter,.echTooltip__tableRow{display:contents}.echTooltip__tableHeader{margin-bottom:0;top:0}.echTooltip__tableHeader .echTooltip__tableCell{border-bottom:solid 1px #343741;top:0}.echTooltip__tableFooter{margin-top:0;bottom:0}.echTooltip__tableFooter .echTooltip__tableCell{border-top:solid 1px #343741;bottom:0}.echTooltip__tableCell:not(.echTooltip__colorCell){padding:4px}.echTooltip__tableBody .echTooltip__tableCell:not(.echTooltip__colorCell){padding:2px 4px;transition:margin 200ms,padding 200ms}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(27,81,120,.28)}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell+.echTooltip__tableCell{margin-left:10px;padding-left:10px}.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(27,81,120,.28)}.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(54,162,239,.05)}.echTooltip__tableRow{position:relative}.echTooltip__tableRow--highlighted .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableRow--highlighted .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(52,55,65,.5)}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip{width:21px}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--spacer{width:0;min-width:0}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--icon{opacity:1}.echTooltip__colorCell{padding:0;height:100%;position:relative;overflow:hidden;width:21px}.echTooltip__colorCell--static{width:5px}.echTooltip__colorStrip,.echTooltip__colorStrip--bg,.echTooltip__colorStrip--spacer{position:absolute;top:0;left:0;bottom:0;width:5px;transition:width 200ms}.echTooltip__colorStrip--icon{opacity:0;display:flex;justify-content:center;align-items:center;height:100%;transition:opacity 200ms;padding:0 4px}.echTooltip__colorStrip--spacer{left:auto;right:10px;width:6px;min-width:6px}.echTooltip__label{min-width:1px;flex:1 1 auto;text-align:left}.echTooltip__value{text-align:right;font-feature-settings:"tnum"}.echTooltip[dir=rtl] .echTooltip__colorStrip{left:auto;right:0}.echTooltipHeader{font-weight:600;margin-bottom:0;padding:4px 8px}.echTooltipFooter{font-weight:600;margin-top:0;padding:4px 8px}.echTooltipDivider{width:100%;border-bottom:solid 1px #343741}@keyframes promptSlideDown{100%{opacity:1;top:0;height:26px}}.echTooltipPrompt{position:relative;width:100%;z-index:-1}.echTooltipPrompt__content{color:#7a7f89;font-style:normal;font-size:12px;line-height:26px;padding:0 8px}.echTooltipPrompt.slideDown{opacity:0;top:-26px;height:0;animation:promptSlideDown .25s forwards;animation-delay:1.5s}.echTooltipActions{position:relative;display:flex;align-items:flex-start;flex-direction:column;width:100%;font-style:normal;font-size:12px;line-height:21px}.echTooltipActions__prompt{position:relative;height:26px;padding:0 8px;line-height:26px;width:100%;color:#7a7f89;font-style:normal;font-size:12px}.echTooltipActions__action{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;text-align:left;width:100%;padding:0 8px;line-height:21px;cursor:pointer;color:#dfe5ef}.echTooltipActions__action:nth-child(2){padding-top:4px}.echTooltipActions__action:last-child{padding-bottom:2px}.echTooltipActions__action:hover,.echTooltipActions__action:focus{text-decoration:underline}.echTooltipActions__action[disabled]{cursor:default;color:#515761}.echTooltipActions__action[disabled]:hover,.echTooltipActions__action[disabled]:focus{text-decoration:none}.echLegendTable__container{scrollbar-color:rgba(152,162,179,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);transform:translateZ(0);width:100%;overflow-y:auto;overflow-x:hidden}.echLegendTable__container::-webkit-scrollbar{width:16px;height:16px}.echLegendTable__container::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegendTable__container::-webkit-scrollbar-corner,.echLegendTable__container::-webkit-scrollbar-track{background-color:transparent}.echLegendTable__container:focus{outline:none}.echLegendTable__container[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegendTable__container :focus{outline:2px solid currentColor;outline-offset:1px;background-color:rgba(54,162,239,.2);border-radius:3px}.echLegendTable__container :focus:focus-visible{outline-style:auto}.echLegendTable__container :focus:not(:focus-visible){outline:none}.echLegendTable{overflow:auto;display:grid;width:100%;position:relative}.echLegendTable__header,.echLegendTable__rowgroup,.echLegendTable__row{display:contents}.echLegendTable .echColorPickerPopover{display:flex;align-items:center}.echLegend--vertical .echLegendTable__container{padding:8px}.echLegend--horizontal .echLegendTable{padding:4px 8px 4px 16px}.echLegendTable__item{color:#dfe5ef}.echLegendTable__item .echLegendItem__action{padding-top:2px;max-width:16px;height:16px}.echLegendTable__item .echLegendItem__action:empty{width:0}.echLegendTable__item:last-child .echLegendTable__cell{border-bottom:solid 1px #343741}.echLegendTable__item:not([dir=rtl]) .echLegendTable__cell:last-child{padding-right:2px}.echLegendTable__item[dir=rtl] .echLegendTable__cell:last-child{padding-left:2px}.echLegendTable__item[dir=rtl] .echLegendItem__label{text-align:right}.echLegendTable__item[dir=rtl] .echLegend__legendValue{text-align:left}.echLegendTable__item--highlightable .echLegendTable__cell:hover{background-color:#25262e}.echLegendTable__item--highlightable .echLegendTable__cell:hover~.echLegendTable__cell{background-color:#25262e}.echLegendTable__item--highlightable .echLegendTable__cell:has(~.echLegendTable__cell:hover){background-color:#25262e}.echLegendTable__item:not(.echLegendTable__item--hidden) .echLegendSingleItem__color--changable{cursor:pointer}.echLegendTable__item--vertical{padding-top:2px;padding-bottom:2px}.echLegendTable__item--hidden{color:#98a2b3}.echLegendTable__item .echLegend__legendValue{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;text-align:right;font-feature-settings:"tnum";letter-spacing:unset;direction:ltr;white-space:nowrap}.echLegendTable__cell{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;align-content:baseline;border-bottom:solid 1px #25262e;padding:4px 8px}.echLegendTable__cell--truncate{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.echLegendTable__colorCell{padding-right:0;padding-left:2px}.echLegendTable__colorCell.echLegend__colorWrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;z-index:1}.echLegendTable__header{cursor:default;font-weight:600;background-color:#1d1e24;font-size:12px}.echLegendTable__header .echLegendTable__cell{border-bottom:solid 1px #343741}[id^=echTooltipPortal]{pointer-events:none}[id^=echAnchor]{position:absolute;pointer-events:none}.echTooltipPortal__invisible{position:fixed;visibility:hidden;width:0;height:0}.echIcon{flex-shrink:0;display:inline-block;vertical-align:middle;fill:currentColor}.echIcon svg{transform:translate(0, 0)}.echIcon:focus{opacity:1;background:rgba(54,162,239,.2)}.echLegend{z-index:1}.echLegend .echLegendList{display:grid;grid-template-columns:minmax(0, 1fr);padding-inline-start:0;padding-inline-end:0;margin-block-start:0;margin-block-end:0}.echLegend--horizontal .echLegendList{grid-column-gap:24px;grid-row-gap:8px;margin-top:8px;margin-bottom:8px}.echLegend--top,.echLegend--left{order:0}.echLegend--bottom,.echLegend--right{order:1}.echLegend--debug{background:rgba(238,130,238,.2);position:relative}.echLegend--inert{pointer-events:none}.echLegend .echLegendListContainer{scrollbar-color:rgba(152,162,179,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);transform:translateZ(0);width:100%;overflow-y:auto;overflow-x:hidden}.echLegend .echLegendListContainer::-webkit-scrollbar{width:16px;height:16px}.echLegend .echLegendListContainer::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegend .echLegendListContainer::-webkit-scrollbar-corner,.echLegend .echLegendListContainer::-webkit-scrollbar-track{background-color:transparent}.echLegend .echLegendListContainer:focus{outline:none}.echLegend .echLegendListContainer[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegend .echLegendListContainer :focus{outline:2px solid currentColor;outline-offset:1px;background-color:rgba(54,162,239,.2);border-radius:3px}.echLegend .echLegendListContainer :focus:focus-visible{outline-style:auto}.echLegend .echLegendListContainer :focus:not(:focus-visible){outline:none}.echLegendItem{color:#dfe5ef;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;position:relative}.echLegendItem .echLegend__colorWrapper>*:first-of-type{height:18px}.echLegendItem:not([dir=rtl])>*:not(.background){margin-left:4px}.echLegendItem:not([dir=rtl])>*:not(.background):last-child:not(.echLegendItem__legendValue){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background):last-child:not(.echLegendItem__legendValue){margin-left:4px}.echLegendItem:not(.echLegendItem--hidden) .echLegendItem__color--changable{cursor:pointer}.echLegendItem:hover .background{background-color:#25262e}.echLegendItem .background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.echLegendItem__action{cursor:pointer;display:flex;justify-content:center;align-items:center;height:18px;max-width:calc(18px + 8px)}.echLegendItem__action .euiPopover,.echLegendItem__action .euiPopover__anchor,.echLegendItem__action .euiPopover__anchor>*:first-child{height:100%;width:100%;display:flex}.echLegendItem__color{display:flex;line-height:1.5;align-items:center}.echLegendItem__label{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;flex:1 1 auto;text-align:left;vertical-align:baseline;letter-spacing:unset;align-items:center;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;hyphens:auto;overflow:hidden;min-width:1px}.echLegendItem__label--singleline{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.echLegendItem__label--multiline:is(div){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.echLegendItem__label--clickable:hover{cursor:pointer;text-decoration:underline}.echLegendItem__legendValue{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;text-align:right;flex:0 0 auto;margin-left:4px;font-feature-settings:"tnum";letter-spacing:unset;direction:ltr}.echLegendItem--vertical{padding-top:2px;padding-bottom:2px}.echLegendItem--vertical:first-of-type{margin-top:2px}.echLegendItem--vertical .background{margin-top:2px;margin-bottom:2px}.echLegendItem--hidden{color:#98a2b3}.echLegendItem[dir=rtl] .echLegendItem__label{text-align:right}.echReactiveChart_noResults{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;color:#98a2b3}.echGridContainer{display:grid;width:100%;height:100%;align-content:start;justify-content:stretch;align-items:stretch;user-select:text}.echGridCell{position:relative;width:100%;height:100%;overflow:hidden;transition:background-color ease-in-out .1s}.echGridCell--rightBorder{border-right:1px solid #343741}.echGridCell--bottomBorder{border-bottom:1px solid #343741}.echAlignedGrid{display:grid;align-content:stretch;width:100%;height:100%}.echAlignedGrid--header{width:100%;height:100%;margin:0;padding:0}.echAlignedGrid__borderRight{border-right:1px solid #edf0f5}.echAlignedGrid__borderBottom{border-bottom:1px solid #edf0f5}.echAlignedGrid--content{width:100%;min-height:0;margin:0;padding:0}.echHighlighter{position:absolute;pointer-events:none;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echHighlighterOverlay__fill{fill:rgba(255,255,255,.2)}.echHighlighterOverlay__stroke{stroke:rgba(255,255,255,.2)}.echHighlighter__mask{fill:rgba(29,30,36,.5)}.echCrosshair,.echCrosshair__cursor,.echCrosshair__crossLine{position:absolute;top:0;left:0;pointer-events:none}.echScreenReaderOnly{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.echScreenReaderOnlyDebug{left:0 !important;top:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;overflow:auto !important;background:rgba(255,255,255,.8)}.echScreenReaderOnlyDebug table,.echScreenReaderOnlyDebug td,.echScreenReaderOnlyDebug th{border:1px solid #000;font-size:12px}.echScreenReaderTable{overflow-x:auto;text-align:left}.echAnnotation{padding:0;transition:opacity 250ms;pointer-events:none;user-select:none;max-width:260px}.echAnnotation__marker{position:absolute;user-select:none;font-size:12px;font-weight:700;line-height:normal}.echAnnotation__details{padding:4px 8px}.echAnnotation__icon{position:relative}.echAnnotation__body{white-space:nowrap}.echCanvasRenderer{position:absolute;top:0;left:0;padding:0;margin:0;border:0;background:transparent}.echMetricText{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0, 1fr);grid-template-rows:min-content auto min-content min-content;height:100%;padding:8px;line-height:1.2}.echMetricText__gap{overflow:hidden}.echMetricText__titlesBlock{display:flex;flex-direction:column}.echMetricText__titlesBlock--left{align-items:start;text-align:left}.echMetricText__titlesBlock--center{align-items:center;text-align:center}.echMetricText__titlesBlock--center .echMetricText__title button{width:100%}.echMetricText__titlesBlock--right{align-items:end;text-align:right}.echMetricText .echMetricText__extraBlock{display:flex;align-items:center;overflow:hidden;padding-top:5px}.echMetricText .echMetricText__extraBlock--left{justify-content:flex-start}.echMetricText .echMetricText__extraBlock--center{justify-content:center}.echMetricText .echMetricText__extraBlock--right{justify-content:flex-end}.echMetricText__valueBlock{width:100%;display:flex;flex-direction:row}.echMetricText__valueBlock--left{justify-content:start}.echMetricText__valueBlock--center{justify-content:center}.echMetricText__valueBlock--right{justify-content:end}.echMetricText__title{word-wrap:break-word;width:100%}.echMetricText__title button{width:95%;outline:none;display:block}.echMetricText__subtitle{padding-top:5px;font-weight:normal;width:95%}.echMetricText__extra{font-weight:normal}.echMetricText__value{position:relative;font-weight:bold;white-space:nowrap;overflow:hidden}.echMetricText__valueIcon{padding-left:8px}.echMetricText__part{font-weight:bold}.echMetricText__icon{display:flex}.echMetricText__icon--left{justify-content:left}.echMetricText__icon--right{justify-content:right}.echSingleMetricProgress{position:absolute;border-radius:8px}.echSingleMetricProgress--vertical{left:8px;right:0;top:8px;bottom:0;height:calc(100% - 16px);width:100%}.echSingleMetricProgress--vertical.echSingleMetricProgress--small{right:auto;width:4px}.echSingleMetricProgress--vertical.echSingleMetricProgress--medium{right:auto;width:8px}.echSingleMetricProgress--vertical.echSingleMetricProgress--large{right:auto;width:16px}.echSingleMetricProgress--horizontal{left:8px;right:0;width:calc(100% - 16px);top:0;bottom:8px;height:100%}.echSingleMetricProgress--horizontal.echSingleMetricProgress--small{top:auto;height:4px}.echSingleMetricProgress--horizontal.echSingleMetricProgress--medium{top:auto;height:8px}.echSingleMetricProgress--horizontal.echSingleMetricProgress--large{top:auto;height:16px}.echSingleMetricProgressBar{transition:background-color ease-in-out .1s;max-width:100%;max-height:100%}.echSingleMetricProgressBar--vertical{position:absolute;left:0;right:0;bottom:0;width:100%}.echSingleMetricProgressBar--horizontal{position:absolute;top:0;bottom:0;left:0;height:100%}.echSingleMetricTarget{display:flex;justify-content:center;align-items:center;overflow:visible;z-index:1}.echSingleMetricTarget--vertical{transform:rotate(90deg);position:absolute;left:100%;bottom:0}.echSingleMetricTarget--horizontal{position:absolute;bottom:100%}.echSingleMetricZeroBaseline{display:flex;justify-content:center;align-items:center;overflow:visible}.echSingleMetricZeroBaseline--vertical{position:absolute;left:0}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--small{right:auto;height:2px;width:6.5px}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--medium{right:auto;height:2px;width:13px}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--large{right:auto;height:4px;width:26px}.echSingleMetricZeroBaseline--horizontal{position:absolute;bottom:0}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--small{top:auto;width:2px;height:6.5px}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--medium{top:auto;width:2px;height:13px}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--large{top:auto;width:4px;height:26px}.echSingleMetricSparkline{position:absolute;overflow:hidden;top:0;bottom:0;left:0;right:0}.echSingleMetricSparkline__svg{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echSingleMetricSparkline__svg rect,.echSingleMetricSparkline__svg path{transition:fill ease-in-out .1s}.echSingleMetricChart--small{position:absolute;top:auto;left:auto;bottom:0;right:0;width:100px;height:30px}.echSecondaryMetric{display:flex;gap:4px;overflow:hidden;align-items:center;white-space:nowrap}.echSecondaryMetric__label{flex:1 1 auto}.echSecondaryMetric__value{display:inline-flex;flex:1 0 auto;max-width:calc(100% - 4px)}.echSecondaryMetric__value--full{flex:1 1 auto;max-width:100%}.echSecondaryMetric__truncate{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.echBadge__content{display:inline-flex;align-items:center;vertical-align:middle;overflow:hidden;min-block-size:18px;flex-shrink:0;flex-grow:0;padding-block:0px;padding-inline:8px;border:1px solid transparent;border-radius:2px;font-size:inherit;line-height:inherit;text-align:start;text-decoration:none;background-color:#e3e8f2;color:#07101f;cursor:inherit}.echBadge__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0}.echMetricContainer{display:grid;width:100%;height:100%;align-content:start;justify-content:stretch;align-items:stretch;user-select:text}.echMetric{position:relative;width:100%;height:100%;overflow:hidden;transition:background-color ease-in-out .1s}.echMetric .echMetric--outline{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.echMetric:focus-within .echMetric--outline{outline:auto;outline-offset:-1.5px}.echMetric--rightBorder{border-right:1px solid #343741}.echMetric--topBorder{border-top:1px solid #343741}.echMetric--bottomBorder{border-bottom:1px solid #343741}.echMetric--vertical.echMetric--withProgressBar--small{padding-left:12px}.echMetric--vertical.echMetric--withProgressBar--medium{padding-left:16px}.echMetric--vertical.echMetric--withProgressBar--large{padding-left:24px}.echMetric--vertical.echMetric--withTargetProgressBar--small{padding-left:20px}.echMetric--vertical.echMetric--withTargetProgressBar--medium{padding-left:24px}.echMetric--vertical.echMetric--withTargetProgressBar--large{padding-left:32px}.echMetric--horizontal.echMetric--withProgressBar--small{padding-bottom:12px}.echMetric--horizontal.echMetric--withProgressBar--medium{padding-bottom:16px}.echMetric--horizontal.echMetric--withProgressBar--large{padding-bottom:24px}.echMetric--horizontal.echMetric--withTargetProgressBar--small{padding-bottom:20px}.echMetric--horizontal.echMetric--withTargetProgressBar--medium{padding-bottom:24px}.echMetric--horizontal.echMetric--withTargetProgressBar--large{padding-bottom:32px}.echMetricEmpty{position:absolute;bottom:9px;right:11px;width:20px;border-bottom:1px solid}/*# sourceMappingURL=theme_dark.css.map */
|
|
1
|
+
svg text{letter-spacing:normal !important}html,body{font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif !important}.echChartStatus{visibility:hidden;pointer-events:none;z-index:-100000;width:0;height:0;position:absolute}.echChartBackground{position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.echChart{height:100%;width:100%;overflow:hidden;display:flex;flex-direction:column}.echChart__titles{margin-right:24px}.echChartContent{position:relative;display:flex;flex-direction:row;flex-grow:1;height:1px;width:100%}.echChartContent--column{flex-direction:column}.echChartTitle{font-style:normal;font-weight:bold;font-size:16px;line-height:19px;padding:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.echChartTitle+.echChartDescription{padding-top:0}.echChartDescription{padding:8px;font-style:normal;font-weight:normal;font-size:14px;line-height:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.echContainer{flex:1;position:relative;overflow:hidden;width:100%;height:100%}.echChartPointerContainer{position:absolute;top:0;bottom:0;right:0;left:0;box-sizing:border-box;user-select:none}.echChartResizer{z-index:-10000000;position:absolute;bottom:0;top:0;left:0;right:0;box-sizing:border-box}.echBrushTool{position:absolute;top:0;left:0;margin:0;padding:0;box-sizing:border-box;overflow:hidden;pointer-events:none}.echTooltip{box-shadow:0 1px 5px rgba(0,0,0,.25),0 3.6px 13px rgba(0,0,0,.175),0 8.4px 23px rgba(0,0,0,.15),0 23px 35px rgba(0,0,0,.125);border-radius:6px;background-color:#000;color:#fff;z-index:9000;max-width:256px;overflow-wrap:break-word;padding:8px;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;padding:0;max-width:100%;pointer-events:none;user-select:none;background-color:#1d1e24;color:#dfe5ef;overflow:hidden;cursor:default;transition:box-shadow 400ms,opacity 250ms;border:1px solid #1d1e24}.echTooltip .euiHorizontalRule{background-color:#333}.echTooltip__outerWrapper{display:flex}.echTooltip--pinned{box-shadow:0 .7px 1.4px rgba(0,0,0,.175),0 1.9px 4px rgba(0,0,0,.125),0 4.5px 10px rgba(0,0,0,.125);pointer-events:auto;user-select:auto}.echTooltip--pinned .echTooltip__tableRow--selectable{cursor:pointer}.echTooltip--pinned .echTooltipActions{pointer-events:auto}.echTooltip--pinned .echTooltip__tableWrapper{pointer-events:auto}.echTooltip .echTooltip__tableCell--truncate{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.echTooltip__metricRow{padding:4px 8px;display:flex;justify-content:space-between}.echTooltip__tableWrapper{overflow:hidden;scrollbar-color:rgba(152,162,179,.5) transparent;scrollbar-width:thin;background-color:#1d1e24}.echTooltip__tableWrapper::-webkit-scrollbar{width:16px;height:16px}.echTooltip__tableWrapper::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echTooltip__tableWrapper::-webkit-scrollbar-corner,.echTooltip__tableWrapper::-webkit-scrollbar-track{background-color:transparent}.echTooltip__tableWrapper--pinned{overflow:auto}.echTooltip__table{display:grid;width:100%}.echTooltip__table--noGrid{display:table}.echTooltip__tableHeader .echTooltip__tableCell,.echTooltip__tableFooter .echTooltip__tableCell{cursor:default;font-weight:600;background-color:#1d1e24;position:sticky;z-index:1}.echTooltip__tableHeader,.echTooltip__tableBody,.echTooltip__tableFooter,.echTooltip__tableRow{display:contents}.echTooltip__tableHeader{margin-bottom:0;top:0}.echTooltip__tableHeader .echTooltip__tableCell{border-bottom:solid 1px #343741;top:0}.echTooltip__tableFooter{margin-top:0;bottom:0}.echTooltip__tableFooter .echTooltip__tableCell{border-top:solid 1px #343741;bottom:0}.echTooltip__tableCell:not(.echTooltip__colorCell){padding:4px}.echTooltip__tableBody .echTooltip__tableCell:not(.echTooltip__colorCell){padding:2px 4px;transition:margin 200ms,padding 200ms}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(27,81,120,.28)}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell+.echTooltip__tableCell{margin-left:10px;padding-left:10px}.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(27,81,120,.28)}.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(54,162,239,.05)}.echTooltip__tableRow{position:relative}.echTooltip__tableRow--highlighted .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableRow--highlighted .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(52,55,65,.5)}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip{width:21px}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--spacer{width:0;min-width:0}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--icon{opacity:1}.echTooltip__colorCell{padding:0;height:100%;position:relative;overflow:hidden;width:21px}.echTooltip__colorCell--static{width:5px}.echTooltip__colorStrip,.echTooltip__colorStrip--bg,.echTooltip__colorStrip--spacer{position:absolute;top:0;left:0;bottom:0;width:5px;transition:width 200ms}.echTooltip__colorStrip--icon{opacity:0;display:flex;justify-content:center;align-items:center;height:100%;transition:opacity 200ms;padding:0 4px}.echTooltip__colorStrip--spacer{left:auto;right:10px;width:6px;min-width:6px}.echTooltip__label{min-width:1px;flex:1 1 auto;text-align:left}.echTooltip__value{text-align:right;font-feature-settings:"tnum"}.echTooltip[dir=rtl] .echTooltip__colorStrip{left:auto;right:0}.echTooltipHeader{font-weight:600;margin-bottom:0;padding:4px 8px}.echTooltipFooter{font-weight:600;margin-top:0;padding:4px 8px}.echTooltipDivider{width:100%;border-bottom:solid 1px #343741}@keyframes promptSlideDown{100%{opacity:1;top:0;height:26px}}.echTooltipPrompt{position:relative;width:100%;z-index:-1}.echTooltipPrompt__content{color:#7a7f89;font-style:normal;font-size:12px;line-height:26px;padding:0 8px}.echTooltipPrompt.slideDown{opacity:0;top:-26px;height:0;animation:promptSlideDown .25s forwards;animation-delay:1.5s}.echTooltipActions{position:relative;display:flex;align-items:flex-start;flex-direction:column;width:100%;font-style:normal;font-size:12px;line-height:21px}.echTooltipActions__prompt{position:relative;height:26px;padding:0 8px;line-height:26px;width:100%;color:#7a7f89;font-style:normal;font-size:12px}.echTooltipActions__action{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;text-align:left;width:100%;padding:0 8px;line-height:21px;cursor:pointer;color:#dfe5ef}.echTooltipActions__action:nth-child(2){padding-top:4px}.echTooltipActions__action:last-child{padding-bottom:2px}.echTooltipActions__action:hover,.echTooltipActions__action:focus{text-decoration:underline}.echTooltipActions__action[disabled]{cursor:default;color:#515761}.echTooltipActions__action[disabled]:hover,.echTooltipActions__action[disabled]:focus{text-decoration:none}.echLegendTable__container{scrollbar-color:rgba(152,162,179,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);transform:translateZ(0);width:100%;overflow-y:auto;overflow-x:hidden}.echLegendTable__container::-webkit-scrollbar{width:16px;height:16px}.echLegendTable__container::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegendTable__container::-webkit-scrollbar-corner,.echLegendTable__container::-webkit-scrollbar-track{background-color:transparent}.echLegendTable__container:focus{outline:none}.echLegendTable__container[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegendTable__container :focus{outline:2px solid currentColor;outline-offset:1px;background-color:rgba(54,162,239,.2);border-radius:3px}.echLegendTable__container :focus:focus-visible{outline-style:auto}.echLegendTable__container :focus:not(:focus-visible){outline:none}.echLegendTable{overflow:auto;display:grid;width:100%;position:relative}.echLegendTable__header,.echLegendTable__rowgroup,.echLegendTable__row{display:contents}.echLegendTable .echColorPickerPopover{display:flex;align-items:center}.echLegend--vertical .echLegendTable__container{padding:8px}.echLegend--horizontal .echLegendTable{padding:4px 8px 4px 16px}.echLegendTable__item{color:#dfe5ef}.echLegendTable__item .echLegendItem__action{padding-top:2px;max-width:16px;height:16px}.echLegendTable__item .echLegendItem__action:empty{width:0}.echLegendTable__item--actionOnHover .echLegendItem__action{opacity:0}.echLegendTable__item--actionOnHover:hover .echLegendItem__action,.echLegendTable__item--actionOnHover:focus-within .echLegendItem__action{opacity:1;pointer-events:auto}.echLegendTable__item--isActive .echLegendItem__action{opacity:1;pointer-events:auto}.echLegendTable__item:last-child .echLegendTable__cell{border-bottom:solid 1px #343741}.echLegendTable__item:not([dir=rtl]) .echLegendTable__cell:last-child{padding-right:2px}.echLegendTable__item[dir=rtl] .echLegendTable__cell:last-child{padding-left:2px}.echLegendTable__item[dir=rtl] .echLegendItem__label{text-align:right}.echLegendTable__item[dir=rtl] .echLegend__legendValue{text-align:left}.echLegendTable__item--highlightable .echLegendTable__cell:hover{background-color:#25262e}.echLegendTable__item--highlightable .echLegendTable__cell:hover~.echLegendTable__cell{background-color:#25262e}.echLegendTable__item--highlightable .echLegendTable__cell:has(~.echLegendTable__cell:hover){background-color:#25262e}.echLegendTable__item:not(.echLegendTable__item--hidden) .echLegendSingleItem__color--changable{cursor:pointer}.echLegendTable__item--vertical{padding-top:2px;padding-bottom:2px}.echLegendTable__item--hidden{color:#98a2b3}.echLegendTable__item .echLegend__legendValue{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;text-align:right;font-feature-settings:"tnum";letter-spacing:unset;direction:ltr;white-space:nowrap}.echLegendTable__cell{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;align-content:baseline;border-bottom:solid 1px #25262e;padding:4px 8px}.echLegendTable__cell--truncate{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.echLegendTable__colorCell{padding-right:0;padding-left:2px}.echLegendTable__colorCell.echLegend__colorWrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;z-index:1}.echLegendTable__header{cursor:default;font-weight:600;background-color:#1d1e24;font-size:12px}.echLegendTable__header .echLegendTable__cell{border-bottom:solid 1px #343741}[id^=echTooltipPortal]{pointer-events:none}[id^=echAnchor]{position:absolute;pointer-events:none}.echTooltipPortal__invisible{position:fixed;visibility:hidden;width:0;height:0}.echIcon{flex-shrink:0;display:inline-block;vertical-align:middle;fill:currentColor}.echIcon svg{transform:translate(0, 0)}.echIcon:focus{opacity:1;background:rgba(54,162,239,.2)}.echLegend{z-index:1}.echLegend .echLegendGridList{display:grid;grid-template-columns:minmax(0, 1fr);padding-inline-start:0;padding-inline-end:0;margin-block-start:0;margin-block-end:0}.echLegend--horizontal .echLegendGridList{grid-column-gap:24px;grid-row-gap:8px;margin-top:8px;margin-bottom:8px}.echLegend--top,.echLegend--left{order:0}.echLegend--bottom,.echLegend--right{order:1}.echLegend--debug{background:rgba(238,130,238,.2);position:relative}.echLegend--inert{pointer-events:none}.echLegend .echLegendGridListContainer{scrollbar-color:rgba(152,162,179,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);transform:translateZ(0);width:100%;overflow-y:auto;overflow-x:hidden}.echLegend .echLegendGridListContainer::-webkit-scrollbar{width:16px;height:16px}.echLegend .echLegendGridListContainer::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegend .echLegendGridListContainer::-webkit-scrollbar-corner,.echLegend .echLegendGridListContainer::-webkit-scrollbar-track{background-color:transparent}.echLegend .echLegendGridListContainer:focus{outline:none}.echLegend .echLegendGridListContainer[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegend .echLegendGridListContainer :focus{outline:2px solid currentColor;outline-offset:1px;background-color:rgba(54,162,239,.2);border-radius:3px}.echLegend .echLegendGridListContainer :focus:focus-visible{outline-style:auto}.echLegend .echLegendGridListContainer :focus:not(:focus-visible){outline:none}.echLegend{z-index:1}.echLegend .echLegendList{display:flex;flex-direction:column;padding-inline-start:0;padding-inline-end:0;margin-block-start:0;margin-block-end:0}.echLegend--horizontal .echLegendList{display:block;margin-top:8px;margin-bottom:8px}.echLegend--horizontal .echLegendListContainer{overflow-x:hidden;overflow-y:auto}.echLegend--horizontal .echLegendListContainer .echLegendList{line-height:24px}.echLegend--horizontal .echLegendListContainer .echLegendItem{display:inline;margin-right:24px}.echLegend--horizontal .echLegendListContainer .echLegendItem>.background{display:none}.echLegend--horizontal .echLegendListContainer .echLegendItem>*:not(.background){display:inline-block;vertical-align:middle;margin-left:8px}.echLegend--horizontal .echLegendListContainer .echLegendItem>.echLegendItem__action{display:inline-flex}.echLegend--horizontal .echLegendListContainer .echLegendItem>.echLegendItem__colorLabel{display:inline-flex;align-items:center;gap:4px;max-width:100%;margin-left:4px}.echLegend--horizontal .echLegendListContainer .echLegendItem>.echLegendItem__actionGroup{display:inline-flex;align-items:center;gap:4px}.echLegend--horizontal .echLegendListContainer .echLegendItem>.echLegendItem__actionGroup>*{margin-left:0}.echLegend--top,.echLegend--left{order:0}.echLegend--bottom,.echLegend--right{order:1}.echLegend--debug{background:rgba(238,130,238,.2);position:relative}.echLegend--inert{pointer-events:none}.echLegend .echLegendListContainer{scrollbar-color:rgba(152,162,179,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);transform:translateZ(0);width:100%;overflow-y:auto;overflow-x:hidden}.echLegend .echLegendListContainer::-webkit-scrollbar{width:16px;height:16px}.echLegend .echLegendListContainer::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegend .echLegendListContainer::-webkit-scrollbar-corner,.echLegend .echLegendListContainer::-webkit-scrollbar-track{background-color:transparent}.echLegend .echLegendListContainer:focus{outline:none}.echLegend .echLegendListContainer[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegend .echLegendListContainer :focus{outline:2px solid currentColor;outline-offset:1px;background-color:rgba(54,162,239,.2);border-radius:3px}.echLegend .echLegendListContainer :focus:focus-visible{outline-style:auto}.echLegend .echLegendListContainer :focus:not(:focus-visible){outline:none}.echLegendItem{color:#dfe5ef;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;position:relative}.echLegendItem .echLegend__colorWrapper>*:first-of-type{height:18px}.echLegendItem:not([dir=rtl])>*:not(.background){margin-left:4px}.echLegendItem:not([dir=rtl])>*:not(.background):last-child:not(.echLegendItem__legendValue){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background):last-child:not(.echLegendItem__legendValue){margin-left:4px}.echLegendItem:not(.echLegendItem--hidden) .echLegendItem__color--changable{cursor:pointer}.echLegendItem:hover .background{background-color:#25262e}.echLegendItem .background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.echLegendItem__action{cursor:pointer;display:flex;justify-content:center;align-items:center;height:18px;max-width:calc(18px + 8px)}.echLegendItem__action .euiPopover,.echLegendItem__action .euiPopover__anchor,.echLegendItem__action .euiPopover__anchor>*:first-child{height:100%;width:100%;display:flex}.echLegendItem--actionOnHover .echLegendItem__action{opacity:0}.echLegendItem--actionOnHover:hover .echLegendItem__action,.echLegendItem--actionOnHover:focus-within .echLegendItem__action{opacity:1;pointer-events:auto}.echLegendItem--isActive .echLegendItem__action{opacity:1;pointer-events:auto}.echLegendItem__color{display:flex;line-height:1.5;align-items:center}.echLegendItem__label{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;flex:1 1 auto;text-align:left;vertical-align:baseline;letter-spacing:unset;align-items:center;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;hyphens:auto;overflow:hidden;min-width:1px}.echLegendItem__label--singleline{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.echLegendItem__label--multiline:is(div){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.echLegendItem__label--clickable:hover{cursor:pointer;text-decoration:underline}.echLegendItem__legendValue{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;text-align:right;flex:0 0 auto;margin-left:4px;font-feature-settings:"tnum";letter-spacing:unset;direction:ltr}.echLegendItem--vertical{padding-top:2px;padding-bottom:2px}.echLegendItem--vertical:first-of-type{margin-top:2px}.echLegendItem--vertical .background{margin-top:2px;margin-bottom:2px}.echLegendItem--hidden{color:#98a2b3}.echLegendItem[dir=rtl] .echLegendItem__label{text-align:right}.echReactiveChart_noResults{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;color:#98a2b3}.echGridContainer{display:grid;width:100%;height:100%;align-content:start;justify-content:stretch;align-items:stretch;user-select:text}.echGridCell{position:relative;width:100%;height:100%;overflow:hidden;transition:background-color ease-in-out .1s}.echGridCell--rightBorder{border-right:1px solid #343741}.echGridCell--bottomBorder{border-bottom:1px solid #343741}.echAlignedGrid{display:grid;align-content:stretch;width:100%;height:100%}.echAlignedGrid--header{width:100%;height:100%;margin:0;padding:0}.echAlignedGrid__borderRight{border-right:1px solid #edf0f5}.echAlignedGrid__borderBottom{border-bottom:1px solid #edf0f5}.echAlignedGrid--content{width:100%;min-height:0;margin:0;padding:0}.echHighlighter{position:absolute;pointer-events:none;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echHighlighterOverlay__fill{fill:rgba(255,255,255,.2)}.echHighlighterOverlay__stroke{stroke:rgba(255,255,255,.2)}.echHighlighter__mask{fill:rgba(29,30,36,.5)}.echCrosshair,.echCrosshair__cursor,.echCrosshair__crossLine{position:absolute;top:0;left:0;pointer-events:none}.echScreenReaderOnly{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.echScreenReaderOnlyDebug{left:0 !important;top:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;overflow:auto !important;background:rgba(255,255,255,.8)}.echScreenReaderOnlyDebug table,.echScreenReaderOnlyDebug td,.echScreenReaderOnlyDebug th{border:1px solid #000;font-size:12px}.echScreenReaderTable{overflow-x:auto;text-align:left}.echAnnotation{padding:0;transition:opacity 250ms;pointer-events:none;user-select:none;max-width:260px}.echAnnotation__marker{position:absolute;user-select:none;font-size:12px;font-weight:700;line-height:normal}.echAnnotation__details{padding:4px 8px}.echAnnotation__icon{position:relative}.echAnnotation__body{white-space:nowrap}.echCanvasRenderer{position:absolute;top:0;left:0;padding:0;margin:0;border:0;background:transparent}.echMetricText{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0, 1fr);grid-template-rows:min-content auto min-content min-content;height:100%;padding:8px;line-height:1.2}.echMetricText__gap{overflow:hidden}.echMetricText__titlesBlock{display:flex;flex-direction:column}.echMetricText__titlesBlock--left{align-items:start;text-align:left}.echMetricText__titlesBlock--center{align-items:center;text-align:center}.echMetricText__titlesBlock--center .echMetricText__title button{width:100%}.echMetricText__titlesBlock--right{align-items:end;text-align:right}.echMetricText .echMetricText__extraBlock{display:flex;align-items:center;overflow:hidden;padding-top:5px}.echMetricText .echMetricText__extraBlock--left{justify-content:flex-start}.echMetricText .echMetricText__extraBlock--center{justify-content:center}.echMetricText .echMetricText__extraBlock--right{justify-content:flex-end}.echMetricText__valueBlock{width:100%;display:flex;flex-direction:row}.echMetricText__valueBlock--left{justify-content:start}.echMetricText__valueBlock--center{justify-content:center}.echMetricText__valueBlock--right{justify-content:end}.echMetricText__title{word-wrap:break-word;width:100%}.echMetricText__title button{width:95%;outline:none;display:block}.echMetricText__subtitle{padding-top:5px;font-weight:normal;width:95%}.echMetricText__extra{font-weight:normal}.echMetricText__value{position:relative;font-weight:bold;white-space:nowrap;overflow:hidden}.echMetricText__valueIcon{padding-left:8px}.echMetricText__part{font-weight:bold}.echMetricText__icon{display:flex}.echMetricText__icon--left{justify-content:left}.echMetricText__icon--right{justify-content:right}.echSingleMetricProgress{position:absolute;border-radius:8px}.echSingleMetricProgress--vertical{left:8px;right:0;top:8px;bottom:0;height:calc(100% - 16px);width:100%}.echSingleMetricProgress--vertical.echSingleMetricProgress--small{right:auto;width:4px}.echSingleMetricProgress--vertical.echSingleMetricProgress--medium{right:auto;width:8px}.echSingleMetricProgress--vertical.echSingleMetricProgress--large{right:auto;width:16px}.echSingleMetricProgress--horizontal{left:8px;right:0;width:calc(100% - 16px);top:0;bottom:8px;height:100%}.echSingleMetricProgress--horizontal.echSingleMetricProgress--small{top:auto;height:4px}.echSingleMetricProgress--horizontal.echSingleMetricProgress--medium{top:auto;height:8px}.echSingleMetricProgress--horizontal.echSingleMetricProgress--large{top:auto;height:16px}.echSingleMetricProgressBar{transition:background-color ease-in-out .1s;max-width:100%;max-height:100%}.echSingleMetricProgressBar--vertical{position:absolute;left:0;right:0;bottom:0;width:100%}.echSingleMetricProgressBar--horizontal{position:absolute;top:0;bottom:0;left:0;height:100%}.echSingleMetricTarget{display:flex;justify-content:center;align-items:center;overflow:visible;z-index:1}.echSingleMetricTarget--vertical{transform:rotate(90deg);position:absolute;left:100%;bottom:0}.echSingleMetricTarget--horizontal{position:absolute;bottom:100%}.echSingleMetricZeroBaseline{display:flex;justify-content:center;align-items:center;overflow:visible}.echSingleMetricZeroBaseline--vertical{position:absolute;left:0}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--small{right:auto;height:2px;width:6.5px}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--medium{right:auto;height:2px;width:13px}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--large{right:auto;height:4px;width:26px}.echSingleMetricZeroBaseline--horizontal{position:absolute;bottom:0}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--small{top:auto;width:2px;height:6.5px}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--medium{top:auto;width:2px;height:13px}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--large{top:auto;width:4px;height:26px}.echSingleMetricSparkline{position:absolute;overflow:hidden;top:0;bottom:0;left:0;right:0}.echSingleMetricSparkline__svg{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echSingleMetricSparkline__svg rect,.echSingleMetricSparkline__svg path{transition:fill ease-in-out .1s}.echSingleMetricChart--small{position:absolute;top:auto;left:auto;bottom:0;right:0;width:100px;height:30px}.echSecondaryMetric{display:flex;gap:4px;overflow:hidden;align-items:center;white-space:nowrap}.echSecondaryMetric__label{flex:1 1 auto}.echSecondaryMetric__value{display:inline-flex;flex:1 0 auto;max-width:calc(100% - 4px)}.echSecondaryMetric__value--full{flex:1 1 auto;max-width:100%}.echSecondaryMetric__truncate{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.echBadge__content{display:inline-flex;align-items:center;vertical-align:middle;overflow:hidden;min-block-size:18px;flex-shrink:0;flex-grow:0;padding-block:2px;padding-inline:10px;border:1px solid transparent;border-radius:9999px;font-size:inherit;line-height:inherit;text-align:start;text-decoration:none;background-color:#e3e8f2;color:#07101f;cursor:inherit}.echBadge__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0}.echMetricContainer{display:grid;width:100%;height:100%;align-content:start;justify-content:stretch;align-items:stretch;user-select:text}.echMetric{position:relative;width:100%;height:100%;overflow:hidden;transition:background-color ease-in-out .1s}.echMetric .echMetric--outline{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.echMetric:focus-within .echMetric--outline{outline:auto;outline-offset:-1.5px}.echMetric--rightBorder{border-right:1px solid #343741}.echMetric--topBorder{border-top:1px solid #343741}.echMetric--bottomBorder{border-bottom:1px solid #343741}.echMetric--vertical.echMetric--withProgressBar--small{padding-left:12px}.echMetric--vertical.echMetric--withProgressBar--medium{padding-left:16px}.echMetric--vertical.echMetric--withProgressBar--large{padding-left:24px}.echMetric--vertical.echMetric--withTargetProgressBar--small{padding-left:20px}.echMetric--vertical.echMetric--withTargetProgressBar--medium{padding-left:24px}.echMetric--vertical.echMetric--withTargetProgressBar--large{padding-left:32px}.echMetric--horizontal.echMetric--withProgressBar--small{padding-bottom:12px}.echMetric--horizontal.echMetric--withProgressBar--medium{padding-bottom:16px}.echMetric--horizontal.echMetric--withProgressBar--large{padding-bottom:24px}.echMetric--horizontal.echMetric--withTargetProgressBar--small{padding-bottom:20px}.echMetric--horizontal.echMetric--withTargetProgressBar--medium{padding-bottom:24px}.echMetric--horizontal.echMetric--withTargetProgressBar--large{padding-bottom:32px}.echMetricEmpty{position:absolute;bottom:9px;right:11px;width:20px;border-bottom:1px solid}/*# sourceMappingURL=theme_dark.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../src/styles/_reset.scss","../../src/components/_global.scss","../../src/components/_container.scss","../../src/components/brush/_brush.scss","../../src/components/tooltip/components/_tooltip.scss","../../../../node_modules/@elastic/eui/src/global_styling/mixins/_shadow.scss","../../../../node_modules/@elastic/eui/src/global_styling/mixins/_tool_tip.scss","../../../../node_modules/@elastic/eui/src/themes/amsterdam/_colors_dark.scss","../../../../node_modules/@elastic/eui/src/global_styling/variables/_z_index.scss","../../../../node_modules/@elastic/eui/src/global_styling/variables/_size.scss","../../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/mixins/_typography.scss","../../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography.scss","../../src/components/_mixins.scss","../../../../node_modules/@elastic/eui/src/global_styling/mixins/_helpers.scss","../../../../node_modules/@elastic/eui/src/global_styling/variables/_font_weight.scss","../../src/components/tooltip/components/_tooltip_header.scss","../../src/components/tooltip/components/_tooltip_footer.scss","../../src/components/tooltip/components/_tooltip_divider.scss","../../src/components/tooltip/components/_tooltip_prompt.scss","../../src/components/tooltip/components/_tooltip_actions.scss","../../src/components/legend/legend_table/_legend_table.scss","../../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/mixins/_states.scss","../../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/variables/_states.scss","../../src/components/legend/_variables.scss","../../src/components/legend/legend_table/_legend_single_item.scss","../../src/components/legend/legend_table/_legend_table_cell.scss","../../src/components/legend/legend_table/_legend_table_header.scss","../../src/components/portal/_portal.scss","../../src/components/icons/_icon.scss","../../src/components/legend/_legend.scss","../../src/components/legend/_legend_item.scss","../../../../node_modules/@elastic/eui/src/global_styling/mixins/_typography.scss","../../src/components/_unavailable_chart.scss","../../src/components/grid/_index.scss","../../src/components/grid/_aligned_grid.scss","../../src/chart_types/xy_chart/renderer/dom/_highlighter.scss","../../src/chart_types/xy_chart/renderer/dom/_crosshair.scss","../../src/chart_types/xy_chart/renderer/dom/_screen_reader.scss","../../src/chart_types/xy_chart/renderer/dom/annotations/_annotations.scss","../../src/chart_types/partition_chart/renderer/_index.scss","../../src/chart_types/metric/renderer/dom/_text.scss","../../src/chart_types/metric/renderer/_variables.scss","../../src/chart_types/metric/renderer/dom/_progress.scss","../../src/chart_types/metric/renderer/dom/_sparkline.scss","../../src/chart_types/metric/renderer/dom/_secondary_metric.scss","../../src/chart_types/metric/renderer/dom/_badge.scss","../../src/chart_types/metric/renderer/_index.scss"],"names":[],"mappings":"AAGA,SACE,iCAGF,UAEE,2ECTF,gBACE,kBACA,oBACA,gBACA,QACA,SACA,kBAGF,oBACE,kBACA,MACA,SACA,OACA,QACA,UCfF,UACE,YACA,WACA,gBACA,aACA,sBAEA,kBACE,kBAIJ,iBACE,kBACA,aACA,mBACA,YACA,WACA,WAEA,yBACE,sBAIJ,eACE,kBACA,iBACA,eACA,iBACA,YACA,mBACA,gBACA,uBACA,cAEA,oCACE,cAIJ,qBACE,YACA,kBACA,mBACA,eACA,iBACA,mBACA,gBACA,uBACA,cAGF,cACE,OACA,kBACA,gBACA,WACA,YAGF,0BACE,kBACA,MACA,SACA,QACA,OACA,sBACA,iBAGF,iBACE,kBACA,kBACA,SACA,MACA,OACA,QACA,sBC9EF,cACE,kBACA,MACA,OACA,SACA,UACA,sBACA,gBACA,oBCYF,YCoBE,WACE,kHCnCF,kBACA,iBAJ4B,KAK5B,MCFc,KDGd,QEcW,KFbX,gBACA,yBACA,QGTY,ICoBV,UCdc,KDed,0BAOF,4BNRA,UACA,eACA,oBACA,iBACA,iBGRmB,QHSnB,MGIa,QHHb,gBACA,eACA,WACE,+BAEF,yBEpBA,+BACE,iBAXsB,KFgCxB,0BACE,aAGF,oBCzBA,WACE,yFD0BA,oBACA,iBAEA,sDACE,eAGF,uCACE,oBAEF,8CACE,oBAIJ,6CQ9CA,uBACA,oBACA,mBR6CqB,EQ5CrB,WR4CqB,EQ3CrB,4BACA,gBR6CA,uBACE,gBACA,aACA,8BAGF,0BACE,gBS9DF,iDAGE,qBT6DA,iBGnDiB,QMNnB,6CACE,MJdU,KIeV,OJfU,KIkBZ,mDACE,sCACA,4BACA,cJrBU,KIwBR,6BAMJ,uGAEE,iBA7BwE,YToExE,kCACE,cAIJ,mBACE,aACA,WAEA,2BACE,cAMF,gGACE,eACA,YUnFsB,IVoFtB,iBGvEe,QHwEf,gBACA,UAIJ,+FAME,iBAGF,yBACE,gBACA,MAEA,gDACE,cAlGQ,kBAmGR,MAIJ,yBACE,aACA,SAEA,gDACE,WA5GQ,kBA6GR,SAIJ,mDACE,YAIA,0EACE,gBACA,WACE,2BAKF,wNAEE,iBA7HgB,oBAgIlB,qGACE,iBACA,kBAKF,oOAEE,iBAxIqB,oBA4IvB,wOAEE,iBAhJa,qBAqJnB,sBACE,kBAGE,gLAEE,mCAKF,6FACE,MArKgB,KAuKhB,qGACE,QACA,YAGF,mGACE,UAMR,uBACE,UACA,YACA,kBACA,gBACA,MAxLoB,KA0LpB,+BACE,MAjMe,IAqMnB,oFAGE,kBACA,MACA,OACA,SACA,MA5MiB,IA6MjB,uBAIA,8BACE,UACA,aACA,uBACA,mBACA,YACA,yBACA,cAGF,gCACE,UACA,WACA,UACA,cAIJ,mBACE,cACA,cACA,gBAGF,mBACE,iBACA,6BAKE,6CACE,UACA,QWtPR,kBACE,YDK0B,ICJ1B,gBACA,gBCHF,kBACE,YFK0B,IEJ1B,aACA,gBCHF,mBACE,WACA,cbUY,kBcTd,2BACE,KACE,UACA,MACA,aAIJ,kBACE,kBACA,WACA,WAEA,2BACE,MXiBkB,QWhBlB,kBACA,eACA,iBACA,cAEF,4BACE,UACA,UACA,SACA,wCACA,gBA5BqB,wBCCvB,kBACA,aACA,uBACA,sBACA,WACA,kBACA,eACA,iBAEA,2BACE,kBACA,YACA,cACA,iBACA,WACA,MZkBkB,QYjBlB,kBACA,eAGF,2BAOE,gBACA,uBACA,mBACA,cACA,gBACA,WACA,cACA,iBACA,eACA,MZLW,QYVX,wCACE,gBAEF,sCACE,mBAYF,kEAEE,0BAGF,qCACE,eACA,MZFiB,QYGjB,sFAEE,qBC7CR,2BPGE,iDAGE,qBAqCF,YACA,gBACA,kBRwCE,6HAUF,wBe7FA,WACA,gBACA,kBPMA,8CACE,MJdU,KIeV,OJfU,KIkBZ,oDACE,sCACA,4BACA,cJrBU,KIwBR,6BAMJ,yGAEE,iBA7BwE,YA+C1E,iCACE,aAGF,6DACE,mBO9CF,kCCDA,+BAkBI,mBDfF,iBEDsB,oBFEtB,kECCE,mBAGF,sDACE,aDDN,gBACE,cACA,aACA,WACA,kBAEA,uEAKE,iBAGF,uCACE,aACA,mBAMA,gDACE,QG7BkB,IHkCpB,uCACE,QGlC4B,iBCRlC,sBACE,MjB4Ba,QiB1Bb,6CACE,gBACA,eACA,ODRiB,KCSjB,mDACE,QAIJ,uDACE,cDFiB,kBCKnB,sEACE,kBAIA,gEACE,iBAIA,qDACE,iBAGJ,uDACE,gBAKF,iEACE,iBjBpBkB,QiBuBpB,uFACE,iBjBxBkB,QiB2BpB,6FACE,iBjB5BkB,QiBiCpB,gGACE,eAIJ,gCACE,gBACA,mBAGF,8BACE,MjBzCgB,QiB4ClB,8Cd5CE,UCdc,KDed,0BAOF,4BcsCE,iBACA,6BACA,qBACA,cACA,mBCtEJ,sBfoBI,UCdc,KDed,0BAOF,4Be1BA,uBACA,cFOY,kBENZ,gBAEA,gCbEA,uBACA,oBACA,mBaHqB,EbIrB,WaJqB,EbKrB,4BACA,gBaFF,2BACE,gBACA,iBAEA,mDACE,kBACA,aACA,sBACA,mBACA,2BACA,UCtBJ,wBACE,eACA,YZE0B,IYD1B,iBnBcmB,QmBbnB,UfGgB,KeDhB,8CACE,cHKiB,kBIdrB,uBACE,oBAGF,gBACE,kBACA,oBAGF,6BACE,eACA,kBACA,QACA,SCbF,SACE,cACA,qBACA,sBACA,kBAEA,aACE,0BAGF,eACE,UACA,WNFsB,oBOV1B,WACE,UAEA,0BACE,aACA,qCACA,uBACA,qBACA,qBACA,mBAGA,sCACE,gBNbe,KMcf,aNRY,IMSZ,WNTY,IMUZ,cNVY,IMchB,iCAEE,QAGF,qCAEE,QAGF,kBACE,gCACA,kBAGF,kBACE,oBAGF,mChBjCA,iDAGE,qBAqCF,YACA,gBACA,kBRwCE,6HAUF,wBwBzDE,WACA,gBACA,kBhB9BF,sDACE,MJdU,KIeV,OJfU,KIkBZ,4DACE,sCACA,4BACA,cJrBU,KIwBR,6BAMJ,yHAEE,iBA7BwE,YA+C1E,yCACE,aAGF,qEACE,mBgBVA,0CRrCF,+BAkBI,mBQqBA,iBPrCoB,oBOsCpB,kBRpCF,wDACE,mBAGF,8DACE,aSZN,eACE,MvB0Ba,QuBzBb,aACA,iBACA,8BACA,uBACA,kBAGA,wDAGE,OAde,KAiBjB,iDACE,YrBnBU,IqBqBV,6FACE,arBtBQ,IqB0BZ,2CACE,arB3BU,IqB6BV,uFACE,YrB9BQ,IqBmCV,4EACE,eAIJ,iCACE,iBvBvBoB,QuB0BtB,2BACE,kBACA,MACA,QACA,SACA,OACA,WAGF,uBACE,eACA,aACA,uBACA,mBACA,OAzDe,KA0Df,2BAEA,uIAIE,YACA,WACA,aAIJ,sBACE,aACA,gBACA,mBAGF,sBpBxDE,UCdc,KDed,0BAOF,4BoBkDE,cACA,gBACA,wBACA,qBACA,mBlBpFF,yBACA,qBACA,qBACA,sBACA,aACA,gBACA,ckBiFE,kCCoDF,eACA,2BACA,kCACA,8BDlDE,yCACE,oBACA,4BACA,qBAGF,uCACE,eACA,0BAIJ,4BpBlFE,UCdc,KDed,0BAOF,4BoB4EE,iBACA,cACA,YrB3GU,IqB4GV,6BACA,qBACA,cAGF,yBACE,gBACA,mBAEA,uCACE,eAGF,qCACE,eACA,kBAIJ,uBACE,MvB3GgB,QuBgHd,8CACE,iBExIR,4BACE,aACA,mBACA,uBACA,WACA,YtBkBE,UCdc,KDed,0BAOF,4BsBxBA,MzBgBkB,Q0BvBpB,kBACE,aACA,WACA,YACA,oBACA,wBACA,oBACA,iBAGF,aACE,kBACA,WACA,YACA,gBACA,4CAEA,0BACE,+BAGF,2BACE,gCCtBJ,gBACE,aACA,sBACA,WACA,YAEF,wBACE,WACA,YACA,SACA,UAEF,6BACE,+BAEF,8BACE,gCAGF,yBACE,WACA,aACA,SACA,UCvBF,gBACE,kBACA,oBACA,MACA,SACA,OACA,QACA,WACA,YAGF,6BACE,0BAGF,+BACE,4BAGF,sBACE,uBCpBF,6DAGE,kBACA,MACA,OACA,oBCNF,qBACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,0BACE,kBACA,iBACA,mBACA,oBACA,sBACA,uBACA,yBACA,gCACA,0FAGE,sBACA,eAIJ,sBACE,gBACA,gBC5BF,eACE,UACA,yBACA,oBACA,iBACA,gBAEA,uBACE,kBACA,iBACA,U3BDc,K2BEd,YxBJwB,IwBKxB,mBAGF,wBACE,gBAGF,qBACE,kBAGF,qBACE,mBCxBJ,mBACE,kBACA,MACA,OACA,UACA,SACA,SACA,uBCPF,eACE,kBACA,UACA,aACA,qCACA,4DACA,YACA,QCMQ,IDLR,gBAEA,oBACE,gBAGF,4BACE,aACA,sBAIA,kCACE,kBACA,gBAGF,oCACE,mBACA,kBAGE,iEACE,WAKN,mCACE,gBACA,iBAIJ,0CACE,aACA,mBACA,gBACA,gBAEA,gDACE,2BAEF,kDACE,uBAEF,iDACE,yBAIJ,2BACE,WACA,aACA,mBAEA,iCACE,sBAGF,mCACE,uBAGF,kCACE,oBAIJ,sBACE,qBACA,WAEA,6BACE,UACA,aACA,cAIJ,yBACE,gBACA,mBACA,UAGF,sBACE,mBAGF,sBACE,kBACA,iBACA,mBACA,gBAGF,0BACE,aC7FM,IDgGR,qBACE,iBAGF,qBACE,aAEA,2BACE,qBAGF,4BACE,sBEvHN,yBACE,kBACA,cAJ2B,IAM3B,mCACE,KDMM,ICLN,QACA,IDIM,ICHN,SACA,yBACA,WAEA,kEACE,WACA,MDfyB,ICkB3B,mEACE,WACA,MDnB0B,ICsB5B,kEACE,WACA,MDvByB,KC2B7B,qCACE,KDlBM,ICmBN,QACA,wBACA,MACA,ODtBM,ICuBN,YAEA,oEACE,SACA,ODvCyB,IC0C3B,qEACE,SACA,OD3C0B,IC8C5B,oEACE,SACA,OD/CyB,KCoD/B,4BACE,4CACA,eACA,gBAEA,sCACE,kBACA,OACA,QACA,SACA,WAGF,wCACE,kBACA,MACA,SACA,OACA,YAIJ,uBACE,aACA,uBACA,mBACA,iBACA,UAEA,iCACE,wBACA,kBACA,UACA,SAGF,mCACE,kBACA,YAIJ,6BACE,aACA,uBACA,mBACA,iBAcA,uCACE,kBACA,OAEA,0EACE,WACA,OAlBS,IAmBT,MAfgB,MAkBlB,2EACE,WACA,OAxBS,IAyBT,MAxBU,KA2BZ,0EACE,WACA,OArBe,IAsBf,MArBgB,KAyBpB,yCACE,kBACA,SAEA,4EACE,SACA,MAzCS,IA0CT,OAtCgB,MAyClB,6EACE,SACA,MA/CS,IAgDT,OA/CU,KAkDZ,4EACE,SACA,MA5Ce,IA6Cf,OA5CgB,KCjHtB,0BACE,kBACA,gBACA,MACA,SACA,OACA,QAGF,+BACE,kBACA,MACA,SACA,OACA,QACA,WACA,YACA,wEAEE,gCAIJ,6BACE,kBACA,SACA,UACA,SACA,QACA,YACA,YC9BF,oBAGE,aACA,IAHkB,IAIlB,gBACA,mBACA,mBAEA,2BACE,cAGF,2BACE,oBACA,cACA,2BAEA,iCACE,cACA,eAIJ,8BACE,YACA,gBACA,uBACA,mBCzBJ,mBACE,oBACA,mBACA,sBACA,gBAEA,oBACA,cACA,YAEA,kBACA,mBAEA,6BACA,kBAEA,kBACA,oBACA,iBACA,qBAEA,iBAxBwB,QAyBxB,MAxBkB,QA0BlB,eAGF,gBACE,gBACA,uBACA,mBACA,WACA,YC5BF,oBACE,aACA,WACA,YACA,oBACA,wBACA,oBACA,iBAGF,WACE,kBACA,WACA,YACA,gBACA,4CAEA,+BACE,kBACA,MACA,OACA,QACA,SACA,oBAIA,4CACE,aACA,sBAIJ,wBACE,+BAGF,sBACE,6BAGF,yBACE,gCAME,uDACE,kBAEF,wDACE,kBAEF,uDACE,kBAKF,6DACE,kBAEF,8DACE,kBAEF,6DACE,kBAOF,yDACE,oBAEF,0DACE,oBAEF,yDACE,oBAKF,+DACE,oBAEF,gEACE,oBAEF,+DACE,oBAMR,gBACE,kBACA,WACA,WACA,WACA","file":"theme_dark.css"}
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../src/styles/_reset.scss","../../src/components/_global.scss","../../src/components/_container.scss","../../src/components/brush/_brush.scss","../../src/components/tooltip/components/_tooltip.scss","../../../../node_modules/@elastic/eui/src/global_styling/mixins/_shadow.scss","../../../../node_modules/@elastic/eui/src/global_styling/mixins/_tool_tip.scss","../../../../node_modules/@elastic/eui/src/themes/amsterdam/_colors_dark.scss","../../../../node_modules/@elastic/eui/src/global_styling/variables/_z_index.scss","../../../../node_modules/@elastic/eui/src/global_styling/variables/_size.scss","../../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/mixins/_typography.scss","../../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography.scss","../../src/components/_mixins.scss","../../../../node_modules/@elastic/eui/src/global_styling/mixins/_helpers.scss","../../../../node_modules/@elastic/eui/src/global_styling/variables/_font_weight.scss","../../src/components/tooltip/components/_tooltip_header.scss","../../src/components/tooltip/components/_tooltip_footer.scss","../../src/components/tooltip/components/_tooltip_divider.scss","../../src/components/tooltip/components/_tooltip_prompt.scss","../../src/components/tooltip/components/_tooltip_actions.scss","../../src/components/legend/legend_table/_legend_table.scss","../../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/mixins/_states.scss","../../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/variables/_states.scss","../../src/components/legend/_variables.scss","../../src/components/legend/legend_table/_legend_single_item.scss","../../src/components/legend/legend_table/_legend_table_cell.scss","../../src/components/legend/legend_table/_legend_table_header.scss","../../src/components/portal/_portal.scss","../../src/components/icons/_icon.scss","../../src/components/legend/_legend_grid_list.scss","../../src/components/legend/_legend_list.scss","../../src/components/legend/_legend_item.scss","../../../../node_modules/@elastic/eui/src/global_styling/mixins/_typography.scss","../../src/components/_unavailable_chart.scss","../../src/components/grid/_index.scss","../../src/components/grid/_aligned_grid.scss","../../src/chart_types/xy_chart/renderer/dom/_highlighter.scss","../../src/chart_types/xy_chart/renderer/dom/_crosshair.scss","../../src/chart_types/xy_chart/renderer/dom/_screen_reader.scss","../../src/chart_types/xy_chart/renderer/dom/annotations/_annotations.scss","../../src/chart_types/partition_chart/renderer/_index.scss","../../src/chart_types/metric/renderer/dom/_text.scss","../../src/chart_types/metric/renderer/_variables.scss","../../src/chart_types/metric/renderer/dom/_progress.scss","../../src/chart_types/metric/renderer/dom/_sparkline.scss","../../src/chart_types/metric/renderer/dom/_secondary_metric.scss","../../src/chart_types/metric/renderer/dom/_badge.scss","../../src/chart_types/metric/renderer/_index.scss"],"names":[],"mappings":"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,oBACA,wBACA,oBACA,iBAGF,aACE,kBACA,WACA,YACA,gBACA,4CAEA,0BACE,+BAGF,2BACE,gCCtBJ,gBACE,aACA,sBACA,WACA,YAEF,wBACE,WACA,YACA,SACA,UAEF,6BACE,+BAEF,8BACE,gCAGF,yBACE,WACA,aACA,SACA,UCvBF,gBACE,kBACA,oBACA,MACA,SACA,OACA,QACA,WACA,YAGF,6BACE,0BAGF,+BACE,4BAGF,sBACE,uBCpBF,6DAGE,kBACA,MACA,OACA,oBCNF,qBACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,0BACE,kBACA,iBACA,mBACA,oBACA,sBACA,uBACA,yBACA,gCACA,0FAGE,sBACA,eAIJ,sBACE,gBACA,gBC5BF,eACE,UACA,yBACA,oBACA,iBACA,gBAEA,uBACE,kBACA,iBACA,U5BDc,K4BEd,YzBJwB,IyBKxB,mBAGF,wBACE,gBAGF,qBACE,kBAGF,qBACE,mBCxBJ,mBACE,kBACA,MACA,OACA,UACA,SACA,SACA,uBCPF,eACE,kBACA,UACA,aACA,qCACA,4DACA,YACA,QCMQ,IDLR,gBAEA,oBACE,gBAGF,4BACE,aACA,sBAIA,kCACE,kBACA,gBAGF,oCACE,mBACA,kBAGE,iEACE,WAKN,mCACE,gBACA,iBAIJ,0CACE,aACA,mBACA,gBACA,gBAEA,gDACE,2BAEF,kDACE,uBAEF,iDACE,yBAIJ,2BACE,WACA,aACA,mBAEA,iCACE,sBAGF,mCACE,uBAGF,kCACE,oBAIJ,sBACE,qBACA,WAEA,6BACE,UACA,aACA,cAIJ,yBACE,gBACA,mBACA,UAGF,sBACE,mBAGF,sBACE,kBACA,iBACA,mBACA,gBAGF,0BACE,aC7FM,IDgGR,qBACE,iBAGF,qBACE,aAEA,2BACE,qBAGF,4BACE,sBEvHN,yBACE,kBACA,cAJ2B,IAM3B,mCACE,KDMM,ICLN,QACA,IDIM,ICHN,SACA,yBACA,WAEA,kEACE,WACA,MDfyB,ICkB3B,mEACE,WACA,MDnB0B,ICsB5B,kEACE,WACA,MDvByB,KC2B7B,qCACE,KDlBM,ICmBN,QACA,wBACA,MACA,ODtBM,ICuBN,YAEA,oEACE,SACA,ODvCyB,IC0C3B,qEACE,SACA,OD3C0B,IC8C5B,oEACE,SACA,OD/CyB,KCoD/B,4BACE,4CACA,eACA,gBAEA,sCACE,kBACA,OACA,QACA,SACA,WAGF,wCACE,kBACA,MACA,SACA,OACA,YAIJ,uBACE,aACA,uBACA,mBACA,iBACA,UAEA,iCACE,wBACA,kBACA,UACA,SAGF,mCACE,kBACA,YAIJ,6BACE,aACA,uBACA,mBACA,iBAcA,uCACE,kBACA,OAEA,0EACE,WACA,OAlBS,IAmBT,MAfgB,MAkBlB,2EACE,WACA,OAxBS,IAyBT,MAxBU,KA2BZ,0EACE,WACA,OArBe,IAsBf,MArBgB,KAyBpB,yCACE,kBACA,SAEA,4EACE,SACA,MAzCS,IA0CT,OAtCgB,MAyClB,6EACE,SACA,MA/CS,IAgDT,OA/CU,KAkDZ,4EACE,SACA,MA5Ce,IA6Cf,OA5CgB,KCjHtB,0BACE,kBACA,gBACA,MACA,SACA,OACA,QAGF,+BACE,kBACA,MACA,SACA,OACA,QACA,WACA,YACA,wEAEE,gCAIJ,6BACE,kBACA,SACA,UACA,SACA,QACA,YACA,YC9BF,oBAGE,aACA,IAHkB,IAIlB,gBACA,mBACA,mBAEA,2BACE,cAGF,2BACE,oBACA,cACA,2BAEA,iCACE,cACA,eAIJ,8BACE,YACA,gBACA,uBACA,mBCzBJ,mBACE,oBACA,mBACA,sBACA,gBAEA,oBACA,cACA,YAEA,kBACA,oBAEA,6BACA,qBAEA,kBACA,oBACA,iBACA,qBAEA,iBAxBwB,QAyBxB,MAxBkB,QA0BlB,eAGF,gBACE,gBACA,uBACA,mBACA,WACA,YC5BF,oBACE,aACA,WACA,YACA,oBACA,wBACA,oBACA,iBAGF,WACE,kBACA,WACA,YACA,gBACA,4CAEA,+BACE,kBACA,MACA,OACA,QACA,SACA,oBAIA,4CACE,aACA,sBAIJ,wBACE,+BAGF,sBACE,6BAGF,yBACE,gCAME,uDACE,kBAEF,wDACE,kBAEF,uDACE,kBAKF,6DACE,kBAEF,8DACE,kBAEF,6DACE,kBAOF,yDACE,oBAEF,0DACE,oBAEF,yDACE,oBAKF,+DACE,oBAEF,gEACE,oBAEF,+DACE,oBAMR,gBACE,kBACA,WACA,WACA,WACA","file":"theme_dark.css"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
svg text{letter-spacing:normal !important}html,body{font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif !important}.echChartStatus{visibility:hidden;pointer-events:none;z-index:-100000;width:0;height:0;position:absolute}.echChartBackground{position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.echChart{height:100%;width:100%;overflow:hidden;display:flex;flex-direction:column}.echChart__titles{margin-right:24px}.echChartContent{position:relative;display:flex;flex-direction:row;flex-grow:1;height:1px;width:100%}.echChartContent--column{flex-direction:column}.echChartTitle{font-style:normal;font-weight:bold;font-size:16px;line-height:19px;padding:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.echChartTitle+.echChartDescription{padding-top:0}.echChartDescription{padding:8px;font-style:normal;font-weight:normal;font-size:14px;line-height:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.echContainer{flex:1;position:relative;overflow:hidden;width:100%;height:100%}.echChartPointerContainer{position:absolute;top:0;bottom:0;right:0;left:0;box-sizing:border-box;user-select:none}.echChartResizer{z-index:-10000000;position:absolute;bottom:0;top:0;left:0;right:0;box-sizing:border-box}.echBrushTool{position:absolute;top:0;left:0;margin:0;padding:0;box-sizing:border-box;overflow:hidden;pointer-events:none}.echTooltip{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05);border-radius:6px;background-color:#404040;color:#fff;z-index:9000;max-width:256px;overflow-wrap:break-word;padding:8px;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;padding:0;max-width:100%;pointer-events:none;user-select:none;background-color:#fff;color:#343741;overflow:hidden;cursor:default;transition:box-shadow 400ms,opacity 250ms;border:1px solid #fff}.echTooltip .euiHorizontalRule{background-color:#595959}.echTooltip__outerWrapper{display:flex}.echTooltip--pinned{box-shadow:0 .7px 1.4px rgba(0,0,0,.07),0 1.9px 4px rgba(0,0,0,.05),0 4.5px 10px rgba(0,0,0,.05);pointer-events:auto;user-select:auto}.echTooltip--pinned .echTooltip__tableRow--selectable{cursor:pointer}.echTooltip--pinned .echTooltipActions{pointer-events:auto}.echTooltip--pinned .echTooltip__tableWrapper{pointer-events:auto}.echTooltip .echTooltip__tableCell--truncate{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.echTooltip__metricRow{padding:4px 8px;display:flex;justify-content:space-between}.echTooltip__tableWrapper{overflow:hidden;scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;background-color:#fff}.echTooltip__tableWrapper::-webkit-scrollbar{width:16px;height:16px}.echTooltip__tableWrapper::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echTooltip__tableWrapper::-webkit-scrollbar-corner,.echTooltip__tableWrapper::-webkit-scrollbar-track{background-color:transparent}.echTooltip__tableWrapper--pinned{overflow:auto}.echTooltip__table{display:grid;width:100%}.echTooltip__table--noGrid{display:table}.echTooltip__tableHeader .echTooltip__tableCell,.echTooltip__tableFooter .echTooltip__tableCell{cursor:default;font-weight:600;background-color:#fff;position:sticky;z-index:1}.echTooltip__tableHeader,.echTooltip__tableBody,.echTooltip__tableFooter,.echTooltip__tableRow{display:contents}.echTooltip__tableHeader{margin-bottom:0;top:0}.echTooltip__tableHeader .echTooltip__tableCell{border-bottom:solid 1px #d3dae6;top:0}.echTooltip__tableFooter{margin-top:0;bottom:0}.echTooltip__tableFooter .echTooltip__tableCell{border-top:solid 1px #d3dae6;bottom:0}.echTooltip__tableCell:not(.echTooltip__colorCell){padding:4px}.echTooltip__tableBody .echTooltip__tableCell:not(.echTooltip__colorCell){padding:2px 4px;transition:margin 200ms,padding 200ms}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(0,119,204,.1)}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell+.echTooltip__tableCell{margin-left:10px;padding-left:10px}.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(0,119,204,.1)}.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(0,119,204,.05)}.echTooltip__tableRow{position:relative}.echTooltip__tableRow--highlighted .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableRow--highlighted .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(211,218,230,.5)}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip{width:21px}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--spacer{width:0;min-width:0}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--icon{opacity:1}.echTooltip__colorCell{padding:0;height:100%;position:relative;overflow:hidden;width:21px}.echTooltip__colorCell--static{width:5px}.echTooltip__colorStrip,.echTooltip__colorStrip--bg,.echTooltip__colorStrip--spacer{position:absolute;top:0;left:0;bottom:0;width:5px;transition:width 200ms}.echTooltip__colorStrip--icon{opacity:0;display:flex;justify-content:center;align-items:center;height:100%;transition:opacity 200ms;padding:0 4px}.echTooltip__colorStrip--spacer{left:auto;right:10px;width:6px;min-width:6px}.echTooltip__label{min-width:1px;flex:1 1 auto;text-align:left}.echTooltip__value{text-align:right;font-feature-settings:"tnum"}.echTooltip[dir=rtl] .echTooltip__colorStrip{left:auto;right:0}.echTooltipHeader{font-weight:600;margin-bottom:0;padding:4px 8px}.echTooltipFooter{font-weight:600;margin-top:0;padding:4px 8px}.echTooltipDivider{width:100%;border-bottom:solid 1px #d3dae6}@keyframes promptSlideDown{100%{opacity:1;top:0;height:26px}}.echTooltipPrompt{position:relative;width:100%;z-index:-1}.echTooltipPrompt__content{color:#69707d;font-style:normal;font-size:12px;line-height:26px;padding:0 8px}.echTooltipPrompt.slideDown{opacity:0;top:-26px;height:0;animation:promptSlideDown .25s forwards;animation-delay:1.5s}.echTooltipActions{position:relative;display:flex;align-items:flex-start;flex-direction:column;width:100%;font-style:normal;font-size:12px;line-height:21px}.echTooltipActions__prompt{position:relative;height:26px;padding:0 8px;line-height:26px;width:100%;color:#69707d;font-style:normal;font-size:12px}.echTooltipActions__action{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;text-align:left;width:100%;padding:0 8px;line-height:21px;cursor:pointer;color:#343741}.echTooltipActions__action:nth-child(2){padding-top:4px}.echTooltipActions__action:last-child{padding-bottom:2px}.echTooltipActions__action:hover,.echTooltipActions__action:focus{text-decoration:underline}.echTooltipActions__action[disabled]{cursor:default;color:#abb4c4}.echTooltipActions__action[disabled]:hover,.echTooltipActions__action[disabled]:focus{text-decoration:none}.echLegendTable__container{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);transform:translateZ(0);width:100%;overflow-y:auto;overflow-x:hidden}.echLegendTable__container::-webkit-scrollbar{width:16px;height:16px}.echLegendTable__container::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegendTable__container::-webkit-scrollbar-corner,.echLegendTable__container::-webkit-scrollbar-track{background-color:transparent}.echLegendTable__container:focus{outline:none}.echLegendTable__container[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegendTable__container :focus{outline:2px solid currentColor;outline-offset:1px;background-color:rgba(0,119,204,.1);border-radius:3px}.echLegendTable__container :focus:focus-visible{outline-style:auto}.echLegendTable__container :focus:not(:focus-visible){outline:none}.echLegendTable{overflow:auto;display:grid;width:100%;position:relative}.echLegendTable__header,.echLegendTable__rowgroup,.echLegendTable__row{display:contents}.echLegendTable .echColorPickerPopover{display:flex;align-items:center}.echLegend--vertical .echLegendTable__container{padding:8px}.echLegend--horizontal .echLegendTable{padding:4px 8px 4px 16px}.echLegendTable__item{color:#343741}.echLegendTable__item .echLegendItem__action{padding-top:2px;max-width:16px;height:16px}.echLegendTable__item .echLegendItem__action:empty{width:0}.echLegendTable__item:last-child .echLegendTable__cell{border-bottom:solid 1px #d3dae6}.echLegendTable__item:not([dir=rtl]) .echLegendTable__cell:last-child{padding-right:2px}.echLegendTable__item[dir=rtl] .echLegendTable__cell:last-child{padding-left:2px}.echLegendTable__item[dir=rtl] .echLegendItem__label{text-align:right}.echLegendTable__item[dir=rtl] .echLegend__legendValue{text-align:left}.echLegendTable__item--highlightable .echLegendTable__cell:hover{background-color:#f5f7fa}.echLegendTable__item--highlightable .echLegendTable__cell:hover~.echLegendTable__cell{background-color:#f5f7fa}.echLegendTable__item--highlightable .echLegendTable__cell:has(~.echLegendTable__cell:hover){background-color:#f5f7fa}.echLegendTable__item:not(.echLegendTable__item--hidden) .echLegendSingleItem__color--changable{cursor:pointer}.echLegendTable__item--vertical{padding-top:2px;padding-bottom:2px}.echLegendTable__item--hidden{color:#69707d}.echLegendTable__item .echLegend__legendValue{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;text-align:right;font-feature-settings:"tnum";letter-spacing:unset;direction:ltr;white-space:nowrap}.echLegendTable__cell{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;align-content:baseline;border-bottom:solid 1px #f5f7fa;padding:4px 8px}.echLegendTable__cell--truncate{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.echLegendTable__colorCell{padding-right:0;padding-left:2px}.echLegendTable__colorCell.echLegend__colorWrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;z-index:1}.echLegendTable__header{cursor:default;font-weight:600;background-color:#fff;font-size:12px}.echLegendTable__header .echLegendTable__cell{border-bottom:solid 1px #d3dae6}[id^=echTooltipPortal]{pointer-events:none}[id^=echAnchor]{position:absolute;pointer-events:none}.echTooltipPortal__invisible{position:fixed;visibility:hidden;width:0;height:0}.echIcon{flex-shrink:0;display:inline-block;vertical-align:middle;fill:currentColor}.echIcon svg{transform:translate(0, 0)}.echIcon:focus{opacity:1;background:rgba(0,119,204,.1)}.echLegend{z-index:1}.echLegend .echLegendList{display:grid;grid-template-columns:minmax(0, 1fr);padding-inline-start:0;padding-inline-end:0;margin-block-start:0;margin-block-end:0}.echLegend--horizontal .echLegendList{grid-column-gap:24px;grid-row-gap:8px;margin-top:8px;margin-bottom:8px}.echLegend--top,.echLegend--left{order:0}.echLegend--bottom,.echLegend--right{order:1}.echLegend--debug{background:rgba(238,130,238,.2);position:relative}.echLegend--inert{pointer-events:none}.echLegend .echLegendListContainer{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);transform:translateZ(0);width:100%;overflow-y:auto;overflow-x:hidden}.echLegend .echLegendListContainer::-webkit-scrollbar{width:16px;height:16px}.echLegend .echLegendListContainer::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegend .echLegendListContainer::-webkit-scrollbar-corner,.echLegend .echLegendListContainer::-webkit-scrollbar-track{background-color:transparent}.echLegend .echLegendListContainer:focus{outline:none}.echLegend .echLegendListContainer[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegend .echLegendListContainer :focus{outline:2px solid currentColor;outline-offset:1px;background-color:rgba(0,119,204,.1);border-radius:3px}.echLegend .echLegendListContainer :focus:focus-visible{outline-style:auto}.echLegend .echLegendListContainer :focus:not(:focus-visible){outline:none}.echLegendItem{color:#343741;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;position:relative}.echLegendItem .echLegend__colorWrapper>*:first-of-type{height:18px}.echLegendItem:not([dir=rtl])>*:not(.background){margin-left:4px}.echLegendItem:not([dir=rtl])>*:not(.background):last-child:not(.echLegendItem__legendValue){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background):last-child:not(.echLegendItem__legendValue){margin-left:4px}.echLegendItem:not(.echLegendItem--hidden) .echLegendItem__color--changable{cursor:pointer}.echLegendItem:hover .background{background-color:#f5f7fa}.echLegendItem .background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.echLegendItem__action{cursor:pointer;display:flex;justify-content:center;align-items:center;height:18px;max-width:calc(18px + 8px)}.echLegendItem__action .euiPopover,.echLegendItem__action .euiPopover__anchor,.echLegendItem__action .euiPopover__anchor>*:first-child{height:100%;width:100%;display:flex}.echLegendItem__color{display:flex;line-height:1.5;align-items:center}.echLegendItem__label{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;flex:1 1 auto;text-align:left;vertical-align:baseline;letter-spacing:unset;align-items:center;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;hyphens:auto;overflow:hidden;min-width:1px}.echLegendItem__label--singleline{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.echLegendItem__label--multiline:is(div){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.echLegendItem__label--clickable:hover{cursor:pointer;text-decoration:underline}.echLegendItem__legendValue{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;text-align:right;flex:0 0 auto;margin-left:4px;font-feature-settings:"tnum";letter-spacing:unset;direction:ltr}.echLegendItem--vertical{padding-top:2px;padding-bottom:2px}.echLegendItem--vertical:first-of-type{margin-top:2px}.echLegendItem--vertical .background{margin-top:2px;margin-bottom:2px}.echLegendItem--hidden{color:#69707d}.echLegendItem[dir=rtl] .echLegendItem__label{text-align:right}.echReactiveChart_noResults{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;color:#69707d}.echGridContainer{display:grid;width:100%;height:100%;align-content:start;justify-content:stretch;align-items:stretch;user-select:text}.echGridCell{position:relative;width:100%;height:100%;overflow:hidden;transition:background-color ease-in-out .1s}.echGridCell--rightBorder{border-right:1px solid #343741}.echGridCell--bottomBorder{border-bottom:1px solid #343741}.echAlignedGrid{display:grid;align-content:stretch;width:100%;height:100%}.echAlignedGrid--header{width:100%;height:100%;margin:0;padding:0}.echAlignedGrid__borderRight{border-right:1px solid #edf0f5}.echAlignedGrid__borderBottom{border-bottom:1px solid #edf0f5}.echAlignedGrid--content{width:100%;min-height:0;margin:0;padding:0}.echHighlighter{position:absolute;pointer-events:none;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echHighlighterOverlay__fill{fill:rgba(255,255,255,.2)}.echHighlighterOverlay__stroke{stroke:rgba(255,255,255,.2)}.echHighlighter__mask{fill:rgba(255,255,255,.5)}.echCrosshair,.echCrosshair__cursor,.echCrosshair__crossLine{position:absolute;top:0;left:0;pointer-events:none}.echScreenReaderOnly{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.echScreenReaderOnlyDebug{left:0 !important;top:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;overflow:auto !important;background:rgba(255,255,255,.8)}.echScreenReaderOnlyDebug table,.echScreenReaderOnlyDebug td,.echScreenReaderOnlyDebug th{border:1px solid #000;font-size:12px}.echScreenReaderTable{overflow-x:auto;text-align:left}.echAnnotation{padding:0;transition:opacity 250ms;pointer-events:none;user-select:none;max-width:260px}.echAnnotation__marker{position:absolute;user-select:none;font-size:12px;font-weight:700;line-height:normal}.echAnnotation__details{padding:4px 8px}.echAnnotation__icon{position:relative}.echAnnotation__body{white-space:nowrap}.echCanvasRenderer{position:absolute;top:0;left:0;padding:0;margin:0;border:0;background:transparent}.echMetricText{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0, 1fr);grid-template-rows:min-content auto min-content min-content;height:100%;padding:8px;line-height:1.2}.echMetricText__gap{overflow:hidden}.echMetricText__titlesBlock{display:flex;flex-direction:column}.echMetricText__titlesBlock--left{align-items:start;text-align:left}.echMetricText__titlesBlock--center{align-items:center;text-align:center}.echMetricText__titlesBlock--center .echMetricText__title button{width:100%}.echMetricText__titlesBlock--right{align-items:end;text-align:right}.echMetricText .echMetricText__extraBlock{display:flex;align-items:center;overflow:hidden;padding-top:5px}.echMetricText .echMetricText__extraBlock--left{justify-content:flex-start}.echMetricText .echMetricText__extraBlock--center{justify-content:center}.echMetricText .echMetricText__extraBlock--right{justify-content:flex-end}.echMetricText__valueBlock{width:100%;display:flex;flex-direction:row}.echMetricText__valueBlock--left{justify-content:start}.echMetricText__valueBlock--center{justify-content:center}.echMetricText__valueBlock--right{justify-content:end}.echMetricText__title{word-wrap:break-word;width:100%}.echMetricText__title button{width:95%;outline:none;display:block}.echMetricText__subtitle{padding-top:5px;font-weight:normal;width:95%}.echMetricText__extra{font-weight:normal}.echMetricText__value{position:relative;font-weight:bold;white-space:nowrap;overflow:hidden}.echMetricText__valueIcon{padding-left:8px}.echMetricText__part{font-weight:bold}.echMetricText__icon{display:flex}.echMetricText__icon--left{justify-content:left}.echMetricText__icon--right{justify-content:right}.echSingleMetricProgress{position:absolute;border-radius:8px}.echSingleMetricProgress--vertical{left:8px;right:0;top:8px;bottom:0;height:calc(100% - 16px);width:100%}.echSingleMetricProgress--vertical.echSingleMetricProgress--small{right:auto;width:4px}.echSingleMetricProgress--vertical.echSingleMetricProgress--medium{right:auto;width:8px}.echSingleMetricProgress--vertical.echSingleMetricProgress--large{right:auto;width:16px}.echSingleMetricProgress--horizontal{left:8px;right:0;width:calc(100% - 16px);top:0;bottom:8px;height:100%}.echSingleMetricProgress--horizontal.echSingleMetricProgress--small{top:auto;height:4px}.echSingleMetricProgress--horizontal.echSingleMetricProgress--medium{top:auto;height:8px}.echSingleMetricProgress--horizontal.echSingleMetricProgress--large{top:auto;height:16px}.echSingleMetricProgressBar{transition:background-color ease-in-out .1s;max-width:100%;max-height:100%}.echSingleMetricProgressBar--vertical{position:absolute;left:0;right:0;bottom:0;width:100%}.echSingleMetricProgressBar--horizontal{position:absolute;top:0;bottom:0;left:0;height:100%}.echSingleMetricTarget{display:flex;justify-content:center;align-items:center;overflow:visible;z-index:1}.echSingleMetricTarget--vertical{transform:rotate(90deg);position:absolute;left:100%;bottom:0}.echSingleMetricTarget--horizontal{position:absolute;bottom:100%}.echSingleMetricZeroBaseline{display:flex;justify-content:center;align-items:center;overflow:visible}.echSingleMetricZeroBaseline--vertical{position:absolute;left:0}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--small{right:auto;height:2px;width:6.5px}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--medium{right:auto;height:2px;width:13px}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--large{right:auto;height:4px;width:26px}.echSingleMetricZeroBaseline--horizontal{position:absolute;bottom:0}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--small{top:auto;width:2px;height:6.5px}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--medium{top:auto;width:2px;height:13px}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--large{top:auto;width:4px;height:26px}.echSingleMetricSparkline{position:absolute;overflow:hidden;top:0;bottom:0;left:0;right:0}.echSingleMetricSparkline__svg{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echSingleMetricSparkline__svg rect,.echSingleMetricSparkline__svg path{transition:fill ease-in-out .1s}.echSingleMetricChart--small{position:absolute;top:auto;left:auto;bottom:0;right:0;width:100px;height:30px}.echSecondaryMetric{display:flex;gap:4px;overflow:hidden;align-items:center;white-space:nowrap}.echSecondaryMetric__label{flex:1 1 auto}.echSecondaryMetric__value{display:inline-flex;flex:1 0 auto;max-width:calc(100% - 4px)}.echSecondaryMetric__value--full{flex:1 1 auto;max-width:100%}.echSecondaryMetric__truncate{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.echBadge__content{display:inline-flex;align-items:center;vertical-align:middle;overflow:hidden;min-block-size:18px;flex-shrink:0;flex-grow:0;padding-block:0px;padding-inline:8px;border:1px solid transparent;border-radius:2px;font-size:inherit;line-height:inherit;text-align:start;text-decoration:none;background-color:#e3e8f2;color:#07101f;cursor:inherit}.echBadge__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0}.echMetricContainer{display:grid;width:100%;height:100%;align-content:start;justify-content:stretch;align-items:stretch;user-select:text}.echMetric{position:relative;width:100%;height:100%;overflow:hidden;transition:background-color ease-in-out .1s}.echMetric .echMetric--outline{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.echMetric:focus-within .echMetric--outline{outline:auto;outline-offset:-1.5px}.echMetric--rightBorder{border-right:1px solid #343741}.echMetric--topBorder{border-top:1px solid #343741}.echMetric--bottomBorder{border-bottom:1px solid #343741}.echMetric--vertical.echMetric--withProgressBar--small{padding-left:12px}.echMetric--vertical.echMetric--withProgressBar--medium{padding-left:16px}.echMetric--vertical.echMetric--withProgressBar--large{padding-left:24px}.echMetric--vertical.echMetric--withTargetProgressBar--small{padding-left:20px}.echMetric--vertical.echMetric--withTargetProgressBar--medium{padding-left:24px}.echMetric--vertical.echMetric--withTargetProgressBar--large{padding-left:32px}.echMetric--horizontal.echMetric--withProgressBar--small{padding-bottom:12px}.echMetric--horizontal.echMetric--withProgressBar--medium{padding-bottom:16px}.echMetric--horizontal.echMetric--withProgressBar--large{padding-bottom:24px}.echMetric--horizontal.echMetric--withTargetProgressBar--small{padding-bottom:20px}.echMetric--horizontal.echMetric--withTargetProgressBar--medium{padding-bottom:24px}.echMetric--horizontal.echMetric--withTargetProgressBar--large{padding-bottom:32px}.echMetricEmpty{position:absolute;bottom:9px;right:11px;width:20px;border-bottom:1px solid}/*# sourceMappingURL=theme_light.css.map */
|
|
1
|
+
svg text{letter-spacing:normal !important}html,body{font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif !important}.echChartStatus{visibility:hidden;pointer-events:none;z-index:-100000;width:0;height:0;position:absolute}.echChartBackground{position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.echChart{height:100%;width:100%;overflow:hidden;display:flex;flex-direction:column}.echChart__titles{margin-right:24px}.echChartContent{position:relative;display:flex;flex-direction:row;flex-grow:1;height:1px;width:100%}.echChartContent--column{flex-direction:column}.echChartTitle{font-style:normal;font-weight:bold;font-size:16px;line-height:19px;padding:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.echChartTitle+.echChartDescription{padding-top:0}.echChartDescription{padding:8px;font-style:normal;font-weight:normal;font-size:14px;line-height:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.echContainer{flex:1;position:relative;overflow:hidden;width:100%;height:100%}.echChartPointerContainer{position:absolute;top:0;bottom:0;right:0;left:0;box-sizing:border-box;user-select:none}.echChartResizer{z-index:-10000000;position:absolute;bottom:0;top:0;left:0;right:0;box-sizing:border-box}.echBrushTool{position:absolute;top:0;left:0;margin:0;padding:0;box-sizing:border-box;overflow:hidden;pointer-events:none}.echTooltip{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05);border-radius:6px;background-color:#404040;color:#fff;z-index:9000;max-width:256px;overflow-wrap:break-word;padding:8px;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;padding:0;max-width:100%;pointer-events:none;user-select:none;background-color:#fff;color:#343741;overflow:hidden;cursor:default;transition:box-shadow 400ms,opacity 250ms;border:1px solid #fff}.echTooltip .euiHorizontalRule{background-color:#595959}.echTooltip__outerWrapper{display:flex}.echTooltip--pinned{box-shadow:0 .7px 1.4px rgba(0,0,0,.07),0 1.9px 4px rgba(0,0,0,.05),0 4.5px 10px rgba(0,0,0,.05);pointer-events:auto;user-select:auto}.echTooltip--pinned .echTooltip__tableRow--selectable{cursor:pointer}.echTooltip--pinned .echTooltipActions{pointer-events:auto}.echTooltip--pinned .echTooltip__tableWrapper{pointer-events:auto}.echTooltip .echTooltip__tableCell--truncate{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.echTooltip__metricRow{padding:4px 8px;display:flex;justify-content:space-between}.echTooltip__tableWrapper{overflow:hidden;scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;background-color:#fff}.echTooltip__tableWrapper::-webkit-scrollbar{width:16px;height:16px}.echTooltip__tableWrapper::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echTooltip__tableWrapper::-webkit-scrollbar-corner,.echTooltip__tableWrapper::-webkit-scrollbar-track{background-color:transparent}.echTooltip__tableWrapper--pinned{overflow:auto}.echTooltip__table{display:grid;width:100%}.echTooltip__table--noGrid{display:table}.echTooltip__tableHeader .echTooltip__tableCell,.echTooltip__tableFooter .echTooltip__tableCell{cursor:default;font-weight:600;background-color:#fff;position:sticky;z-index:1}.echTooltip__tableHeader,.echTooltip__tableBody,.echTooltip__tableFooter,.echTooltip__tableRow{display:contents}.echTooltip__tableHeader{margin-bottom:0;top:0}.echTooltip__tableHeader .echTooltip__tableCell{border-bottom:solid 1px #d3dae6;top:0}.echTooltip__tableFooter{margin-top:0;bottom:0}.echTooltip__tableFooter .echTooltip__tableCell{border-top:solid 1px #d3dae6;bottom:0}.echTooltip__tableCell:not(.echTooltip__colorCell){padding:4px}.echTooltip__tableBody .echTooltip__tableCell:not(.echTooltip__colorCell){padding:2px 4px;transition:margin 200ms,padding 200ms}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(0,119,204,.1)}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell+.echTooltip__tableCell{margin-left:10px;padding-left:10px}.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(0,119,204,.1)}.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(0,119,204,.05)}.echTooltip__tableRow{position:relative}.echTooltip__tableRow--highlighted .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableRow--highlighted .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(211,218,230,.5)}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip{width:21px}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--spacer{width:0;min-width:0}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--icon{opacity:1}.echTooltip__colorCell{padding:0;height:100%;position:relative;overflow:hidden;width:21px}.echTooltip__colorCell--static{width:5px}.echTooltip__colorStrip,.echTooltip__colorStrip--bg,.echTooltip__colorStrip--spacer{position:absolute;top:0;left:0;bottom:0;width:5px;transition:width 200ms}.echTooltip__colorStrip--icon{opacity:0;display:flex;justify-content:center;align-items:center;height:100%;transition:opacity 200ms;padding:0 4px}.echTooltip__colorStrip--spacer{left:auto;right:10px;width:6px;min-width:6px}.echTooltip__label{min-width:1px;flex:1 1 auto;text-align:left}.echTooltip__value{text-align:right;font-feature-settings:"tnum"}.echTooltip[dir=rtl] .echTooltip__colorStrip{left:auto;right:0}.echTooltipHeader{font-weight:600;margin-bottom:0;padding:4px 8px}.echTooltipFooter{font-weight:600;margin-top:0;padding:4px 8px}.echTooltipDivider{width:100%;border-bottom:solid 1px #d3dae6}@keyframes promptSlideDown{100%{opacity:1;top:0;height:26px}}.echTooltipPrompt{position:relative;width:100%;z-index:-1}.echTooltipPrompt__content{color:#69707d;font-style:normal;font-size:12px;line-height:26px;padding:0 8px}.echTooltipPrompt.slideDown{opacity:0;top:-26px;height:0;animation:promptSlideDown .25s forwards;animation-delay:1.5s}.echTooltipActions{position:relative;display:flex;align-items:flex-start;flex-direction:column;width:100%;font-style:normal;font-size:12px;line-height:21px}.echTooltipActions__prompt{position:relative;height:26px;padding:0 8px;line-height:26px;width:100%;color:#69707d;font-style:normal;font-size:12px}.echTooltipActions__action{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;text-align:left;width:100%;padding:0 8px;line-height:21px;cursor:pointer;color:#343741}.echTooltipActions__action:nth-child(2){padding-top:4px}.echTooltipActions__action:last-child{padding-bottom:2px}.echTooltipActions__action:hover,.echTooltipActions__action:focus{text-decoration:underline}.echTooltipActions__action[disabled]{cursor:default;color:#abb4c4}.echTooltipActions__action[disabled]:hover,.echTooltipActions__action[disabled]:focus{text-decoration:none}.echLegendTable__container{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);transform:translateZ(0);width:100%;overflow-y:auto;overflow-x:hidden}.echLegendTable__container::-webkit-scrollbar{width:16px;height:16px}.echLegendTable__container::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegendTable__container::-webkit-scrollbar-corner,.echLegendTable__container::-webkit-scrollbar-track{background-color:transparent}.echLegendTable__container:focus{outline:none}.echLegendTable__container[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegendTable__container :focus{outline:2px solid currentColor;outline-offset:1px;background-color:rgba(0,119,204,.1);border-radius:3px}.echLegendTable__container :focus:focus-visible{outline-style:auto}.echLegendTable__container :focus:not(:focus-visible){outline:none}.echLegendTable{overflow:auto;display:grid;width:100%;position:relative}.echLegendTable__header,.echLegendTable__rowgroup,.echLegendTable__row{display:contents}.echLegendTable .echColorPickerPopover{display:flex;align-items:center}.echLegend--vertical .echLegendTable__container{padding:8px}.echLegend--horizontal .echLegendTable{padding:4px 8px 4px 16px}.echLegendTable__item{color:#343741}.echLegendTable__item .echLegendItem__action{padding-top:2px;max-width:16px;height:16px}.echLegendTable__item .echLegendItem__action:empty{width:0}.echLegendTable__item--actionOnHover .echLegendItem__action{opacity:0}.echLegendTable__item--actionOnHover:hover .echLegendItem__action,.echLegendTable__item--actionOnHover:focus-within .echLegendItem__action{opacity:1;pointer-events:auto}.echLegendTable__item--isActive .echLegendItem__action{opacity:1;pointer-events:auto}.echLegendTable__item:last-child .echLegendTable__cell{border-bottom:solid 1px #d3dae6}.echLegendTable__item:not([dir=rtl]) .echLegendTable__cell:last-child{padding-right:2px}.echLegendTable__item[dir=rtl] .echLegendTable__cell:last-child{padding-left:2px}.echLegendTable__item[dir=rtl] .echLegendItem__label{text-align:right}.echLegendTable__item[dir=rtl] .echLegend__legendValue{text-align:left}.echLegendTable__item--highlightable .echLegendTable__cell:hover{background-color:#f5f7fa}.echLegendTable__item--highlightable .echLegendTable__cell:hover~.echLegendTable__cell{background-color:#f5f7fa}.echLegendTable__item--highlightable .echLegendTable__cell:has(~.echLegendTable__cell:hover){background-color:#f5f7fa}.echLegendTable__item:not(.echLegendTable__item--hidden) .echLegendSingleItem__color--changable{cursor:pointer}.echLegendTable__item--vertical{padding-top:2px;padding-bottom:2px}.echLegendTable__item--hidden{color:#69707d}.echLegendTable__item .echLegend__legendValue{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;text-align:right;font-feature-settings:"tnum";letter-spacing:unset;direction:ltr;white-space:nowrap}.echLegendTable__cell{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;align-content:baseline;border-bottom:solid 1px #f5f7fa;padding:4px 8px}.echLegendTable__cell--truncate{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.echLegendTable__colorCell{padding-right:0;padding-left:2px}.echLegendTable__colorCell.echLegend__colorWrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;z-index:1}.echLegendTable__header{cursor:default;font-weight:600;background-color:#fff;font-size:12px}.echLegendTable__header .echLegendTable__cell{border-bottom:solid 1px #d3dae6}[id^=echTooltipPortal]{pointer-events:none}[id^=echAnchor]{position:absolute;pointer-events:none}.echTooltipPortal__invisible{position:fixed;visibility:hidden;width:0;height:0}.echIcon{flex-shrink:0;display:inline-block;vertical-align:middle;fill:currentColor}.echIcon svg{transform:translate(0, 0)}.echIcon:focus{opacity:1;background:rgba(0,119,204,.1)}.echLegend{z-index:1}.echLegend .echLegendGridList{display:grid;grid-template-columns:minmax(0, 1fr);padding-inline-start:0;padding-inline-end:0;margin-block-start:0;margin-block-end:0}.echLegend--horizontal .echLegendGridList{grid-column-gap:24px;grid-row-gap:8px;margin-top:8px;margin-bottom:8px}.echLegend--top,.echLegend--left{order:0}.echLegend--bottom,.echLegend--right{order:1}.echLegend--debug{background:rgba(238,130,238,.2);position:relative}.echLegend--inert{pointer-events:none}.echLegend .echLegendGridListContainer{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);transform:translateZ(0);width:100%;overflow-y:auto;overflow-x:hidden}.echLegend .echLegendGridListContainer::-webkit-scrollbar{width:16px;height:16px}.echLegend .echLegendGridListContainer::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegend .echLegendGridListContainer::-webkit-scrollbar-corner,.echLegend .echLegendGridListContainer::-webkit-scrollbar-track{background-color:transparent}.echLegend .echLegendGridListContainer:focus{outline:none}.echLegend .echLegendGridListContainer[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegend .echLegendGridListContainer :focus{outline:2px solid currentColor;outline-offset:1px;background-color:rgba(0,119,204,.1);border-radius:3px}.echLegend .echLegendGridListContainer :focus:focus-visible{outline-style:auto}.echLegend .echLegendGridListContainer :focus:not(:focus-visible){outline:none}.echLegend{z-index:1}.echLegend .echLegendList{display:flex;flex-direction:column;padding-inline-start:0;padding-inline-end:0;margin-block-start:0;margin-block-end:0}.echLegend--horizontal .echLegendList{display:block;margin-top:8px;margin-bottom:8px}.echLegend--horizontal .echLegendListContainer{overflow-x:hidden;overflow-y:auto}.echLegend--horizontal .echLegendListContainer .echLegendList{line-height:24px}.echLegend--horizontal .echLegendListContainer .echLegendItem{display:inline;margin-right:24px}.echLegend--horizontal .echLegendListContainer .echLegendItem>.background{display:none}.echLegend--horizontal .echLegendListContainer .echLegendItem>*:not(.background){display:inline-block;vertical-align:middle;margin-left:8px}.echLegend--horizontal .echLegendListContainer .echLegendItem>.echLegendItem__action{display:inline-flex}.echLegend--horizontal .echLegendListContainer .echLegendItem>.echLegendItem__colorLabel{display:inline-flex;align-items:center;gap:4px;max-width:100%;margin-left:4px}.echLegend--horizontal .echLegendListContainer .echLegendItem>.echLegendItem__actionGroup{display:inline-flex;align-items:center;gap:4px}.echLegend--horizontal .echLegendListContainer .echLegendItem>.echLegendItem__actionGroup>*{margin-left:0}.echLegend--top,.echLegend--left{order:0}.echLegend--bottom,.echLegend--right{order:1}.echLegend--debug{background:rgba(238,130,238,.2);position:relative}.echLegend--inert{pointer-events:none}.echLegend .echLegendListContainer{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);transform:translateZ(0);width:100%;overflow-y:auto;overflow-x:hidden}.echLegend .echLegendListContainer::-webkit-scrollbar{width:16px;height:16px}.echLegend .echLegendListContainer::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegend .echLegendListContainer::-webkit-scrollbar-corner,.echLegend .echLegendListContainer::-webkit-scrollbar-track{background-color:transparent}.echLegend .echLegendListContainer:focus{outline:none}.echLegend .echLegendListContainer[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegend .echLegendListContainer :focus{outline:2px solid currentColor;outline-offset:1px;background-color:rgba(0,119,204,.1);border-radius:3px}.echLegend .echLegendListContainer :focus:focus-visible{outline-style:auto}.echLegend .echLegendListContainer :focus:not(:focus-visible){outline:none}.echLegendItem{color:#343741;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;position:relative}.echLegendItem .echLegend__colorWrapper>*:first-of-type{height:18px}.echLegendItem:not([dir=rtl])>*:not(.background){margin-left:4px}.echLegendItem:not([dir=rtl])>*:not(.background):last-child:not(.echLegendItem__legendValue){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background):last-child:not(.echLegendItem__legendValue){margin-left:4px}.echLegendItem:not(.echLegendItem--hidden) .echLegendItem__color--changable{cursor:pointer}.echLegendItem:hover .background{background-color:#f5f7fa}.echLegendItem .background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.echLegendItem__action{cursor:pointer;display:flex;justify-content:center;align-items:center;height:18px;max-width:calc(18px + 8px)}.echLegendItem__action .euiPopover,.echLegendItem__action .euiPopover__anchor,.echLegendItem__action .euiPopover__anchor>*:first-child{height:100%;width:100%;display:flex}.echLegendItem--actionOnHover .echLegendItem__action{opacity:0}.echLegendItem--actionOnHover:hover .echLegendItem__action,.echLegendItem--actionOnHover:focus-within .echLegendItem__action{opacity:1;pointer-events:auto}.echLegendItem--isActive .echLegendItem__action{opacity:1;pointer-events:auto}.echLegendItem__color{display:flex;line-height:1.5;align-items:center}.echLegendItem__label{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;flex:1 1 auto;text-align:left;vertical-align:baseline;letter-spacing:unset;align-items:center;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;hyphens:auto;overflow:hidden;min-width:1px}.echLegendItem__label--singleline{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.echLegendItem__label--multiline:is(div){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.echLegendItem__label--clickable:hover{cursor:pointer;text-decoration:underline}.echLegendItem__legendValue{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;text-align:right;flex:0 0 auto;margin-left:4px;font-feature-settings:"tnum";letter-spacing:unset;direction:ltr}.echLegendItem--vertical{padding-top:2px;padding-bottom:2px}.echLegendItem--vertical:first-of-type{margin-top:2px}.echLegendItem--vertical .background{margin-top:2px;margin-bottom:2px}.echLegendItem--hidden{color:#69707d}.echLegendItem[dir=rtl] .echLegendItem__label{text-align:right}.echReactiveChart_noResults{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;color:#69707d}.echGridContainer{display:grid;width:100%;height:100%;align-content:start;justify-content:stretch;align-items:stretch;user-select:text}.echGridCell{position:relative;width:100%;height:100%;overflow:hidden;transition:background-color ease-in-out .1s}.echGridCell--rightBorder{border-right:1px solid #343741}.echGridCell--bottomBorder{border-bottom:1px solid #343741}.echAlignedGrid{display:grid;align-content:stretch;width:100%;height:100%}.echAlignedGrid--header{width:100%;height:100%;margin:0;padding:0}.echAlignedGrid__borderRight{border-right:1px solid #edf0f5}.echAlignedGrid__borderBottom{border-bottom:1px solid #edf0f5}.echAlignedGrid--content{width:100%;min-height:0;margin:0;padding:0}.echHighlighter{position:absolute;pointer-events:none;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echHighlighterOverlay__fill{fill:rgba(255,255,255,.2)}.echHighlighterOverlay__stroke{stroke:rgba(255,255,255,.2)}.echHighlighter__mask{fill:rgba(255,255,255,.5)}.echCrosshair,.echCrosshair__cursor,.echCrosshair__crossLine{position:absolute;top:0;left:0;pointer-events:none}.echScreenReaderOnly{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.echScreenReaderOnlyDebug{left:0 !important;top:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;overflow:auto !important;background:rgba(255,255,255,.8)}.echScreenReaderOnlyDebug table,.echScreenReaderOnlyDebug td,.echScreenReaderOnlyDebug th{border:1px solid #000;font-size:12px}.echScreenReaderTable{overflow-x:auto;text-align:left}.echAnnotation{padding:0;transition:opacity 250ms;pointer-events:none;user-select:none;max-width:260px}.echAnnotation__marker{position:absolute;user-select:none;font-size:12px;font-weight:700;line-height:normal}.echAnnotation__details{padding:4px 8px}.echAnnotation__icon{position:relative}.echAnnotation__body{white-space:nowrap}.echCanvasRenderer{position:absolute;top:0;left:0;padding:0;margin:0;border:0;background:transparent}.echMetricText{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0, 1fr);grid-template-rows:min-content auto min-content min-content;height:100%;padding:8px;line-height:1.2}.echMetricText__gap{overflow:hidden}.echMetricText__titlesBlock{display:flex;flex-direction:column}.echMetricText__titlesBlock--left{align-items:start;text-align:left}.echMetricText__titlesBlock--center{align-items:center;text-align:center}.echMetricText__titlesBlock--center .echMetricText__title button{width:100%}.echMetricText__titlesBlock--right{align-items:end;text-align:right}.echMetricText .echMetricText__extraBlock{display:flex;align-items:center;overflow:hidden;padding-top:5px}.echMetricText .echMetricText__extraBlock--left{justify-content:flex-start}.echMetricText .echMetricText__extraBlock--center{justify-content:center}.echMetricText .echMetricText__extraBlock--right{justify-content:flex-end}.echMetricText__valueBlock{width:100%;display:flex;flex-direction:row}.echMetricText__valueBlock--left{justify-content:start}.echMetricText__valueBlock--center{justify-content:center}.echMetricText__valueBlock--right{justify-content:end}.echMetricText__title{word-wrap:break-word;width:100%}.echMetricText__title button{width:95%;outline:none;display:block}.echMetricText__subtitle{padding-top:5px;font-weight:normal;width:95%}.echMetricText__extra{font-weight:normal}.echMetricText__value{position:relative;font-weight:bold;white-space:nowrap;overflow:hidden}.echMetricText__valueIcon{padding-left:8px}.echMetricText__part{font-weight:bold}.echMetricText__icon{display:flex}.echMetricText__icon--left{justify-content:left}.echMetricText__icon--right{justify-content:right}.echSingleMetricProgress{position:absolute;border-radius:8px}.echSingleMetricProgress--vertical{left:8px;right:0;top:8px;bottom:0;height:calc(100% - 16px);width:100%}.echSingleMetricProgress--vertical.echSingleMetricProgress--small{right:auto;width:4px}.echSingleMetricProgress--vertical.echSingleMetricProgress--medium{right:auto;width:8px}.echSingleMetricProgress--vertical.echSingleMetricProgress--large{right:auto;width:16px}.echSingleMetricProgress--horizontal{left:8px;right:0;width:calc(100% - 16px);top:0;bottom:8px;height:100%}.echSingleMetricProgress--horizontal.echSingleMetricProgress--small{top:auto;height:4px}.echSingleMetricProgress--horizontal.echSingleMetricProgress--medium{top:auto;height:8px}.echSingleMetricProgress--horizontal.echSingleMetricProgress--large{top:auto;height:16px}.echSingleMetricProgressBar{transition:background-color ease-in-out .1s;max-width:100%;max-height:100%}.echSingleMetricProgressBar--vertical{position:absolute;left:0;right:0;bottom:0;width:100%}.echSingleMetricProgressBar--horizontal{position:absolute;top:0;bottom:0;left:0;height:100%}.echSingleMetricTarget{display:flex;justify-content:center;align-items:center;overflow:visible;z-index:1}.echSingleMetricTarget--vertical{transform:rotate(90deg);position:absolute;left:100%;bottom:0}.echSingleMetricTarget--horizontal{position:absolute;bottom:100%}.echSingleMetricZeroBaseline{display:flex;justify-content:center;align-items:center;overflow:visible}.echSingleMetricZeroBaseline--vertical{position:absolute;left:0}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--small{right:auto;height:2px;width:6.5px}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--medium{right:auto;height:2px;width:13px}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--large{right:auto;height:4px;width:26px}.echSingleMetricZeroBaseline--horizontal{position:absolute;bottom:0}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--small{top:auto;width:2px;height:6.5px}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--medium{top:auto;width:2px;height:13px}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--large{top:auto;width:4px;height:26px}.echSingleMetricSparkline{position:absolute;overflow:hidden;top:0;bottom:0;left:0;right:0}.echSingleMetricSparkline__svg{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echSingleMetricSparkline__svg rect,.echSingleMetricSparkline__svg path{transition:fill ease-in-out .1s}.echSingleMetricChart--small{position:absolute;top:auto;left:auto;bottom:0;right:0;width:100px;height:30px}.echSecondaryMetric{display:flex;gap:4px;overflow:hidden;align-items:center;white-space:nowrap}.echSecondaryMetric__label{flex:1 1 auto}.echSecondaryMetric__value{display:inline-flex;flex:1 0 auto;max-width:calc(100% - 4px)}.echSecondaryMetric__value--full{flex:1 1 auto;max-width:100%}.echSecondaryMetric__truncate{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.echBadge__content{display:inline-flex;align-items:center;vertical-align:middle;overflow:hidden;min-block-size:18px;flex-shrink:0;flex-grow:0;padding-block:2px;padding-inline:10px;border:1px solid transparent;border-radius:9999px;font-size:inherit;line-height:inherit;text-align:start;text-decoration:none;background-color:#e3e8f2;color:#07101f;cursor:inherit}.echBadge__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0}.echMetricContainer{display:grid;width:100%;height:100%;align-content:start;justify-content:stretch;align-items:stretch;user-select:text}.echMetric{position:relative;width:100%;height:100%;overflow:hidden;transition:background-color ease-in-out .1s}.echMetric .echMetric--outline{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.echMetric:focus-within .echMetric--outline{outline:auto;outline-offset:-1.5px}.echMetric--rightBorder{border-right:1px solid #343741}.echMetric--topBorder{border-top:1px solid #343741}.echMetric--bottomBorder{border-bottom:1px solid #343741}.echMetric--vertical.echMetric--withProgressBar--small{padding-left:12px}.echMetric--vertical.echMetric--withProgressBar--medium{padding-left:16px}.echMetric--vertical.echMetric--withProgressBar--large{padding-left:24px}.echMetric--vertical.echMetric--withTargetProgressBar--small{padding-left:20px}.echMetric--vertical.echMetric--withTargetProgressBar--medium{padding-left:24px}.echMetric--vertical.echMetric--withTargetProgressBar--large{padding-left:32px}.echMetric--horizontal.echMetric--withProgressBar--small{padding-bottom:12px}.echMetric--horizontal.echMetric--withProgressBar--medium{padding-bottom:16px}.echMetric--horizontal.echMetric--withProgressBar--large{padding-bottom:24px}.echMetric--horizontal.echMetric--withTargetProgressBar--small{padding-bottom:20px}.echMetric--horizontal.echMetric--withTargetProgressBar--medium{padding-bottom:24px}.echMetric--horizontal.echMetric--withTargetProgressBar--large{padding-bottom:32px}.echMetricEmpty{position:absolute;bottom:9px;right:11px;width:20px;border-bottom:1px solid}/*# sourceMappingURL=theme_light.css.map */
|