@elastic/charts 66.0.4 → 66.1.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.
Files changed (529) hide show
  1. package/dist/chart_types/bullet_graph/renderer/canvas/bullet.js +1 -2
  2. package/dist/chart_types/bullet_graph/renderer/canvas/bullet.js.map +1 -1
  3. package/dist/chart_types/bullet_graph/renderer/canvas/index.js +2 -1
  4. package/dist/chart_types/bullet_graph/renderer/canvas/index.js.map +1 -1
  5. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/angular.js +1 -2
  6. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/angular.js.map +1 -1
  7. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/horizontal.js +1 -2
  8. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/horizontal.js.map +1 -1
  9. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/vertical.js +1 -2
  10. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/vertical.js.map +1 -1
  11. package/dist/chart_types/bullet_graph/selectors/get_bullet_spec.js +1 -2
  12. package/dist/chart_types/bullet_graph/selectors/get_bullet_spec.js.map +1 -1
  13. package/dist/chart_types/bullet_graph/spec.d.ts +1 -1
  14. package/dist/chart_types/bullet_graph/spec.d.ts.map +1 -1
  15. package/dist/chart_types/bullet_graph/theme.js +2 -2
  16. package/dist/chart_types/bullet_graph/theme.js.map +1 -1
  17. package/dist/chart_types/bullet_graph/utils/angular.js +2 -3
  18. package/dist/chart_types/bullet_graph/utils/angular.js.map +1 -1
  19. package/dist/chart_types/bullet_graph/utils/color.js +3 -3
  20. package/dist/chart_types/bullet_graph/utils/color.js.map +1 -1
  21. package/dist/chart_types/bullet_graph/utils/ticks.js +1 -2
  22. package/dist/chart_types/bullet_graph/utils/ticks.js.map +1 -1
  23. package/dist/chart_types/flame_chart/flame_api.d.ts +1 -1
  24. package/dist/chart_types/flame_chart/flame_api.d.ts.map +1 -1
  25. package/dist/chart_types/flame_chart/flame_chart.js +1 -1
  26. package/dist/chart_types/flame_chart/flame_chart.js.map +1 -1
  27. package/dist/chart_types/flame_chart/render/ensure_webgl.js +1 -2
  28. package/dist/chart_types/flame_chart/render/ensure_webgl.js.map +1 -1
  29. package/dist/chart_types/flame_chart/render/upload_to_webgl.js +1 -2
  30. package/dist/chart_types/flame_chart/render/upload_to_webgl.js.map +1 -1
  31. package/dist/chart_types/goal_chart/layout/viewmodel/geoms.js +2 -2
  32. package/dist/chart_types/goal_chart/layout/viewmodel/geoms.js.map +1 -1
  33. package/dist/chart_types/goal_chart/layout/viewmodel/utils.js +4 -4
  34. package/dist/chart_types/goal_chart/layout/viewmodel/utils.js.map +1 -1
  35. package/dist/chart_types/goal_chart/layout/viewmodel/viewmodel.js +1 -2
  36. package/dist/chart_types/goal_chart/layout/viewmodel/viewmodel.js.map +1 -1
  37. package/dist/chart_types/goal_chart/renderer/canvas/canvas_renderers.js +1 -2
  38. package/dist/chart_types/goal_chart/renderer/canvas/canvas_renderers.js.map +1 -1
  39. package/dist/chart_types/goal_chart/specs/index.d.ts +1 -1
  40. package/dist/chart_types/goal_chart/specs/index.d.ts.map +1 -1
  41. package/dist/chart_types/goal_chart/state/selectors/get_goal_spec.js +1 -2
  42. package/dist/chart_types/goal_chart/state/selectors/get_goal_spec.js.map +1 -1
  43. package/dist/chart_types/goal_chart/state/selectors/on_element_click_caller.js +1 -2
  44. package/dist/chart_types/goal_chart/state/selectors/on_element_click_caller.js.map +1 -1
  45. package/dist/chart_types/goal_chart/state/selectors/on_element_out_caller.js +1 -2
  46. package/dist/chart_types/goal_chart/state/selectors/on_element_out_caller.js.map +1 -1
  47. package/dist/chart_types/goal_chart/state/selectors/on_element_over_caller.js +1 -2
  48. package/dist/chart_types/goal_chart/state/selectors/on_element_over_caller.js.map +1 -1
  49. package/dist/chart_types/goal_chart/state/selectors/scenegraph.js +1 -2
  50. package/dist/chart_types/goal_chart/state/selectors/scenegraph.js.map +1 -1
  51. package/dist/chart_types/heatmap/layout/types/viewmodel_types.js +2 -2
  52. package/dist/chart_types/heatmap/layout/types/viewmodel_types.js.map +1 -1
  53. package/dist/chart_types/heatmap/layout/viewmodel/scenegraph.js +1 -2
  54. package/dist/chart_types/heatmap/layout/viewmodel/scenegraph.js.map +1 -1
  55. package/dist/chart_types/heatmap/layout/viewmodel/viewmodel.js +4 -5
  56. package/dist/chart_types/heatmap/layout/viewmodel/viewmodel.js.map +1 -1
  57. package/dist/chart_types/heatmap/renderer/canvas/canvas_renderers.js +1 -2
  58. package/dist/chart_types/heatmap/renderer/canvas/canvas_renderers.js.map +1 -1
  59. package/dist/chart_types/heatmap/renderer/canvas/utils.js +2 -3
  60. package/dist/chart_types/heatmap/renderer/canvas/utils.js.map +1 -1
  61. package/dist/chart_types/heatmap/scales/band_color_scale.js +1 -2
  62. package/dist/chart_types/heatmap/scales/band_color_scale.js.map +1 -1
  63. package/dist/chart_types/heatmap/specs/heatmap.d.ts +1 -1
  64. package/dist/chart_types/heatmap/specs/heatmap.d.ts.map +1 -1
  65. package/dist/chart_types/heatmap/state/selectors/on_brush_end_caller.js +1 -2
  66. package/dist/chart_types/heatmap/state/selectors/on_brush_end_caller.js.map +1 -1
  67. package/dist/chart_types/heatmap/state/selectors/on_element_click_caller.js +1 -2
  68. package/dist/chart_types/heatmap/state/selectors/on_element_click_caller.js.map +1 -1
  69. package/dist/chart_types/heatmap/state/selectors/on_element_out_caller.js +1 -2
  70. package/dist/chart_types/heatmap/state/selectors/on_element_out_caller.js.map +1 -1
  71. package/dist/chart_types/heatmap/state/selectors/on_element_over_caller.js +1 -2
  72. package/dist/chart_types/heatmap/state/selectors/on_element_over_caller.js.map +1 -1
  73. package/dist/chart_types/heatmap/state/selectors/on_pointer_update_caller.js +1 -2
  74. package/dist/chart_types/heatmap/state/selectors/on_pointer_update_caller.js.map +1 -1
  75. package/dist/chart_types/heatmap/state/utils/axis.js +3 -4
  76. package/dist/chart_types/heatmap/state/utils/axis.js.map +1 -1
  77. package/dist/chart_types/metric/renderer/dom/index.js +81 -53
  78. package/dist/chart_types/metric/renderer/dom/index.js.map +1 -1
  79. package/dist/chart_types/metric/renderer/dom/metric.js +2 -2
  80. package/dist/chart_types/metric/renderer/dom/metric.js.map +1 -1
  81. package/dist/chart_types/metric/renderer/dom/text.js +40 -30
  82. package/dist/chart_types/metric/renderer/dom/text.js.map +1 -1
  83. package/dist/chart_types/metric/specs/index.js +8 -8
  84. package/dist/chart_types/metric/specs/index.js.map +1 -1
  85. package/dist/chart_types/partition_chart/layout/config.js +6 -6
  86. package/dist/chart_types/partition_chart/layout/config.js.map +1 -1
  87. package/dist/chart_types/partition_chart/layout/utils/circline_geometry.js +5 -5
  88. package/dist/chart_types/partition_chart/layout/utils/circline_geometry.js.map +1 -1
  89. package/dist/chart_types/partition_chart/layout/utils/group_by_rollup.d.ts.map +1 -1
  90. package/dist/chart_types/partition_chart/layout/utils/group_by_rollup.js +11 -11
  91. package/dist/chart_types/partition_chart/layout/utils/group_by_rollup.js.map +1 -1
  92. package/dist/chart_types/partition_chart/layout/utils/highlighted_geoms.js +2 -2
  93. package/dist/chart_types/partition_chart/layout/utils/highlighted_geoms.js.map +1 -1
  94. package/dist/chart_types/partition_chart/layout/utils/legend_labels.js +1 -2
  95. package/dist/chart_types/partition_chart/layout/utils/legend_labels.js.map +1 -1
  96. package/dist/chart_types/partition_chart/layout/utils/sunburst.js +1 -2
  97. package/dist/chart_types/partition_chart/layout/utils/sunburst.js.map +1 -1
  98. package/dist/chart_types/partition_chart/layout/utils/treemap.js +3 -3
  99. package/dist/chart_types/partition_chart/layout/utils/treemap.js.map +1 -1
  100. package/dist/chart_types/partition_chart/layout/utils/waffle.js +1 -2
  101. package/dist/chart_types/partition_chart/layout/utils/waffle.js.map +1 -1
  102. package/dist/chart_types/partition_chart/layout/viewmodel/fill_text_layout.js +4 -4
  103. package/dist/chart_types/partition_chart/layout/viewmodel/fill_text_layout.js.map +1 -1
  104. package/dist/chart_types/partition_chart/layout/viewmodel/hierarchy_of_arrays.js +3 -4
  105. package/dist/chart_types/partition_chart/layout/viewmodel/hierarchy_of_arrays.js.map +1 -1
  106. package/dist/chart_types/partition_chart/layout/viewmodel/link_text_layout.js +1 -2
  107. package/dist/chart_types/partition_chart/layout/viewmodel/link_text_layout.js.map +1 -1
  108. package/dist/chart_types/partition_chart/layout/viewmodel/picked_shapes.js +3 -3
  109. package/dist/chart_types/partition_chart/layout/viewmodel/picked_shapes.js.map +1 -1
  110. package/dist/chart_types/partition_chart/layout/viewmodel/scenegraph.js +2 -3
  111. package/dist/chart_types/partition_chart/layout/viewmodel/scenegraph.js.map +1 -1
  112. package/dist/chart_types/partition_chart/layout/viewmodel/viewmodel.js +4 -4
  113. package/dist/chart_types/partition_chart/layout/viewmodel/viewmodel.js.map +1 -1
  114. package/dist/chart_types/partition_chart/renderer/canvas/canvas_linear_renderers.js +1 -2
  115. package/dist/chart_types/partition_chart/renderer/canvas/canvas_linear_renderers.js.map +1 -1
  116. package/dist/chart_types/partition_chart/renderer/canvas/canvas_renderers.js +1 -2
  117. package/dist/chart_types/partition_chart/renderer/canvas/canvas_renderers.js.map +1 -1
  118. package/dist/chart_types/partition_chart/renderer/canvas/canvas_wrapped_renderers.js +1 -2
  119. package/dist/chart_types/partition_chart/renderer/canvas/canvas_wrapped_renderers.js.map +1 -1
  120. package/dist/chart_types/partition_chart/renderer/dom/highlighter.js +2 -2
  121. package/dist/chart_types/partition_chart/renderer/dom/highlighter.js.map +1 -1
  122. package/dist/chart_types/partition_chart/renderer/dom/layered_partition_chart.js +1 -2
  123. package/dist/chart_types/partition_chart/renderer/dom/layered_partition_chart.js.map +1 -1
  124. package/dist/chart_types/partition_chart/specs/index.d.ts +1 -1
  125. package/dist/chart_types/partition_chart/specs/index.d.ts.map +1 -1
  126. package/dist/chart_types/partition_chart/state/selectors/on_element_click_caller.js +1 -2
  127. package/dist/chart_types/partition_chart/state/selectors/on_element_click_caller.js.map +1 -1
  128. package/dist/chart_types/partition_chart/state/selectors/on_element_out_caller.js +1 -2
  129. package/dist/chart_types/partition_chart/state/selectors/on_element_out_caller.js.map +1 -1
  130. package/dist/chart_types/partition_chart/state/selectors/on_element_over_caller.js +1 -2
  131. package/dist/chart_types/partition_chart/state/selectors/on_element_over_caller.js.map +1 -1
  132. package/dist/chart_types/partition_chart/state/selectors/partition_spec.js +2 -3
  133. package/dist/chart_types/partition_chart/state/selectors/partition_spec.js.map +1 -1
  134. package/dist/chart_types/timeslip/timeslip/render/annotations/chart_title.js +1 -2
  135. package/dist/chart_types/timeslip/timeslip/render/annotations/chart_title.js.map +1 -1
  136. package/dist/chart_types/timeslip/timeslip/render/annotations/time_extent.js +1 -2
  137. package/dist/chart_types/timeslip/timeslip/render/annotations/time_extent.js.map +1 -1
  138. package/dist/chart_types/timeslip/timeslip/render/annotations/time_unit.js +1 -2
  139. package/dist/chart_types/timeslip/timeslip/render/annotations/time_unit.js.map +1 -1
  140. package/dist/chart_types/timeslip/timeslip/render/glyphs/bar.js +1 -2
  141. package/dist/chart_types/timeslip/timeslip/render/glyphs/bar.js.map +1 -1
  142. package/dist/chart_types/timeslip/timeslip/render/glyphs/boxplot.js +1 -2
  143. package/dist/chart_types/timeslip/timeslip/render/glyphs/boxplot.js.map +1 -1
  144. package/dist/chart_types/timeslip/timeslip/render/glyphs/debug_box.js +1 -2
  145. package/dist/chart_types/timeslip/timeslip/render/glyphs/debug_box.js.map +1 -1
  146. package/dist/chart_types/timeslip/timeslip_api.d.ts +1 -1
  147. package/dist/chart_types/timeslip/timeslip_api.d.ts.map +1 -1
  148. package/dist/chart_types/wordcloud/layout/viewmodel/viewmodel.js +1 -2
  149. package/dist/chart_types/wordcloud/layout/viewmodel/viewmodel.js.map +1 -1
  150. package/dist/chart_types/wordcloud/state/selectors/on_element_click_caller.js +1 -2
  151. package/dist/chart_types/wordcloud/state/selectors/on_element_click_caller.js.map +1 -1
  152. package/dist/chart_types/wordcloud/state/selectors/on_element_out_caller.js +1 -2
  153. package/dist/chart_types/wordcloud/state/selectors/on_element_out_caller.js.map +1 -1
  154. package/dist/chart_types/wordcloud/state/selectors/on_element_over_caller.js +1 -2
  155. package/dist/chart_types/wordcloud/state/selectors/on_element_over_caller.js.map +1 -1
  156. package/dist/chart_types/wordcloud/state/selectors/scenegraph.js +1 -2
  157. package/dist/chart_types/wordcloud/state/selectors/scenegraph.js.map +1 -1
  158. package/dist/chart_types/wordcloud/state/selectors/wordcloud_spec.js +1 -2
  159. package/dist/chart_types/wordcloud/state/selectors/wordcloud_spec.js.map +1 -1
  160. package/dist/chart_types/xy_chart/annotations/line/dimensions.js +3 -4
  161. package/dist/chart_types/xy_chart/annotations/line/dimensions.js.map +1 -1
  162. package/dist/chart_types/xy_chart/annotations/rect/dimensions.js +3 -4
  163. package/dist/chart_types/xy_chart/annotations/rect/dimensions.js.map +1 -1
  164. package/dist/chart_types/xy_chart/annotations/rect/tooltip.js +1 -2
  165. package/dist/chart_types/xy_chart/annotations/rect/tooltip.js.map +1 -1
  166. package/dist/chart_types/xy_chart/annotations/tooltip.js +2 -3
  167. package/dist/chart_types/xy_chart/annotations/tooltip.js.map +1 -1
  168. package/dist/chart_types/xy_chart/annotations/utils.js +5 -6
  169. package/dist/chart_types/xy_chart/annotations/utils.js.map +1 -1
  170. package/dist/chart_types/xy_chart/axes/axes_sizes.js +1 -2
  171. package/dist/chart_types/xy_chart/axes/axes_sizes.js.map +1 -1
  172. package/dist/chart_types/xy_chart/axes/timeslip/multilayer_ticks.js +2 -2
  173. package/dist/chart_types/xy_chart/axes/timeslip/multilayer_ticks.js.map +1 -1
  174. package/dist/chart_types/xy_chart/crosshair/crosshair_utils.js +5 -5
  175. package/dist/chart_types/xy_chart/crosshair/crosshair_utils.js.map +1 -1
  176. package/dist/chart_types/xy_chart/domains/x_domain.js +3 -4
  177. package/dist/chart_types/xy_chart/domains/x_domain.js.map +1 -1
  178. package/dist/chart_types/xy_chart/domains/y_domain.js +5 -6
  179. package/dist/chart_types/xy_chart/domains/y_domain.js.map +1 -1
  180. package/dist/chart_types/xy_chart/legend/legend.js +1 -2
  181. package/dist/chart_types/xy_chart/legend/legend.js.map +1 -1
  182. package/dist/chart_types/xy_chart/renderer/canvas/annotations/index.js +1 -2
  183. package/dist/chart_types/xy_chart/renderer/canvas/annotations/index.js.map +1 -1
  184. package/dist/chart_types/xy_chart/renderer/canvas/annotations/lines.js +1 -2
  185. package/dist/chart_types/xy_chart/renderer/canvas/annotations/lines.js.map +1 -1
  186. package/dist/chart_types/xy_chart/renderer/canvas/annotations/rect.js +1 -2
  187. package/dist/chart_types/xy_chart/renderer/canvas/annotations/rect.js.map +1 -1
  188. package/dist/chart_types/xy_chart/renderer/canvas/areas.js +1 -2
  189. package/dist/chart_types/xy_chart/renderer/canvas/areas.js.map +1 -1
  190. package/dist/chart_types/xy_chart/renderer/canvas/axes/index.js +1 -2
  191. package/dist/chart_types/xy_chart/renderer/canvas/axes/index.js.map +1 -1
  192. package/dist/chart_types/xy_chart/renderer/canvas/axes/line.js +1 -2
  193. package/dist/chart_types/xy_chart/renderer/canvas/axes/line.js.map +1 -1
  194. package/dist/chart_types/xy_chart/renderer/canvas/axes/tick.js +1 -2
  195. package/dist/chart_types/xy_chart/renderer/canvas/axes/tick.js.map +1 -1
  196. package/dist/chart_types/xy_chart/renderer/canvas/axes/tick_label.js +1 -2
  197. package/dist/chart_types/xy_chart/renderer/canvas/axes/tick_label.js.map +1 -1
  198. package/dist/chart_types/xy_chart/renderer/canvas/bars.js +1 -2
  199. package/dist/chart_types/xy_chart/renderer/canvas/bars.js.map +1 -1
  200. package/dist/chart_types/xy_chart/renderer/canvas/bubbles.js +1 -2
  201. package/dist/chart_types/xy_chart/renderer/canvas/bubbles.js.map +1 -1
  202. package/dist/chart_types/xy_chart/renderer/canvas/grids.js +1 -2
  203. package/dist/chart_types/xy_chart/renderer/canvas/grids.js.map +1 -1
  204. package/dist/chart_types/xy_chart/renderer/canvas/lines.js +2 -3
  205. package/dist/chart_types/xy_chart/renderer/canvas/lines.js.map +1 -1
  206. package/dist/chart_types/xy_chart/renderer/canvas/panel_clipping.js +1 -2
  207. package/dist/chart_types/xy_chart/renderer/canvas/panel_clipping.js.map +1 -1
  208. package/dist/chart_types/xy_chart/renderer/canvas/panels/panels.js +2 -3
  209. package/dist/chart_types/xy_chart/renderer/canvas/panels/panels.js.map +1 -1
  210. package/dist/chart_types/xy_chart/renderer/canvas/panels/title.js +1 -2
  211. package/dist/chart_types/xy_chart/renderer/canvas/panels/title.js.map +1 -1
  212. package/dist/chart_types/xy_chart/renderer/canvas/points.js +2 -3
  213. package/dist/chart_types/xy_chart/renderer/canvas/points.js.map +1 -1
  214. package/dist/chart_types/xy_chart/renderer/canvas/primitives/line.js +2 -2
  215. package/dist/chart_types/xy_chart/renderer/canvas/primitives/line.js.map +1 -1
  216. package/dist/chart_types/xy_chart/renderer/canvas/primitives/path.js +2 -3
  217. package/dist/chart_types/xy_chart/renderer/canvas/primitives/path.js.map +1 -1
  218. package/dist/chart_types/xy_chart/renderer/canvas/primitives/rect.js +1 -2
  219. package/dist/chart_types/xy_chart/renderer/canvas/primitives/rect.js.map +1 -1
  220. package/dist/chart_types/xy_chart/renderer/canvas/primitives/shapes.js +1 -2
  221. package/dist/chart_types/xy_chart/renderer/canvas/primitives/shapes.js.map +1 -1
  222. package/dist/chart_types/xy_chart/renderer/canvas/primitives/text.js +2 -3
  223. package/dist/chart_types/xy_chart/renderer/canvas/primitives/text.js.map +1 -1
  224. package/dist/chart_types/xy_chart/renderer/canvas/renderers.js +1 -2
  225. package/dist/chart_types/xy_chart/renderer/canvas/renderers.js.map +1 -1
  226. package/dist/chart_types/xy_chart/renderer/canvas/styles/area.js +1 -2
  227. package/dist/chart_types/xy_chart/renderer/canvas/styles/area.js.map +1 -1
  228. package/dist/chart_types/xy_chart/renderer/canvas/styles/bar.js +1 -2
  229. package/dist/chart_types/xy_chart/renderer/canvas/styles/bar.js.map +1 -1
  230. package/dist/chart_types/xy_chart/renderer/canvas/styles/line.js +1 -2
  231. package/dist/chart_types/xy_chart/renderer/canvas/styles/line.js.map +1 -1
  232. package/dist/chart_types/xy_chart/renderer/canvas/utils/debug.js +3 -4
  233. package/dist/chart_types/xy_chart/renderer/canvas/utils/debug.js.map +1 -1
  234. package/dist/chart_types/xy_chart/renderer/canvas/utils/has_mostly_rtl.js +1 -2
  235. package/dist/chart_types/xy_chart/renderer/canvas/utils/has_mostly_rtl.js.map +1 -1
  236. package/dist/chart_types/xy_chart/renderer/canvas/utils/panel_transform.js +1 -2
  237. package/dist/chart_types/xy_chart/renderer/canvas/utils/panel_transform.js.map +1 -1
  238. package/dist/chart_types/xy_chart/renderer/canvas/values/bar.js +1 -2
  239. package/dist/chart_types/xy_chart/renderer/canvas/values/bar.js.map +1 -1
  240. package/dist/chart_types/xy_chart/renderer/dom/annotations/line_marker.js +1 -2
  241. package/dist/chart_types/xy_chart/renderer/dom/annotations/line_marker.js.map +1 -1
  242. package/dist/chart_types/xy_chart/rendering/area.js +1 -2
  243. package/dist/chart_types/xy_chart/rendering/area.js.map +1 -1
  244. package/dist/chart_types/xy_chart/rendering/bars.js +2 -3
  245. package/dist/chart_types/xy_chart/rendering/bars.js.map +1 -1
  246. package/dist/chart_types/xy_chart/rendering/bubble.js +1 -2
  247. package/dist/chart_types/xy_chart/rendering/bubble.js.map +1 -1
  248. package/dist/chart_types/xy_chart/rendering/line.js +1 -2
  249. package/dist/chart_types/xy_chart/rendering/line.js.map +1 -1
  250. package/dist/chart_types/xy_chart/rendering/line_area_style.js +2 -3
  251. package/dist/chart_types/xy_chart/rendering/line_area_style.js.map +1 -1
  252. package/dist/chart_types/xy_chart/rendering/point_style.js +1 -2
  253. package/dist/chart_types/xy_chart/rendering/point_style.js.map +1 -1
  254. package/dist/chart_types/xy_chart/rendering/points.js +4 -5
  255. package/dist/chart_types/xy_chart/rendering/points.js.map +1 -1
  256. package/dist/chart_types/xy_chart/rendering/utils.js +8 -9
  257. package/dist/chart_types/xy_chart/rendering/utils.js.map +1 -1
  258. package/dist/chart_types/xy_chart/scales/get_api_scales.js +4 -5
  259. package/dist/chart_types/xy_chart/scales/get_api_scales.js.map +1 -1
  260. package/dist/chart_types/xy_chart/specs/area_series.d.ts +1 -1
  261. package/dist/chart_types/xy_chart/specs/area_series.d.ts.map +1 -1
  262. package/dist/chart_types/xy_chart/specs/bar_series.d.ts +1 -1
  263. package/dist/chart_types/xy_chart/specs/bar_series.d.ts.map +1 -1
  264. package/dist/chart_types/xy_chart/specs/bubble_series.d.ts +1 -1
  265. package/dist/chart_types/xy_chart/specs/bubble_series.d.ts.map +1 -1
  266. package/dist/chart_types/xy_chart/specs/histogram_bar_series.d.ts +1 -1
  267. package/dist/chart_types/xy_chart/specs/histogram_bar_series.d.ts.map +1 -1
  268. package/dist/chart_types/xy_chart/specs/line_annotation.d.ts +1 -1
  269. package/dist/chart_types/xy_chart/specs/line_annotation.d.ts.map +1 -1
  270. package/dist/chart_types/xy_chart/specs/line_series.d.ts +1 -1
  271. package/dist/chart_types/xy_chart/specs/line_series.d.ts.map +1 -1
  272. package/dist/chart_types/xy_chart/state/selectors/get_annotation_tooltip_state.js +2 -2
  273. package/dist/chart_types/xy_chart/state/selectors/get_annotation_tooltip_state.js.map +1 -1
  274. package/dist/chart_types/xy_chart/state/selectors/get_api_scale_configs.js +2 -2
  275. package/dist/chart_types/xy_chart/state/selectors/get_api_scale_configs.js.map +1 -1
  276. package/dist/chart_types/xy_chart/state/selectors/get_brush_area.js +6 -6
  277. package/dist/chart_types/xy_chart/state/selectors/get_brush_area.js.map +1 -1
  278. package/dist/chart_types/xy_chart/state/selectors/merge_y_custom_domains.js +1 -2
  279. package/dist/chart_types/xy_chart/state/selectors/merge_y_custom_domains.js.map +1 -1
  280. package/dist/chart_types/xy_chart/state/selectors/on_brush_end_caller.js +1 -2
  281. package/dist/chart_types/xy_chart/state/selectors/on_brush_end_caller.js.map +1 -1
  282. package/dist/chart_types/xy_chart/state/selectors/on_click_caller.js +1 -2
  283. package/dist/chart_types/xy_chart/state/selectors/on_click_caller.js.map +1 -1
  284. package/dist/chart_types/xy_chart/state/selectors/on_element_out_caller.js +1 -2
  285. package/dist/chart_types/xy_chart/state/selectors/on_element_out_caller.js.map +1 -1
  286. package/dist/chart_types/xy_chart/state/selectors/on_element_over_caller.js +1 -2
  287. package/dist/chart_types/xy_chart/state/selectors/on_element_over_caller.js.map +1 -1
  288. package/dist/chart_types/xy_chart/state/selectors/on_pointer_move_caller.js +1 -2
  289. package/dist/chart_types/xy_chart/state/selectors/on_pointer_move_caller.js.map +1 -1
  290. package/dist/chart_types/xy_chart/state/selectors/on_projection_area_caller.js +1 -2
  291. package/dist/chart_types/xy_chart/state/selectors/on_projection_area_caller.js.map +1 -1
  292. package/dist/chart_types/xy_chart/state/selectors/visible_ticks.js +2 -2
  293. package/dist/chart_types/xy_chart/state/selectors/visible_ticks.js.map +1 -1
  294. package/dist/chart_types/xy_chart/state/utils/common.js +6 -6
  295. package/dist/chart_types/xy_chart/state/utils/common.js.map +1 -1
  296. package/dist/chart_types/xy_chart/state/utils/get_legend_values.js +9 -5
  297. package/dist/chart_types/xy_chart/state/utils/get_legend_values.js.map +1 -1
  298. package/dist/chart_types/xy_chart/state/utils/spec.js +3 -4
  299. package/dist/chart_types/xy_chart/state/utils/spec.js.map +1 -1
  300. package/dist/chart_types/xy_chart/state/utils/utils.js +8 -9
  301. package/dist/chart_types/xy_chart/state/utils/utils.js.map +1 -1
  302. package/dist/chart_types/xy_chart/tooltip/tooltip.js +4 -4
  303. package/dist/chart_types/xy_chart/tooltip/tooltip.js.map +1 -1
  304. package/dist/chart_types/xy_chart/utils/axis_type_utils.js +4 -5
  305. package/dist/chart_types/xy_chart/utils/axis_type_utils.js.map +1 -1
  306. package/dist/chart_types/xy_chart/utils/axis_utils.js +9 -9
  307. package/dist/chart_types/xy_chart/utils/axis_utils.js.map +1 -1
  308. package/dist/chart_types/xy_chart/utils/default_series_sort_fn.js +2 -3
  309. package/dist/chart_types/xy_chart/utils/default_series_sort_fn.js.map +1 -1
  310. package/dist/chart_types/xy_chart/utils/dimensions.js +1 -2
  311. package/dist/chart_types/xy_chart/utils/dimensions.js.map +1 -1
  312. package/dist/chart_types/xy_chart/utils/diverging_offsets.js +3 -3
  313. package/dist/chart_types/xy_chart/utils/diverging_offsets.js.map +1 -1
  314. package/dist/chart_types/xy_chart/utils/fill_series.js +1 -2
  315. package/dist/chart_types/xy_chart/utils/fill_series.js.map +1 -1
  316. package/dist/chart_types/xy_chart/utils/get_linear_ticks.js +2 -3
  317. package/dist/chart_types/xy_chart/utils/get_linear_ticks.js.map +1 -1
  318. package/dist/chart_types/xy_chart/utils/grid_lines.js +4 -4
  319. package/dist/chart_types/xy_chart/utils/grid_lines.js.map +1 -1
  320. package/dist/chart_types/xy_chart/utils/group_data_series.js +2 -3
  321. package/dist/chart_types/xy_chart/utils/group_data_series.js.map +1 -1
  322. package/dist/chart_types/xy_chart/utils/interactions.js +2 -3
  323. package/dist/chart_types/xy_chart/utils/interactions.js.map +1 -1
  324. package/dist/chart_types/xy_chart/utils/scales.js +2 -3
  325. package/dist/chart_types/xy_chart/utils/scales.js.map +1 -1
  326. package/dist/chart_types/xy_chart/utils/series.js +12 -12
  327. package/dist/chart_types/xy_chart/utils/series.js.map +1 -1
  328. package/dist/chart_types/xy_chart/utils/specs.d.ts.map +1 -1
  329. package/dist/chart_types/xy_chart/utils/specs.js +7 -7
  330. package/dist/chart_types/xy_chart/utils/specs.js.map +1 -1
  331. package/dist/chart_types/xy_chart/utils/stacked_series_utils.js +6 -7
  332. package/dist/chart_types/xy_chart/utils/stacked_series_utils.js.map +1 -1
  333. package/dist/common/aggregations.js +15 -16
  334. package/dist/common/aggregations.js.map +1 -1
  335. package/dist/common/apca_color_contrast.js +1 -2
  336. package/dist/common/apca_color_contrast.js.map +1 -1
  337. package/dist/common/color_calcs.js +4 -5
  338. package/dist/common/color_calcs.js.map +1 -1
  339. package/dist/common/color_library_wrappers.js +9 -10
  340. package/dist/common/color_library_wrappers.js.map +1 -1
  341. package/dist/common/config_objects.js +2 -2
  342. package/dist/common/config_objects.js.map +1 -1
  343. package/dist/common/fill_text_color.js +2 -2
  344. package/dist/common/fill_text_color.js.map +1 -1
  345. package/dist/common/geometry.js +5 -5
  346. package/dist/common/geometry.js.map +1 -1
  347. package/dist/common/hooks/use_render_skip.js +1 -2
  348. package/dist/common/hooks/use_render_skip.js.map +1 -1
  349. package/dist/common/iterables.js +7 -8
  350. package/dist/common/iterables.js.map +1 -1
  351. package/dist/common/math.js +2 -3
  352. package/dist/common/math.js.map +1 -1
  353. package/dist/common/panel_utils.js +3 -3
  354. package/dist/common/panel_utils.js.map +1 -1
  355. package/dist/common/predicate.js +2 -2
  356. package/dist/common/predicate.js.map +1 -1
  357. package/dist/common/text_utils.js +6 -6
  358. package/dist/common/text_utils.js.map +1 -1
  359. package/dist/common/vectors.js +2 -3
  360. package/dist/common/vectors.js.map +1 -1
  361. package/dist/common/wcag2_color_contrast.js +1 -2
  362. package/dist/common/wcag2_color_contrast.js.map +1 -1
  363. package/dist/components/accessibility/description.js +1 -2
  364. package/dist/components/accessibility/description.js.map +1 -1
  365. package/dist/components/accessibility/label.js +1 -2
  366. package/dist/components/accessibility/label.js.map +1 -1
  367. package/dist/components/accessibility/types.js +1 -2
  368. package/dist/components/accessibility/types.js.map +1 -1
  369. package/dist/components/error_boundary/errors.js +2 -2
  370. package/dist/components/error_boundary/errors.js.map +1 -1
  371. package/dist/components/grid/aligned_grid.js +1 -2
  372. package/dist/components/grid/aligned_grid.js.map +1 -1
  373. package/dist/components/icons/assets/alert.js +1 -2
  374. package/dist/components/icons/assets/alert.js.map +1 -1
  375. package/dist/components/icons/assets/down_arrow.js +1 -2
  376. package/dist/components/icons/assets/down_arrow.js.map +1 -1
  377. package/dist/components/icons/assets/empty.js +1 -2
  378. package/dist/components/icons/assets/empty.js.map +1 -1
  379. package/dist/components/icons/assets/eye.js +1 -2
  380. package/dist/components/icons/assets/eye.js.map +1 -1
  381. package/dist/components/icons/assets/eye_closed.js +1 -2
  382. package/dist/components/icons/assets/eye_closed.js.map +1 -1
  383. package/dist/components/icons/assets/list.js +1 -2
  384. package/dist/components/icons/assets/list.js.map +1 -1
  385. package/dist/components/icons/assets/question_in_circle.js +1 -2
  386. package/dist/components/icons/assets/question_in_circle.js.map +1 -1
  387. package/dist/components/legend/label.js +2 -3
  388. package/dist/components/legend/label.js.map +1 -1
  389. package/dist/components/legend/legend_table/legend_table.js +2 -2
  390. package/dist/components/legend/legend_table/legend_table.js.map +1 -1
  391. package/dist/components/legend/position_style.js +3 -3
  392. package/dist/components/legend/position_style.js.map +1 -1
  393. package/dist/components/legend/style_utils.js +2 -3
  394. package/dist/components/legend/style_utils.js.map +1 -1
  395. package/dist/components/legend/utils.js +4 -8
  396. package/dist/components/legend/utils.js.map +1 -1
  397. package/dist/components/portal/utils.js +4 -4
  398. package/dist/components/portal/utils.js.map +1 -1
  399. package/dist/components/tooltip/components/tooltip_container.d.ts.map +1 -1
  400. package/dist/components/tooltip/components/tooltip_header.d.ts +3 -1
  401. package/dist/components/tooltip/components/tooltip_header.d.ts.map +1 -1
  402. package/dist/components/tooltip/components/tooltip_prompt.js +1 -2
  403. package/dist/components/tooltip/components/tooltip_prompt.js.map +1 -1
  404. package/dist/components/tooltip/components/tooltip_provider.d.ts.map +1 -1
  405. package/dist/components/tooltip/components/tooltip_table.d.ts.map +1 -1
  406. package/dist/components/tooltip/components/tooltip_table.js +2 -2
  407. package/dist/components/tooltip/components/tooltip_table.js.map +1 -1
  408. package/dist/components/tooltip/components/tooltip_table_body.d.ts.map +1 -1
  409. package/dist/components/tooltip/components/tooltip_table_color_cell.d.ts +0 -1
  410. package/dist/components/tooltip/components/tooltip_table_color_cell.d.ts.map +1 -1
  411. package/dist/components/tooltip/components/tooltip_table_color_cell.js +1 -2
  412. package/dist/components/tooltip/components/tooltip_table_color_cell.js.map +1 -1
  413. package/dist/components/tooltip/components/tooltip_table_footer.d.ts.map +1 -1
  414. package/dist/components/tooltip/components/tooltip_table_header.d.ts.map +1 -1
  415. package/dist/components/tooltip/placement.js +1 -2
  416. package/dist/components/tooltip/placement.js.map +1 -1
  417. package/dist/geoms/path.js +2 -3
  418. package/dist/geoms/path.js.map +1 -1
  419. package/dist/renderers/canvas/index.js +5 -6
  420. package/dist/renderers/canvas/index.js.map +1 -1
  421. package/dist/scales/scale_continuous.js +2 -2
  422. package/dist/scales/scale_continuous.js.map +1 -1
  423. package/dist/scales/types.js +3 -4
  424. package/dist/scales/types.js.map +1 -1
  425. package/dist/scales/utils.js +1 -2
  426. package/dist/scales/utils.js.map +1 -1
  427. package/dist/solvers/monotonic_hill_climb.js +2 -3
  428. package/dist/solvers/monotonic_hill_climb.js.map +1 -1
  429. package/dist/specs/group_by.d.ts +1 -1
  430. package/dist/specs/group_by.d.ts.map +1 -1
  431. package/dist/specs/settings.d.ts +1 -1
  432. package/dist/specs/settings.d.ts.map +1 -1
  433. package/dist/specs/settings.js +4 -4
  434. package/dist/specs/settings.js.map +1 -1
  435. package/dist/specs/tooltip.d.ts +1 -1
  436. package/dist/specs/tooltip.d.ts.map +1 -1
  437. package/dist/specs/tooltip.js +4 -4
  438. package/dist/specs/tooltip.js.map +1 -1
  439. package/dist/state/actions/chart.js +2 -2
  440. package/dist/state/actions/chart.js.map +1 -1
  441. package/dist/state/actions/chart_settings.js +3 -3
  442. package/dist/state/actions/chart_settings.js.map +1 -1
  443. package/dist/state/actions/colors.js +4 -4
  444. package/dist/state/actions/colors.js.map +1 -1
  445. package/dist/state/actions/dom_element.js +4 -4
  446. package/dist/state/actions/dom_element.js.map +1 -1
  447. package/dist/state/actions/events.js +2 -2
  448. package/dist/state/actions/events.js.map +1 -1
  449. package/dist/state/actions/key.js +2 -2
  450. package/dist/state/actions/key.js.map +1 -1
  451. package/dist/state/actions/legend.js +4 -4
  452. package/dist/state/actions/legend.js.map +1 -1
  453. package/dist/state/actions/mouse.js +5 -5
  454. package/dist/state/actions/mouse.js.map +1 -1
  455. package/dist/state/actions/specs.js +5 -5
  456. package/dist/state/actions/specs.js.map +1 -1
  457. package/dist/state/actions/tooltip.js +4 -4
  458. package/dist/state/actions/tooltip.js.map +1 -1
  459. package/dist/state/actions/z_index.js +2 -2
  460. package/dist/state/actions/z_index.js.map +1 -1
  461. package/dist/state/reducers/interactions.js +1 -2
  462. package/dist/state/reducers/interactions.js.map +1 -1
  463. package/dist/state/selectors/compute_small_multiple_scales.js +2 -2
  464. package/dist/state/selectors/compute_small_multiple_scales.js.map +1 -1
  465. package/dist/state/selectors/get_last_click.js +1 -2
  466. package/dist/state/selectors/get_last_click.js.map +1 -1
  467. package/dist/state/selectors/get_last_drag.js +1 -2
  468. package/dist/state/selectors/get_last_drag.js.map +1 -1
  469. package/dist/state/selectors/get_legend_table_size.js +3 -4
  470. package/dist/state/selectors/get_legend_table_size.js.map +1 -1
  471. package/dist/state/spec_factory.js +2 -2
  472. package/dist/state/spec_factory.js.map +1 -1
  473. package/dist/state/utils.js +4 -4
  474. package/dist/state/utils.js.map +1 -1
  475. package/dist/theme_dark.css +1 -1
  476. package/dist/theme_dark.css.map +1 -1
  477. package/dist/theme_light.css +1 -1
  478. package/dist/theme_light.css.map +1 -1
  479. package/dist/theme_only_dark.css +1 -1
  480. package/dist/theme_only_dark.css.map +1 -1
  481. package/dist/theme_only_light.css +1 -1
  482. package/dist/theme_only_light.css.map +1 -1
  483. package/dist/utils/accessor.js +3 -4
  484. package/dist/utils/accessor.js.map +1 -1
  485. package/dist/utils/bbox/canvas_text_bbox_calculator.js +2 -2
  486. package/dist/utils/bbox/canvas_text_bbox_calculator.js.map +1 -1
  487. package/dist/utils/chart_size.js +2 -3
  488. package/dist/utils/chart_size.js.map +1 -1
  489. package/dist/utils/chrono/chrono.js +8 -9
  490. package/dist/utils/chrono/chrono.js.map +1 -1
  491. package/dist/utils/chrono/elasticsearch.js +4 -4
  492. package/dist/utils/chrono/elasticsearch.js.map +1 -1
  493. package/dist/utils/common.js +31 -31
  494. package/dist/utils/common.js.map +1 -1
  495. package/dist/utils/curves.js +2 -2
  496. package/dist/utils/curves.js.map +1 -1
  497. package/dist/utils/data/data_processing.js +1 -2
  498. package/dist/utils/data/data_processing.js.map +1 -1
  499. package/dist/utils/data/date_time.js +1 -2
  500. package/dist/utils/data/date_time.js.map +1 -1
  501. package/dist/utils/data/formatters.js +3 -4
  502. package/dist/utils/data/formatters.js.map +1 -1
  503. package/dist/utils/debounce.js +1 -2
  504. package/dist/utils/debounce.js.map +1 -1
  505. package/dist/utils/domain.js +3 -4
  506. package/dist/utils/domain.js.map +1 -1
  507. package/dist/utils/events.js +2 -3
  508. package/dist/utils/events.js.map +1 -1
  509. package/dist/utils/fast_deep_equal.js +1 -2
  510. package/dist/utils/fast_deep_equal.js.map +1 -1
  511. package/dist/utils/geometry.js +3 -3
  512. package/dist/utils/geometry.js.map +1 -1
  513. package/dist/utils/point.js +1 -2
  514. package/dist/utils/point.js.map +1 -1
  515. package/dist/utils/text/wrap.js +1 -2
  516. package/dist/utils/text/wrap.js.map +1 -1
  517. package/dist/utils/themes/dark_theme.js +1 -1
  518. package/dist/utils/themes/dark_theme.js.map +1 -1
  519. package/dist/utils/themes/legacy_dark_theme.js +1 -1
  520. package/dist/utils/themes/legacy_dark_theme.js.map +1 -1
  521. package/dist/utils/themes/legacy_light_theme.js +1 -1
  522. package/dist/utils/themes/legacy_light_theme.js.map +1 -1
  523. package/dist/utils/themes/light_theme.js +1 -1
  524. package/dist/utils/themes/light_theme.js.map +1 -1
  525. package/dist/utils/themes/merge_utils.js +3 -3
  526. package/dist/utils/themes/merge_utils.js.map +1 -1
  527. package/dist/utils/use_legend_action.js +1 -2
  528. package/dist/utils/use_legend_action.js.map +1 -1
  529. package/package.json +1 -1
@@ -1 +1 @@
1
- .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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echChart__titles{margin-right:24px}.echChartContent{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:1px;width:100%}.echChartContent--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction: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;-ms-flex-negative:0;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;-ms-flex-negative:0;flex-shrink:0}.echContainer{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;overflow:hidden;width:100%;height:100%}.echChartPointerContainer{position:absolute;top:0;bottom:0;right:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.echChartResizer{z-index:-10000000;position:absolute;bottom:0;top:0;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box}.echBrushTool{position:absolute;top:0;left:0;margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;pointer-events:none}.echTooltip{-webkit-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);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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#1d1e24;color:#dfe5ef;overflow:hidden;cursor:default;-webkit-transition:opacity 250ms,-webkit-box-shadow 400ms;transition:opacity 250ms,-webkit-box-shadow 400ms;transition:box-shadow 400ms,opacity 250ms;transition:box-shadow 400ms,opacity 250ms,-webkit-box-shadow 400ms;border:1px solid #1d1e24}.echTooltip .euiHorizontalRule{background-color:#333}.echTooltip__outerWrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.echTooltip--pinned{-webkit-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);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;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select: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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;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;-webkit-transition:margin 200ms,padding 200ms;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;-webkit-transition:width 200ms;transition:width 200ms}.echTooltip__colorStrip--icon{opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-transition:opacity 200ms;transition:opacity 200ms;padding:0 4px}.echTooltip__colorStrip--spacer{left:auto;right:10px;width:6px;min-width:6px}.echTooltip__label{min-width:1px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left}.echTooltip__value{text-align:right;-webkit-font-feature-settings:"tnum";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}@-webkit-keyframes promptSlideDown{100%{opacity:1;top:0;height:26px}}@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;-webkit-animation:promptSlideDown .25s forwards;animation:promptSlideDown .25s forwards;-webkit-animation-delay:1.5s;animation-delay:1.5s}.echTooltipActions{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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;-webkit-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%);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%);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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;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;-webkit-font-feature-settings:"tnum";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;-ms-flex-line-pack:baseline;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;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{-ms-flex-negative:0;flex-shrink:0;display:inline-block;vertical-align:middle;fill:currentColor}.echIcon svg{-webkit-transform:translate(0, 0);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);-webkit-padding-start:0;padding-inline-start:0;-webkit-padding-end:0;padding-inline-end:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after: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{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.echLegend--bottom,.echLegend--right{-webkit-box-ordinal-group:2;-ms-flex-order:1;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;-webkit-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%);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%);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:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align: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:-webkit-box;display:-ms-flexbox;display:flex}.echLegendItem__color{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.echLegendItem__label{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left;vertical-align:baseline;letter-spacing:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;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;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:4px;-webkit-font-feature-settings:"tnum";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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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%;-ms-flex-line-pack:start;align-content:start;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.echGridCell{position:relative;width:100%;height:100%;overflow:hidden;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.echGridCell--rightBorder{border-right:1px solid #343741}.echGridCell--bottomBorder{border-bottom:1px solid #343741}.echAlignedGrid{display:grid;-ms-flex-line-pack:stretch;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;-webkit-transition:opacity 250ms;transition:opacity 250ms;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:260px}.echAnnotation__marker{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;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}.echMetricContainer{display:grid;width:100%;height:100%;-ms-flex-line-pack:start;align-content:start;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.echMetric{position:relative;width:100%;height:100%;overflow:hidden;-webkit-transition:background-color ease-in-out .1s;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:10px}.echMetric--vertical.echMetric--withTargetProgressBar--small{padding-left:14px}.echMetric--horizontal.echMetric--withProgressBar--small{padding-bottom:10px}.echMetric--horizontal.echMetric--withTargetProgressBar--small{padding-bottom:12px}.echMetricEmpty{position:absolute;bottom:9px;right:11px;width:20px;border-bottom:1px solid}.echMetricText{position:relative;padding:8px;height:100%;z-index:1;display:grid;grid-template-columns:100%;grid-template-rows:-webkit-min-content auto -webkit-min-content;grid-template-rows:min-content auto min-content;line-height:1.2}.echMetricText__valuesBlock,.echMetricText__titlesBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echMetricText__valuesBlock--left,.echMetricText__titlesBlock--left{-webkit-box-align:start;-ms-flex-align:start;align-items:start;text-align:left}.echMetricText__valuesBlock--left .echMetricText__valueGroup,.echMetricText__titlesBlock--left .echMetricText__valueGroup{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.echMetricText__valuesBlock--center,.echMetricText__titlesBlock--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.echMetricText__valuesBlock--center .echMetricText__valueGroup,.echMetricText__titlesBlock--center .echMetricText__valueGroup{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.echMetricText__valuesBlock--center .echMetricText__title button,.echMetricText__titlesBlock--center .echMetricText__title button{width:100%}.echMetricText__valuesBlock--right,.echMetricText__titlesBlock--right{-webkit-box-align:end;-ms-flex-align:end;align-items:end;text-align:right}.echMetricText__valuesBlock--right .echMetricText__valueGroup,.echMetricText__titlesBlock--right .echMetricText__valueGroup{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.echMetricText__valueGroup{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.echMetricText__titleGroup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.echMetricText__title{font-weight:bold;word-wrap:break-word;width:100%}.echMetricText__title button{font-weight:bold;width:95%}.echMetricText__icon{position:absolute;top:8px}.echMetricText__icon--left{left:8px}.echMetricText__icon--right{right:8px}.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__gap{position:relative}.echMetricText__body{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0}.echSingleMetricProgress{position:absolute}.echSingleMetricProgress--vertical{left:0;right:0;top:0;bottom:0;height:100%;width:100%}.echSingleMetricProgress--vertical.echSingleMetricProgress--small{right:auto;width:10px}.echSingleMetricProgress--horizontal{left:0;right:0;width:100%;top:0;bottom:0;height:100%}.echSingleMetricProgress--horizontal.echSingleMetricProgress--small{top:auto;height:10px}.echSingleMetricProgressBar{-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible;z-index:1}.echSingleMetricTarget--vertical{-webkit-transform:rotate(90deg);transform:rotate(90deg);position:absolute;left:100%;bottom:0}.echSingleMetricTarget--horizontal{position:absolute;bottom:100%}.echSingleMetricZeroBaseline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible}.echSingleMetricZeroBaseline--vertical{position:absolute;left:0}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--small{right:auto;height:2px;width:13px}.echSingleMetricZeroBaseline--horizontal{position:absolute;bottom:0}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--small{top:auto;width:2px;height:13px}.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{-webkit-transition:fill ease-in-out .1s;transition:fill ease-in-out .1s}.echSingleMetricChart--small{position:absolute;top:auto;left:auto;bottom:0;right:0;width:100px;height:30px}
1
+ .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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echChart__titles{margin-right:24px}.echChartContent{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:1px;width:100%}.echChartContent--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction: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;-ms-flex-negative:0;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;-ms-flex-negative:0;flex-shrink:0}.echContainer{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;overflow:hidden;width:100%;height:100%}.echChartPointerContainer{position:absolute;top:0;bottom:0;right:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.echChartResizer{z-index:-10000000;position:absolute;bottom:0;top:0;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box}.echBrushTool{position:absolute;top:0;left:0;margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;pointer-events:none}.echTooltip{-webkit-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);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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#1d1e24;color:#dfe5ef;overflow:hidden;cursor:default;-webkit-transition:opacity 250ms,-webkit-box-shadow 400ms;transition:opacity 250ms,-webkit-box-shadow 400ms;transition:box-shadow 400ms,opacity 250ms;transition:box-shadow 400ms,opacity 250ms,-webkit-box-shadow 400ms;border:1px solid #1d1e24}.echTooltip .euiHorizontalRule{background-color:#333}.echTooltip__outerWrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.echTooltip--pinned{-webkit-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);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;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select: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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;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;-webkit-transition:margin 200ms,padding 200ms;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;-webkit-transition:width 200ms;transition:width 200ms}.echTooltip__colorStrip--icon{opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-transition:opacity 200ms;transition:opacity 200ms;padding:0 4px}.echTooltip__colorStrip--spacer{left:auto;right:10px;width:6px;min-width:6px}.echTooltip__label{min-width:1px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left}.echTooltip__value{text-align:right;-webkit-font-feature-settings:"tnum";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}@-webkit-keyframes promptSlideDown{100%{opacity:1;top:0;height:26px}}@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;-webkit-animation:promptSlideDown .25s forwards;animation:promptSlideDown .25s forwards;-webkit-animation-delay:1.5s;animation-delay:1.5s}.echTooltipActions{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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;-webkit-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%);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%);-webkit-transform:translateZ(0);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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;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;-webkit-font-feature-settings:"tnum";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;-ms-flex-line-pack:baseline;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;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{-ms-flex-negative:0;flex-shrink:0;display:inline-block;vertical-align:middle;fill:currentColor}.echIcon svg{-webkit-transform:translate(0, 0);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);-webkit-padding-start:0;padding-inline-start:0;-webkit-padding-end:0;padding-inline-end:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after: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{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.echLegend--bottom,.echLegend--right{-webkit-box-ordinal-group:2;-ms-flex-order:1;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;-webkit-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%);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%);-webkit-transform:translateZ(0);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:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align: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:-webkit-box;display:-ms-flexbox;display:flex}.echLegendItem__color{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.echLegendItem__label{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left;vertical-align:baseline;letter-spacing:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;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;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:4px;-webkit-font-feature-settings:"tnum";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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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%;-ms-flex-line-pack:start;align-content:start;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.echGridCell{position:relative;width:100%;height:100%;overflow:hidden;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.echGridCell--rightBorder{border-right:1px solid #343741}.echGridCell--bottomBorder{border-bottom:1px solid #343741}.echAlignedGrid{display:grid;-ms-flex-line-pack:stretch;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;-webkit-transition:opacity 250ms;transition:opacity 250ms;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:260px}.echAnnotation__marker{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;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}.echMetricContainer{display:grid;width:100%;height:100%;-ms-flex-line-pack:start;align-content:start;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.echMetric{position:relative;width:100%;height:100%;overflow:hidden;-webkit-transition:background-color ease-in-out .1s;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:10px}.echMetric--vertical.echMetric--withTargetProgressBar--small{padding-left:14px}.echMetric--horizontal.echMetric--withProgressBar--small{padding-bottom:10px}.echMetric--horizontal.echMetric--withTargetProgressBar--small{padding-bottom:12px}.echMetricEmpty{position:absolute;bottom:9px;right:11px;width:20px;border-bottom:1px solid}.echMetricText{position:relative;padding:8px;height:100%;z-index:1;display:grid;grid-template-columns:100%;grid-template-rows:-webkit-min-content auto -webkit-min-content;grid-template-rows:min-content auto min-content;line-height:1.2}.echMetricText__valuesBlock,.echMetricText__titlesBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echMetricText__valuesBlock--left,.echMetricText__titlesBlock--left{-webkit-box-align:start;-ms-flex-align:start;align-items:start;text-align:left}.echMetricText__valuesBlock--left .echMetricText__valueGroup,.echMetricText__titlesBlock--left .echMetricText__valueGroup{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.echMetricText__valuesBlock--center,.echMetricText__titlesBlock--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.echMetricText__valuesBlock--center .echMetricText__valueGroup,.echMetricText__titlesBlock--center .echMetricText__valueGroup{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.echMetricText__valuesBlock--center .echMetricText__title button,.echMetricText__titlesBlock--center .echMetricText__title button{width:100%}.echMetricText__valuesBlock--right,.echMetricText__titlesBlock--right{-webkit-box-align:end;-ms-flex-align:end;align-items:end;text-align:right}.echMetricText__valuesBlock--right .echMetricText__valueGroup,.echMetricText__titlesBlock--right .echMetricText__valueGroup{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.echMetricText__valueGroup{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.echMetricText__titleGroup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.echMetricText__title{font-weight:bold;word-wrap:break-word;width:100%}.echMetricText__title button{font-weight:bold;width:95%}.echMetricText__icon{position:absolute;top:8px}.echMetricText__icon--left{left:8px}.echMetricText__icon--right{right:8px}.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__gap{position:relative}.echMetricText__body{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0}.echSingleMetricProgress{position:absolute}.echSingleMetricProgress--vertical{left:0;right:0;top:0;bottom:0;height:100%;width:100%}.echSingleMetricProgress--vertical.echSingleMetricProgress--small{right:auto;width:10px}.echSingleMetricProgress--horizontal{left:0;right:0;width:100%;top:0;bottom:0;height:100%}.echSingleMetricProgress--horizontal.echSingleMetricProgress--small{top:auto;height:10px}.echSingleMetricProgressBar{-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible;z-index:1}.echSingleMetricTarget--vertical{-webkit-transform:rotate(90deg);transform:rotate(90deg);position:absolute;left:100%;bottom:0}.echSingleMetricTarget--horizontal{position:absolute;bottom:100%}.echSingleMetricZeroBaseline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible}.echSingleMetricZeroBaseline--vertical{position:absolute;left:0}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--small{right:auto;height:2px;width:13px}.echSingleMetricZeroBaseline--horizontal{position:absolute;bottom:0}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--small{top:auto;width:2px;height:13px}.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{-webkit-transition:fill ease-in-out .1s;transition:fill ease-in-out .1s}.echSingleMetricChart--small{position:absolute;top:auto;left:auto;bottom:0;right:0;width:100px;height:30px}
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../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/global_styling/variables/_borders.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_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/_index.scss","../src/chart_types/metric/renderer/dom/_text.scss","../src/chart_types/metric/renderer/dom/_progress.scss","../src/chart_types/metric/renderer/dom/_sparkline.scss"],"names":[],"mappings":"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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,uBCFF,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,aAtDa,KA2Df,6DACE,kBAOF,yDACE,eAnEc,KAwEhB,+DACE,oBAMR,gBACE,kBACA,WACA,WACA,WACA,wBCnFF,eACE,kBACA,QAJQ,IAKR,YACA,UACA,aACA,2BACA,gDACA,gBAEA,wDAEE,aACA,sBAEA,oEACE,kBACA,gBAEA,0HACE,sBAIJ,wEACE,mBACA,kBAEA,8HACE,uBAIA,kIACE,WAKN,sEACE,gBACA,iBAEA,4HACE,oBAKN,2BACE,WACA,aACA,mBAGF,2BACE,aACA,mBAGF,sBACE,iBACA,qBACA,WAEA,6BACE,iBACA,UAIJ,qBACE,kBACA,IA3EM,IA6EN,2BACE,KA9EI,IAiFN,4BACE,MAlFI,IAsFR,yBACE,gBACA,mBACA,UAGF,sBACE,mBAGF,sBACE,kBACA,iBACA,mBACA,gBAGF,0BACE,aAxGM,IA2GR,qBACE,iBAGF,oBACE,kBAGF,qBACE,gBACA,kBACA,MACA,QACA,SACA,OCzHJ,yBACE,kBAEA,mCACE,OACA,QACA,MACA,SACA,YACA,WAEA,kEACE,WACA,WAIJ,qCACE,OACA,QACA,WACA,MACA,SACA,YAEA,oEACE,SACA,YAKN,4BACE,4CAEA,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,iBAIA,uCACE,kBACA,OAEA,0EACE,WACA,OATS,IAUT,MATU,KAad,yCACE,kBACA,SAEA,4EACE,SACA,MApBS,IAqBT,OApBU,KC9EhB,0BACE,kBACA,gBACA,MACA,SACA,OACA,QAGF,+BACE,kBACA,MACA,SACA,OACA,QACA,WACA,YACA,wEAEE,gCAIJ,6BACE,kBACA,SACA,UACA,SACA,QACA,YACA","file":"theme_only_dark.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../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/global_styling/variables/_borders.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_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/_index.scss","../src/chart_types/metric/renderer/dom/_text.scss","../src/chart_types/metric/renderer/dom/_progress.scss","../src/chart_types/metric/renderer/dom/_sparkline.scss"],"names":[],"mappings":"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A,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,uBCFF,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,aAtDa,KA2Df,6DACE,kBAOF,yDACE,eAnEc,KAwEhB,+DACE,oBAMR,gBACE,kBACA,WACA,WACA,WACA,wBCnFF,eACE,kBACA,QAJQ,IAKR,YACA,UACA,aACA,2BACA,gDACA,gBAEA,wDAEE,aACA,sBAEA,oEACE,kBACA,gBAEA,0HACE,sBAIJ,wEACE,mBACA,kBAEA,8HACE,uBAIA,kIACE,WAKN,sEACE,gBACA,iBAEA,4HACE,oBAKN,2BACE,WACA,aACA,mBAGF,2BACE,aACA,mBAGF,sBACE,iBACA,qBACA,WAEA,6BACE,iBACA,UAIJ,qBACE,kBACA,IA3EM,IA6EN,2BACE,KA9EI,IAiFN,4BACE,MAlFI,IAsFR,yBACE,gBACA,mBACA,UAGF,sBACE,mBAGF,sBACE,kBACA,iBACA,mBACA,gBAGF,0BACE,aAxGM,IA2GR,qBACE,iBAGF,oBACE,kBAGF,qBACE,gBACA,kBACA,MACA,QACA,SACA,OCzHJ,yBACE,kBAEA,mCACE,OACA,QACA,MACA,SACA,YACA,WAEA,kEACE,WACA,WAIJ,qCACE,OACA,QACA,WACA,MACA,SACA,YAEA,oEACE,SACA,YAKN,4BACE,4CAEA,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,iBAIA,uCACE,kBACA,OAEA,0EACE,WACA,OATS,IAUT,MATU,KAad,yCACE,kBACA,SAEA,4EACE,SACA,MApBS,IAqBT,OApBU,KC9EhB,0BACE,kBACA,gBACA,MACA,SACA,OACA,QAGF,+BACE,kBACA,MACA,SACA,OACA,QACA,WACA,YACA,wEAEE,gCAIJ,6BACE,kBACA,SACA,UACA,SACA,QACA,YACA","file":"theme_only_dark.css"}
@@ -1 +1 @@
1
- .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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echChart__titles{margin-right:24px}.echChartContent{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:1px;width:100%}.echChartContent--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction: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;-ms-flex-negative:0;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;-ms-flex-negative:0;flex-shrink:0}.echContainer{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;overflow:hidden;width:100%;height:100%}.echChartPointerContainer{position:absolute;top:0;bottom:0;right:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.echChartResizer{z-index:-10000000;position:absolute;bottom:0;top:0;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box}.echBrushTool{position:absolute;top:0;left:0;margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;pointer-events:none}.echTooltip{-webkit-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);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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;color:#343741;overflow:hidden;cursor:default;-webkit-transition:opacity 250ms,-webkit-box-shadow 400ms;transition:opacity 250ms,-webkit-box-shadow 400ms;transition:box-shadow 400ms,opacity 250ms;transition:box-shadow 400ms,opacity 250ms,-webkit-box-shadow 400ms;border:1px solid #fff}.echTooltip .euiHorizontalRule{background-color:#595959}.echTooltip__outerWrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.echTooltip--pinned{-webkit-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);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;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select: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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;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;-webkit-transition:margin 200ms,padding 200ms;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;-webkit-transition:width 200ms;transition:width 200ms}.echTooltip__colorStrip--icon{opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-transition:opacity 200ms;transition:opacity 200ms;padding:0 4px}.echTooltip__colorStrip--spacer{left:auto;right:10px;width:6px;min-width:6px}.echTooltip__label{min-width:1px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left}.echTooltip__value{text-align:right;-webkit-font-feature-settings:"tnum";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}@-webkit-keyframes promptSlideDown{100%{opacity:1;top:0;height:26px}}@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;-webkit-animation:promptSlideDown .25s forwards;animation:promptSlideDown .25s forwards;-webkit-animation-delay:1.5s;animation-delay:1.5s}.echTooltipActions{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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;-webkit-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%);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%);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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;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;-webkit-font-feature-settings:"tnum";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;-ms-flex-line-pack:baseline;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;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{-ms-flex-negative:0;flex-shrink:0;display:inline-block;vertical-align:middle;fill:currentColor}.echIcon svg{-webkit-transform:translate(0, 0);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);-webkit-padding-start:0;padding-inline-start:0;-webkit-padding-end:0;padding-inline-end:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after: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{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.echLegend--bottom,.echLegend--right{-webkit-box-ordinal-group:2;-ms-flex-order:1;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;-webkit-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%);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%);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:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align: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:-webkit-box;display:-ms-flexbox;display:flex}.echLegendItem__color{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.echLegendItem__label{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left;vertical-align:baseline;letter-spacing:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;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;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:4px;-webkit-font-feature-settings:"tnum";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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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%;-ms-flex-line-pack:start;align-content:start;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.echGridCell{position:relative;width:100%;height:100%;overflow:hidden;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.echGridCell--rightBorder{border-right:1px solid #343741}.echGridCell--bottomBorder{border-bottom:1px solid #343741}.echAlignedGrid{display:grid;-ms-flex-line-pack:stretch;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;-webkit-transition:opacity 250ms;transition:opacity 250ms;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:260px}.echAnnotation__marker{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;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}.echMetricContainer{display:grid;width:100%;height:100%;-ms-flex-line-pack:start;align-content:start;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.echMetric{position:relative;width:100%;height:100%;overflow:hidden;-webkit-transition:background-color ease-in-out .1s;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:10px}.echMetric--vertical.echMetric--withTargetProgressBar--small{padding-left:14px}.echMetric--horizontal.echMetric--withProgressBar--small{padding-bottom:10px}.echMetric--horizontal.echMetric--withTargetProgressBar--small{padding-bottom:12px}.echMetricEmpty{position:absolute;bottom:9px;right:11px;width:20px;border-bottom:1px solid}.echMetricText{position:relative;padding:8px;height:100%;z-index:1;display:grid;grid-template-columns:100%;grid-template-rows:-webkit-min-content auto -webkit-min-content;grid-template-rows:min-content auto min-content;line-height:1.2}.echMetricText__valuesBlock,.echMetricText__titlesBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echMetricText__valuesBlock--left,.echMetricText__titlesBlock--left{-webkit-box-align:start;-ms-flex-align:start;align-items:start;text-align:left}.echMetricText__valuesBlock--left .echMetricText__valueGroup,.echMetricText__titlesBlock--left .echMetricText__valueGroup{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.echMetricText__valuesBlock--center,.echMetricText__titlesBlock--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.echMetricText__valuesBlock--center .echMetricText__valueGroup,.echMetricText__titlesBlock--center .echMetricText__valueGroup{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.echMetricText__valuesBlock--center .echMetricText__title button,.echMetricText__titlesBlock--center .echMetricText__title button{width:100%}.echMetricText__valuesBlock--right,.echMetricText__titlesBlock--right{-webkit-box-align:end;-ms-flex-align:end;align-items:end;text-align:right}.echMetricText__valuesBlock--right .echMetricText__valueGroup,.echMetricText__titlesBlock--right .echMetricText__valueGroup{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.echMetricText__valueGroup{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.echMetricText__titleGroup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.echMetricText__title{font-weight:bold;word-wrap:break-word;width:100%}.echMetricText__title button{font-weight:bold;width:95%}.echMetricText__icon{position:absolute;top:8px}.echMetricText__icon--left{left:8px}.echMetricText__icon--right{right:8px}.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__gap{position:relative}.echMetricText__body{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0}.echSingleMetricProgress{position:absolute}.echSingleMetricProgress--vertical{left:0;right:0;top:0;bottom:0;height:100%;width:100%}.echSingleMetricProgress--vertical.echSingleMetricProgress--small{right:auto;width:10px}.echSingleMetricProgress--horizontal{left:0;right:0;width:100%;top:0;bottom:0;height:100%}.echSingleMetricProgress--horizontal.echSingleMetricProgress--small{top:auto;height:10px}.echSingleMetricProgressBar{-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible;z-index:1}.echSingleMetricTarget--vertical{-webkit-transform:rotate(90deg);transform:rotate(90deg);position:absolute;left:100%;bottom:0}.echSingleMetricTarget--horizontal{position:absolute;bottom:100%}.echSingleMetricZeroBaseline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible}.echSingleMetricZeroBaseline--vertical{position:absolute;left:0}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--small{right:auto;height:2px;width:13px}.echSingleMetricZeroBaseline--horizontal{position:absolute;bottom:0}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--small{top:auto;width:2px;height:13px}.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{-webkit-transition:fill ease-in-out .1s;transition:fill ease-in-out .1s}.echSingleMetricChart--small{position:absolute;top:auto;left:auto;bottom:0;right:0;width:100px;height:30px}
1
+ .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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echChart__titles{margin-right:24px}.echChartContent{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:1px;width:100%}.echChartContent--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction: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;-ms-flex-negative:0;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;-ms-flex-negative:0;flex-shrink:0}.echContainer{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;overflow:hidden;width:100%;height:100%}.echChartPointerContainer{position:absolute;top:0;bottom:0;right:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.echChartResizer{z-index:-10000000;position:absolute;bottom:0;top:0;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box}.echBrushTool{position:absolute;top:0;left:0;margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;pointer-events:none}.echTooltip{-webkit-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);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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;color:#343741;overflow:hidden;cursor:default;-webkit-transition:opacity 250ms,-webkit-box-shadow 400ms;transition:opacity 250ms,-webkit-box-shadow 400ms;transition:box-shadow 400ms,opacity 250ms;transition:box-shadow 400ms,opacity 250ms,-webkit-box-shadow 400ms;border:1px solid #fff}.echTooltip .euiHorizontalRule{background-color:#595959}.echTooltip__outerWrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.echTooltip--pinned{-webkit-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);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;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select: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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;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;-webkit-transition:margin 200ms,padding 200ms;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;-webkit-transition:width 200ms;transition:width 200ms}.echTooltip__colorStrip--icon{opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-transition:opacity 200ms;transition:opacity 200ms;padding:0 4px}.echTooltip__colorStrip--spacer{left:auto;right:10px;width:6px;min-width:6px}.echTooltip__label{min-width:1px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left}.echTooltip__value{text-align:right;-webkit-font-feature-settings:"tnum";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}@-webkit-keyframes promptSlideDown{100%{opacity:1;top:0;height:26px}}@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;-webkit-animation:promptSlideDown .25s forwards;animation:promptSlideDown .25s forwards;-webkit-animation-delay:1.5s;animation-delay:1.5s}.echTooltipActions{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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;-webkit-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%);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%);-webkit-transform:translateZ(0);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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;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;-webkit-font-feature-settings:"tnum";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;-ms-flex-line-pack:baseline;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;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{-ms-flex-negative:0;flex-shrink:0;display:inline-block;vertical-align:middle;fill:currentColor}.echIcon svg{-webkit-transform:translate(0, 0);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);-webkit-padding-start:0;padding-inline-start:0;-webkit-padding-end:0;padding-inline-end:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after: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{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.echLegend--bottom,.echLegend--right{-webkit-box-ordinal-group:2;-ms-flex-order:1;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;-webkit-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%);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%);-webkit-transform:translateZ(0);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:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align: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:-webkit-box;display:-ms-flexbox;display:flex}.echLegendItem__color{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.echLegendItem__label{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left;vertical-align:baseline;letter-spacing:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;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;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:4px;-webkit-font-feature-settings:"tnum";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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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%;-ms-flex-line-pack:start;align-content:start;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.echGridCell{position:relative;width:100%;height:100%;overflow:hidden;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.echGridCell--rightBorder{border-right:1px solid #343741}.echGridCell--bottomBorder{border-bottom:1px solid #343741}.echAlignedGrid{display:grid;-ms-flex-line-pack:stretch;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;-webkit-transition:opacity 250ms;transition:opacity 250ms;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:260px}.echAnnotation__marker{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;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}.echMetricContainer{display:grid;width:100%;height:100%;-ms-flex-line-pack:start;align-content:start;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.echMetric{position:relative;width:100%;height:100%;overflow:hidden;-webkit-transition:background-color ease-in-out .1s;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:10px}.echMetric--vertical.echMetric--withTargetProgressBar--small{padding-left:14px}.echMetric--horizontal.echMetric--withProgressBar--small{padding-bottom:10px}.echMetric--horizontal.echMetric--withTargetProgressBar--small{padding-bottom:12px}.echMetricEmpty{position:absolute;bottom:9px;right:11px;width:20px;border-bottom:1px solid}.echMetricText{position:relative;padding:8px;height:100%;z-index:1;display:grid;grid-template-columns:100%;grid-template-rows:-webkit-min-content auto -webkit-min-content;grid-template-rows:min-content auto min-content;line-height:1.2}.echMetricText__valuesBlock,.echMetricText__titlesBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echMetricText__valuesBlock--left,.echMetricText__titlesBlock--left{-webkit-box-align:start;-ms-flex-align:start;align-items:start;text-align:left}.echMetricText__valuesBlock--left .echMetricText__valueGroup,.echMetricText__titlesBlock--left .echMetricText__valueGroup{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.echMetricText__valuesBlock--center,.echMetricText__titlesBlock--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.echMetricText__valuesBlock--center .echMetricText__valueGroup,.echMetricText__titlesBlock--center .echMetricText__valueGroup{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.echMetricText__valuesBlock--center .echMetricText__title button,.echMetricText__titlesBlock--center .echMetricText__title button{width:100%}.echMetricText__valuesBlock--right,.echMetricText__titlesBlock--right{-webkit-box-align:end;-ms-flex-align:end;align-items:end;text-align:right}.echMetricText__valuesBlock--right .echMetricText__valueGroup,.echMetricText__titlesBlock--right .echMetricText__valueGroup{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.echMetricText__valueGroup{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.echMetricText__titleGroup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.echMetricText__title{font-weight:bold;word-wrap:break-word;width:100%}.echMetricText__title button{font-weight:bold;width:95%}.echMetricText__icon{position:absolute;top:8px}.echMetricText__icon--left{left:8px}.echMetricText__icon--right{right:8px}.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__gap{position:relative}.echMetricText__body{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0}.echSingleMetricProgress{position:absolute}.echSingleMetricProgress--vertical{left:0;right:0;top:0;bottom:0;height:100%;width:100%}.echSingleMetricProgress--vertical.echSingleMetricProgress--small{right:auto;width:10px}.echSingleMetricProgress--horizontal{left:0;right:0;width:100%;top:0;bottom:0;height:100%}.echSingleMetricProgress--horizontal.echSingleMetricProgress--small{top:auto;height:10px}.echSingleMetricProgressBar{-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible;z-index:1}.echSingleMetricTarget--vertical{-webkit-transform:rotate(90deg);transform:rotate(90deg);position:absolute;left:100%;bottom:0}.echSingleMetricTarget--horizontal{position:absolute;bottom:100%}.echSingleMetricZeroBaseline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible}.echSingleMetricZeroBaseline--vertical{position:absolute;left:0}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--small{right:auto;height:2px;width:13px}.echSingleMetricZeroBaseline--horizontal{position:absolute;bottom:0}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--small{top:auto;width:2px;height:13px}.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{-webkit-transition:fill ease-in-out .1s;transition:fill ease-in-out .1s}.echSingleMetricChart--small{position:absolute;top:auto;left:auto;bottom:0;right:0;width:100px;height:30px}
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../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/global_styling/variables/_borders.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_tool_tip.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/_colors_light.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/_index.scss","../src/chart_types/metric/renderer/dom/_text.scss","../src/chart_types/metric/renderer/dom/_progress.scss","../src/chart_types/metric/renderer/dom/_sparkline.scss"],"names":[],"mappings":"AAAA,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,+GCvCF,cCIgB,IDHhB,iBEH0B,QFI1B,MGEc,KHDd,QIkBW,KJjBX,gBACA,yBACA,QKLY,ICoBV,UCdc,KDed,0BAOF,4BRRA,UACA,eACA,oBACA,iBACA,iBKRmB,KLSnB,MKJqB,QLKrB,gBACA,eACA,WACE,+BAEF,sBExBA,+BACE,iBEVoB,QJmCtB,0BACE,aAGF,oBCzBA,WACE,sFD0BA,oBACA,iBAEA,sDACE,eAGF,uCACE,oBAEF,8CACE,oBAIJ,6CU9CA,uBACA,oBACA,mBV6CqB,EU5CrB,WV4CqB,EU3CrB,4BACA,gBV6CA,uBACE,gBACA,aACA,8BAGF,0BACE,gBW9DF,iDAGE,qBX6DA,iBKnDiB,KMNnB,6CACE,MJdU,KIeV,OJfU,KIkBZ,mDACE,sCACA,4BACA,cJrBU,KIwBR,6BAMJ,uGAEE,iBA7BwE,YXoExE,kCACE,cAIJ,mBACE,aACA,WAEA,2BACE,cAMF,gGACE,eACA,YYnFsB,IZoFtB,iBKvEe,KLwEf,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,mBAgIlB,qGACE,iBACA,kBAKF,oOAEE,iBAxIqB,mBA4IvB,wOAEE,iBAhJa,oBAqJnB,sBACE,kBAGE,gLAEE,sCAKF,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,QatPR,kBACE,YDK0B,ICJ1B,gBACA,gBCHF,kBACE,YFK0B,IEJ1B,aACA,gBCHF,mBACE,WACA,cfUY,kBgBTd,2BACE,KACE,UACA,MACA,aAIJ,kBACE,kBACA,WACA,WAEA,2BACE,MXMgB,QWLhB,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,MZOgB,QYNhB,kBACA,eAGF,2BAOE,gBACA,uBACA,mBACA,cACA,gBACA,WACA,cACA,iBACA,eACA,MZbmB,QYFnB,wCACE,gBAEF,sCACE,mBAYF,kEAEE,0BAGF,qCACE,eACA,MZFiB,QYGjB,sFAEE,qBC7CR,2BPGE,iDAGE,qBAqCF,YACA,gBACA,kBVgDE,6HiB3FF,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,mBFEtB,kECCE,mBAGF,sDACE,aDDN,gBACE,cACA,aACA,WACA,kBAEA,uEAKE,iBAGF,uCACE,aACA,mBAMA,gDACE,QG7BkB,IHkCpB,uCACE,QGlC4B,iBCRlC,sBACE,MjBoBqB,QiBlBrB,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,KmBbnB,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,mBOV1B,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,kBVgDE,6H0BvDA,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,mBOsCpB,kBRpCF,wDACE,mBAGF,8DACE,aSZN,eACE,MvBkBqB,QuBjBrB,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,0BCpBF,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,uBCFF,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,aAtDa,KA2Df,6DACE,kBAOF,yDACE,eAnEc,KAwEhB,+DACE,oBAMR,gBACE,kBACA,WACA,WACA,WACA,wBCnFF,eACE,kBACA,QAJQ,IAKR,YACA,UACA,aACA,2BACA,gDACA,gBAEA,wDAEE,aACA,sBAEA,oEACE,kBACA,gBAEA,0HACE,sBAIJ,wEACE,mBACA,kBAEA,8HACE,uBAIA,kIACE,WAKN,sEACE,gBACA,iBAEA,4HACE,oBAKN,2BACE,WACA,aACA,mBAGF,2BACE,aACA,mBAGF,sBACE,iBACA,qBACA,WAEA,6BACE,iBACA,UAIJ,qBACE,kBACA,IA3EM,IA6EN,2BACE,KA9EI,IAiFN,4BACE,MAlFI,IAsFR,yBACE,gBACA,mBACA,UAGF,sBACE,mBAGF,sBACE,kBACA,iBACA,mBACA,gBAGF,0BACE,aAxGM,IA2GR,qBACE,iBAGF,oBACE,kBAGF,qBACE,gBACA,kBACA,MACA,QACA,SACA,OCzHJ,yBACE,kBAEA,mCACE,OACA,QACA,MACA,SACA,YACA,WAEA,kEACE,WACA,WAIJ,qCACE,OACA,QACA,WACA,MACA,SACA,YAEA,oEACE,SACA,YAKN,4BACE,4CAEA,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,iBAIA,uCACE,kBACA,OAEA,0EACE,WACA,OATS,IAUT,MATU,KAad,yCACE,kBACA,SAEA,4EACE,SACA,MApBS,IAqBT,OApBU,KC9EhB,0BACE,kBACA,gBACA,MACA,SACA,OACA,QAGF,+BACE,kBACA,MACA,SACA,OACA,QACA,WACA,YACA,wEAEE,gCAIJ,6BACE,kBACA,SACA,UACA,SACA,QACA,YACA","file":"theme_only_light.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../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/global_styling/variables/_borders.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_tool_tip.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/_colors_light.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/_index.scss","../src/chart_types/metric/renderer/dom/_text.scss","../src/chart_types/metric/renderer/dom/_progress.scss","../src/chart_types/metric/renderer/dom/_sparkline.scss"],"names":[],"mappings":"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,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,0BCpBF,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,uBCFF,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,aAtDa,KA2Df,6DACE,kBAOF,yDACE,eAnEc,KAwEhB,+DACE,oBAMR,gBACE,kBACA,WACA,WACA,WACA,wBCnFF,eACE,kBACA,QAJQ,IAKR,YACA,UACA,aACA,2BACA,gDACA,gBAEA,wDAEE,aACA,sBAEA,oEACE,kBACA,gBAEA,0HACE,sBAIJ,wEACE,mBACA,kBAEA,8HACE,uBAIA,kIACE,WAKN,sEACE,gBACA,iBAEA,4HACE,oBAKN,2BACE,WACA,aACA,mBAGF,2BACE,aACA,mBAGF,sBACE,iBACA,qBACA,WAEA,6BACE,iBACA,UAIJ,qBACE,kBACA,IA3EM,IA6EN,2BACE,KA9EI,IAiFN,4BACE,MAlFI,IAsFR,yBACE,gBACA,mBACA,UAGF,sBACE,mBAGF,sBACE,kBACA,iBACA,mBACA,gBAGF,0BACE,aAxGM,IA2GR,qBACE,iBAGF,oBACE,kBAGF,qBACE,gBACA,kBACA,MACA,QACA,SACA,OCzHJ,yBACE,kBAEA,mCACE,OACA,QACA,MACA,SACA,YACA,WAEA,kEACE,WACA,WAIJ,qCACE,OACA,QACA,WACA,MACA,SACA,YAEA,oEACE,SACA,YAKN,4BACE,4CAEA,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,iBAIA,uCACE,kBACA,OAEA,0EACE,WACA,OATS,IAUT,MATU,KAad,yCACE,kBACA,SAEA,4EACE,SACA,MApBS,IAqBT,OApBU,KC9EhB,0BACE,kBACA,gBACA,MACA,SACA,OACA,QAGF,+BACE,kBACA,MACA,SACA,OACA,QACA,WACA,YACA,wEAEE,gCAIJ,6BACE,kBACA,SACA,UACA,SACA,QACA,YACA","file":"theme_only_light.css"}
@@ -1,17 +1,17 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getAccessorValue = exports.getAccessorFormatLabel = exports.getAccessorFn = void 0;
3
+ exports.getAccessorFn = getAccessorFn;
4
+ exports.getAccessorFormatLabel = getAccessorFormatLabel;
5
+ exports.getAccessorValue = getAccessorValue;
4
6
  function getAccessorFn(accessor) {
5
7
  return (datum) => typeof datum === 'object' && datum !== null ? datum[accessor] : undefined;
6
8
  }
7
- exports.getAccessorFn = getAccessorFn;
8
9
  function getAccessorFormatLabel(accessor, label) {
9
10
  if (typeof accessor === 'string') {
10
11
  return `${label}${accessor}`;
11
12
  }
12
13
  return accessor(label);
13
14
  }
14
- exports.getAccessorFormatLabel = getAccessorFormatLabel;
15
15
  function getAccessorValue(datum, accessor) {
16
16
  if (typeof accessor === 'function') {
17
17
  return accessor(datum);
@@ -23,5 +23,4 @@ function getAccessorValue(datum, accessor) {
23
23
  return undefined;
24
24
  }
25
25
  }
26
- exports.getAccessorValue = getAccessorValue;
27
26
  //# sourceMappingURL=accessor.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"accessor.js","sourceRoot":"","sources":["../../src/utils/accessor.ts"],"names":[],"mappings":";;;AAqFA,SAAgB,aAAa,CAAsB,QAAqB;IACtE,OAAO,CAAC,KAAQ,EAAE,EAAE,CAClB,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,QAA8B,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;AACpG,CAAC;AAHD,sCAGC;AAMD,SAAgB,sBAAsB,CAAC,QAAwB,EAAE,KAAa;IAC5E,IAAI,OAAO,QAAQ,KAAK,QAAQ,EAAE,CAAC;QACjC,OAAO,GAAG,KAAK,GAAG,QAAQ,EAAE,CAAC;IAC/B,CAAC;IAED,OAAO,QAAQ,CAAC,KAAK,CAAC,CAAC;AACzB,CAAC;AAND,wDAMC;AAMD,SAAgB,gBAAgB,CAAsB,KAAQ,EAAE,QAAqC;IACnG,IAAI,OAAO,QAAQ,KAAK,UAAU,EAAE,CAAC;QACnC,OAAO,QAAQ,CAAC,KAAK,CAAC,CAAC;IACzB,CAAC;IAED,IAAI,CAAC;QAEH,OAAO,KAAK,CAAC,QAAQ,CAAC,CAAC;IACzB,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,SAAS,CAAC;IACnB,CAAC;AACH,CAAC;AAXD,4CAWC"}
1
+ {"version":3,"file":"accessor.js","sourceRoot":"","sources":["../../src/utils/accessor.ts"],"names":[],"mappings":";;AAqFA,sCAGC;AAMD,wDAMC;AAMD,4CAWC;AAhCD,SAAgB,aAAa,CAAsB,QAAqB;IACtE,OAAO,CAAC,KAAQ,EAAE,EAAE,CAClB,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,QAA8B,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;AACpG,CAAC;AAMD,SAAgB,sBAAsB,CAAC,QAAwB,EAAE,KAAa;IAC5E,IAAI,OAAO,QAAQ,KAAK,QAAQ,EAAE,CAAC;QACjC,OAAO,GAAG,KAAK,GAAG,QAAQ,EAAE,CAAC;IAC/B,CAAC;IAED,OAAO,QAAQ,CAAC,KAAK,CAAC,CAAC;AACzB,CAAC;AAMD,SAAgB,gBAAgB,CAAsB,KAAQ,EAAE,QAAqC;IACnG,IAAI,OAAO,QAAQ,KAAK,UAAU,EAAE,CAAC;QACnC,OAAO,QAAQ,CAAC,KAAK,CAAC,CAAC;IACzB,CAAC;IAED,IAAI,CAAC;QAEH,OAAO,KAAK,CAAC,QAAQ,CAAC,CAAC;IACzB,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,SAAS,CAAC;IACnB,CAAC;AACH,CAAC"}
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.measureText = exports.withTextMeasure = void 0;
3
+ exports.withTextMeasure = void 0;
4
+ exports.measureText = measureText;
4
5
  const text_utils_1 = require("../../common/text_utils");
5
6
  const canvas_1 = require("../../renderers/canvas");
6
7
  const withTextMeasure = (fun) => {
@@ -19,5 +20,4 @@ function measureText(ctx) {
19
20
  return { width, height: fontSize * lineHeight };
20
21
  });
21
22
  }
22
- exports.measureText = measureText;
23
23
  //# sourceMappingURL=canvas_text_bbox_calculator.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"canvas_text_bbox_calculator.js","sourceRoot":"","sources":["../../../src/utils/bbox/canvas_text_bbox_calculator.ts"],"names":[],"mappings":";;;AAQA,wDAAiE;AACjE,mDAAqD;AAI9C,MAAM,eAAe,GAAG,CAAI,GAAoC,EAAE,EAAE;IACzE,MAAM,MAAM,GAAG,QAAQ,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAChD,MAAM,GAAG,GAAG,MAAM,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;IACpC,OAAO,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AACvE,CAAC,CAAC;AAJW,QAAA,eAAe,mBAI1B;AAMF,SAAgB,WAAW,CAAC,GAA6B;IACvD,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,UAAU,GAAG,CAAC,EAAE,EAAE,CAC9C,IAAA,oBAAW,EAAC,GAAG,EAAE,CAAC,GAAG,EAAQ,EAAE;QAC7B,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YAEtB,OAAO,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,QAAQ,GAAG,UAAU,EAAE,CAAC;QACrD,CAAC;QACD,GAAG,CAAC,IAAI,GAAG,IAAA,6BAAgB,EAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;QAC5C,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;QACxC,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,GAAG,UAAU,EAAE,CAAC;IAClD,CAAC,CAAC,CAAC;AACP,CAAC;AAXD,kCAWC"}
1
+ {"version":3,"file":"canvas_text_bbox_calculator.js","sourceRoot":"","sources":["../../../src/utils/bbox/canvas_text_bbox_calculator.ts"],"names":[],"mappings":";;;AAuBA,kCAWC;AA1BD,wDAAiE;AACjE,mDAAqD;AAI9C,MAAM,eAAe,GAAG,CAAI,GAAoC,EAAE,EAAE;IACzE,MAAM,MAAM,GAAG,QAAQ,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAChD,MAAM,GAAG,GAAG,MAAM,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;IACpC,OAAO,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AACvE,CAAC,CAAC;AAJW,QAAA,eAAe,mBAI1B;AAMF,SAAgB,WAAW,CAAC,GAA6B;IACvD,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,UAAU,GAAG,CAAC,EAAE,EAAE,CAC9C,IAAA,oBAAW,EAAC,GAAG,EAAE,CAAC,GAAG,EAAQ,EAAE;QAC7B,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YAEtB,OAAO,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,QAAQ,GAAG,UAAU,EAAE,CAAC;QACrD,CAAC;QACD,GAAG,CAAC,IAAI,GAAG,IAAA,6BAAgB,EAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;QAC5C,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;QACxC,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,GAAG,UAAU,EAAE,CAAC;IAClD,CAAC,CAAC,CAAC;AACP,CAAC"}
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getFixedChartSize = exports.getChartSize = void 0;
3
+ exports.getChartSize = getChartSize;
4
+ exports.getFixedChartSize = getFixedChartSize;
4
5
  function getChartSize(size) {
5
6
  if (Array.isArray(size)) {
6
7
  return {
@@ -20,10 +21,8 @@ function getChartSize(size) {
20
21
  height: sameSize,
21
22
  };
22
23
  }
23
- exports.getChartSize = getChartSize;
24
24
  function getFixedChartSize(size) {
25
25
  const { width, height } = getChartSize(size);
26
26
  return typeof height === 'number' && typeof width === 'number' ? { width, height } : null;
27
27
  }
28
- exports.getFixedChartSize = getFixedChartSize;
29
28
  //# sourceMappingURL=chart_size.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"chart_size.js","sourceRoot":"","sources":["../../src/utils/chart_size.ts"],"names":[],"mappings":";;;AAoBA,SAAgB,YAAY,CAAC,IAAgB;IAC3C,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC;QACxB,OAAO;YACL,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;YAC/C,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;SACjD,CAAC;IACJ,CAAC;IACD,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE,CAAC;QAC7B,OAAO;YACL,KAAK,EAAE,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK;YACrD,MAAM,EAAE,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM;SACzD,CAAC;IACJ,CAAC;IACD,MAAM,QAAQ,GAAG,IAAI,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;IACpD,OAAO;QACL,KAAK,EAAE,QAAQ;QACf,MAAM,EAAE,QAAQ;KACjB,CAAC;AACJ,CAAC;AAlBD,oCAkBC;AAMD,SAAgB,iBAAiB,CAAC,IAAgB;IAChD,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,YAAY,CAAC,IAAI,CAAC,CAAC;IAC7C,OAAO,OAAO,MAAM,KAAK,QAAQ,IAAI,OAAO,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC;AAC5F,CAAC;AAHD,8CAGC"}
1
+ {"version":3,"file":"chart_size.js","sourceRoot":"","sources":["../../src/utils/chart_size.ts"],"names":[],"mappings":";;AAoBA,oCAkBC;AAMD,8CAGC;AA3BD,SAAgB,YAAY,CAAC,IAAgB;IAC3C,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC;QACxB,OAAO;YACL,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;YAC/C,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;SACjD,CAAC;IACJ,CAAC;IACD,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE,CAAC;QAC7B,OAAO;YACL,KAAK,EAAE,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK;YACrD,MAAM,EAAE,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM;SACzD,CAAC;IACJ,CAAC;IACD,MAAM,QAAQ,GAAG,IAAI,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;IACpD,OAAO;QACL,KAAK,EAAE,QAAQ;QACf,MAAM,EAAE,QAAQ;KACjB,CAAC;AACJ,CAAC;AAMD,SAAgB,iBAAiB,CAAC,IAAgB;IAChD,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,YAAY,CAAC,IAAI,CAAC,CAAC;IAC7C,OAAO,OAAO,MAAM,KAAK,QAAQ,IAAI,OAAO,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC;AAC5F,CAAC"}
@@ -1,40 +1,39 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.diff = exports.formatTime = exports.getUTCOffset = exports.endOf = exports.startOf = exports.getUnixTimestamp = exports.subtractTime = exports.addTime = void 0;
3
+ exports.addTime = addTime;
4
+ exports.subtractTime = subtractTime;
5
+ exports.getUnixTimestamp = getUnixTimestamp;
6
+ exports.startOf = startOf;
7
+ exports.endOf = endOf;
8
+ exports.getUTCOffset = getUTCOffset;
9
+ exports.formatTime = formatTime;
10
+ exports.diff = diff;
4
11
  const moment_1 = require("./moment");
5
12
  function addTime(dateTime, timeZone, unit, count) {
6
13
  return (0, moment_1.timeObjToUnixTimestamp)((0, moment_1.addTimeToObj)(getTimeObj(dateTime, timeZone), unit, count));
7
14
  }
8
- exports.addTime = addTime;
9
15
  function subtractTime(dateTime, timeZone, unit, count) {
10
16
  return (0, moment_1.timeObjToUnixTimestamp)((0, moment_1.subtractTimeToObj)(getTimeObj(dateTime, timeZone), unit, count));
11
17
  }
12
- exports.subtractTime = subtractTime;
13
18
  function getUnixTimestamp(dateTime, timeZone) {
14
19
  return (0, moment_1.timeObjToUnixTimestamp)(getTimeObj(dateTime, timeZone));
15
20
  }
16
- exports.getUnixTimestamp = getUnixTimestamp;
17
21
  function startOf(dateTime, timeZone, unit) {
18
22
  return (0, moment_1.timeObjToUnixTimestamp)((0, moment_1.startTimeOfObj)(getTimeObj(dateTime, timeZone), unit));
19
23
  }
20
- exports.startOf = startOf;
21
24
  function endOf(dateTime, timeZone, unit) {
22
25
  return (0, moment_1.timeObjToUnixTimestamp)((0, moment_1.endTimeOfObj)(getTimeObj(dateTime, timeZone), unit));
23
26
  }
24
- exports.endOf = endOf;
25
27
  function getTimeObj(dateTime, timeZone) {
26
28
  return (0, moment_1.timeObjFromAny)(dateTime, timeZone);
27
29
  }
28
30
  function getUTCOffset(dateTime, timeZone) {
29
31
  return (0, moment_1.timeObjToUTCOffset)(getTimeObj(dateTime, timeZone));
30
32
  }
31
- exports.getUTCOffset = getUTCOffset;
32
33
  function formatTime(dateTime, timeZone, format) {
33
34
  return (0, moment_1.formatTimeObj)(getTimeObj(dateTime, timeZone), format);
34
35
  }
35
- exports.formatTime = formatTime;
36
36
  function diff(dateTime1, timeZone1, dateTime2, timeZone2, unit) {
37
37
  return (0, moment_1.diffTimeObjs)(getTimeObj(dateTime1, timeZone1), getTimeObj(dateTime2, timeZone2), unit);
38
38
  }
39
- exports.diff = diff;
40
39
  //# sourceMappingURL=chrono.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"chrono.js","sourceRoot":"","sources":["../../../src/utils/chrono/chrono.ts"],"names":[],"mappings":";;;AASA,qCAUkB;AAIlB,SAAgB,OAAO,CACrB,QAAkB,EAClB,QAA4B,EAC5B,IAA8C,EAC9C,KAAa;IAEb,OAAO,IAAA,+BAAsB,EAAC,IAAA,qBAAY,EAAC,UAAU,CAAC,QAAQ,EAAE,QAAQ,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC;AAC3F,CAAC;AAPD,0BAOC;AAGD,SAAgB,YAAY,CAC1B,QAAkB,EAClB,QAA4B,EAC5B,IAA8C,EAC9C,KAAa;IAEb,OAAO,IAAA,+BAAsB,EAAC,IAAA,0BAAiB,EAAC,UAAU,CAAC,QAAQ,EAAE,QAAQ,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC;AAChG,CAAC;AAPD,oCAOC;AAGD,SAAgB,gBAAgB,CAAC,QAAkB,EAAE,QAAiB;IACpE,OAAO,IAAA,+BAAsB,EAAC,UAAU,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC;AAChE,CAAC;AAFD,4CAEC;AAGD,SAAgB,OAAO,CACrB,QAAkB,EAClB,QAA4B,EAC5B,IAA8C;IAE9C,OAAO,IAAA,+BAAsB,EAAC,IAAA,uBAAc,EAAC,UAAU,CAAC,QAAQ,EAAE,QAAQ,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;AACtF,CAAC;AAND,0BAMC;AAGD,SAAgB,KAAK,CACnB,QAAkB,EAClB,QAA4B,EAC5B,IAA8C;IAE9C,OAAO,IAAA,+BAAsB,EAAC,IAAA,qBAAY,EAAC,UAAU,CAAC,QAAQ,EAAE,QAAQ,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;AACpF,CAAC;AAND,sBAMC;AAED,SAAS,UAAU,CAAC,QAAkB,EAAE,QAAiB;IACvD,OAAO,IAAA,uBAAc,EAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;AAC5C,CAAC;AAGD,SAAgB,YAAY,CAAC,QAAkB,EAAE,QAAiB;IAChE,OAAO,IAAA,2BAAkB,EAAC,UAAU,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC;AAC5D,CAAC;AAFD,oCAEC;AAGD,SAAgB,UAAU,CAAC,QAAkB,EAAE,QAA4B,EAAE,MAAc;IACzF,OAAO,IAAA,sBAAa,EAAC,UAAU,CAAC,QAAQ,EAAE,QAAQ,CAAC,EAAE,MAAM,CAAC,CAAC;AAC/D,CAAC;AAFD,gCAEC;AAGD,SAAgB,IAAI,CAClB,SAAmB,EACnB,SAA6B,EAC7B,SAAmB,EACnB,SAA6B,EAC7B,IAA8C;IAE9C,OAAO,IAAA,qBAAY,EAAC,UAAU,CAAC,SAAS,EAAE,SAAS,CAAC,EAAE,UAAU,CAAC,SAAS,EAAE,SAAS,CAAC,EAAE,IAAI,CAAC,CAAC;AAChG,CAAC;AARD,oBAQC"}
1
+ {"version":3,"file":"chrono.js","sourceRoot":"","sources":["../../../src/utils/chrono/chrono.ts"],"names":[],"mappings":";;AAuBA,0BAOC;AAGD,oCAOC;AAGD,4CAEC;AAGD,0BAMC;AAGD,sBAMC;AAOD,oCAEC;AAGD,gCAEC;AAGD,oBAQC;AA/ED,qCAUkB;AAIlB,SAAgB,OAAO,CACrB,QAAkB,EAClB,QAA4B,EAC5B,IAA8C,EAC9C,KAAa;IAEb,OAAO,IAAA,+BAAsB,EAAC,IAAA,qBAAY,EAAC,UAAU,CAAC,QAAQ,EAAE,QAAQ,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC;AAC3F,CAAC;AAGD,SAAgB,YAAY,CAC1B,QAAkB,EAClB,QAA4B,EAC5B,IAA8C,EAC9C,KAAa;IAEb,OAAO,IAAA,+BAAsB,EAAC,IAAA,0BAAiB,EAAC,UAAU,CAAC,QAAQ,EAAE,QAAQ,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC;AAChG,CAAC;AAGD,SAAgB,gBAAgB,CAAC,QAAkB,EAAE,QAAiB;IACpE,OAAO,IAAA,+BAAsB,EAAC,UAAU,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC;AAChE,CAAC;AAGD,SAAgB,OAAO,CACrB,QAAkB,EAClB,QAA4B,EAC5B,IAA8C;IAE9C,OAAO,IAAA,+BAAsB,EAAC,IAAA,uBAAc,EAAC,UAAU,CAAC,QAAQ,EAAE,QAAQ,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;AACtF,CAAC;AAGD,SAAgB,KAAK,CACnB,QAAkB,EAClB,QAA4B,EAC5B,IAA8C;IAE9C,OAAO,IAAA,+BAAsB,EAAC,IAAA,qBAAY,EAAC,UAAU,CAAC,QAAQ,EAAE,QAAQ,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;AACpF,CAAC;AAED,SAAS,UAAU,CAAC,QAAkB,EAAE,QAAiB;IACvD,OAAO,IAAA,uBAAc,EAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;AAC5C,CAAC;AAGD,SAAgB,YAAY,CAAC,QAAkB,EAAE,QAAiB;IAChE,OAAO,IAAA,2BAAkB,EAAC,UAAU,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC;AAC5D,CAAC;AAGD,SAAgB,UAAU,CAAC,QAAkB,EAAE,QAA4B,EAAE,MAAc;IACzF,OAAO,IAAA,sBAAa,EAAC,UAAU,CAAC,QAAQ,EAAE,QAAQ,CAAC,EAAE,MAAM,CAAC,CAAC;AAC/D,CAAC;AAGD,SAAgB,IAAI,CAClB,SAAmB,EACnB,SAA6B,EAC7B,SAAmB,EACnB,SAA6B,EAC7B,IAA8C;IAE9C,OAAO,IAAA,qBAAY,EAAC,UAAU,CAAC,SAAS,EAAE,SAAS,CAAC,EAAE,UAAU,CAAC,SAAS,EAAE,SAAS,CAAC,EAAE,IAAI,CAAC,CAAC;AAChG,CAAC"}
@@ -1,6 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.addIntervalToTime = exports.timeRange = exports.roundDateToESInterval = exports.ES_FIXED_INTERVAL_UNIT_TO_BASE = void 0;
3
+ exports.ES_FIXED_INTERVAL_UNIT_TO_BASE = void 0;
4
+ exports.roundDateToESInterval = roundDateToESInterval;
5
+ exports.timeRange = timeRange;
6
+ exports.addIntervalToTime = addIntervalToTime;
4
7
  const chrono_1 = require("./chrono");
5
8
  exports.ES_FIXED_INTERVAL_UNIT_TO_BASE = {
6
9
  ms: 1,
@@ -30,7 +33,6 @@ function roundDateToESInterval(date, interval, snapTo, timeZone) {
30
33
  ? esCalendarIntervalSnap(date, interval, snapTo, timeZone)
31
34
  : esFixedIntervalSnap(date, interval, snapTo, timeZone);
32
35
  }
33
- exports.roundDateToESInterval = roundDateToESInterval;
34
36
  function isCalendarInterval(interval) {
35
37
  return interval.type === 'calendar';
36
38
  }
@@ -51,7 +53,6 @@ function timeRange(from, to, interval, timeZone) {
51
53
  ? fixedTimeRange(from, to, interval, timeZone)
52
54
  : calendarTimeRange(from, to, interval, timeZone);
53
55
  }
54
- exports.timeRange = timeRange;
55
56
  function calendarTimeRange(from, to, interval, timeZone) {
56
57
  const snappedFrom = roundDateToESInterval(from, interval, 'start', timeZone);
57
58
  const snappedTo = roundDateToESInterval(to, interval, 'start', timeZone);
@@ -80,7 +81,6 @@ function addIntervalToTime(time, interval, timeZone) {
80
81
  ? utcToLocal(localToUTC(time, timeZone) + interval.value * exports.ES_FIXED_INTERVAL_UNIT_TO_BASE[interval.unit], timeZone)
81
82
  : (0, chrono_1.addTime)(time, timeZone, esCalendarIntervalToChronoInterval[interval.unit], interval.value);
82
83
  }
83
- exports.addIntervalToTime = addIntervalToTime;
84
84
  function utcToLocal(time, timeZone) {
85
85
  return time - (0, chrono_1.getUTCOffset)(time, timeZone) * 60 * 1000;
86
86
  }
@@ -1 +1 @@
1
- {"version":3,"file":"elasticsearch.js","sourceRoot":"","sources":["../../../src/utils/chrono/elasticsearch.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"elasticsearch.js","sourceRoot":"","sources":["../../../src/utils/chrono/elasticsearch.ts"],"names":[],"mappings":"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"}