@elastic/charts 61.0.3 → 61.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (457) hide show
  1. package/dist/chart_types/bullet_graph/chart_state.d.ts +2 -0
  2. package/dist/chart_types/bullet_graph/chart_state.d.ts.map +1 -0
  3. package/dist/chart_types/bullet_graph/chart_state.js +61 -0
  4. package/dist/chart_types/bullet_graph/chart_state.js.map +1 -0
  5. package/dist/chart_types/bullet_graph/renderer/canvas/bullet_graph.d.ts +2 -0
  6. package/dist/chart_types/bullet_graph/renderer/canvas/bullet_graph.d.ts.map +1 -0
  7. package/dist/chart_types/bullet_graph/renderer/canvas/bullet_graph.js +122 -0
  8. package/dist/chart_types/bullet_graph/renderer/canvas/bullet_graph.js.map +1 -0
  9. package/dist/chart_types/bullet_graph/renderer/canvas/constants.d.ts +2 -0
  10. package/dist/chart_types/bullet_graph/renderer/canvas/constants.d.ts.map +1 -0
  11. package/dist/chart_types/bullet_graph/renderer/canvas/constants.js +14 -0
  12. package/dist/chart_types/bullet_graph/renderer/canvas/constants.js.map +1 -0
  13. package/dist/chart_types/bullet_graph/renderer/canvas/index.d.ts +2 -0
  14. package/dist/chart_types/bullet_graph/renderer/canvas/index.d.ts.map +1 -0
  15. package/dist/chart_types/bullet_graph/renderer/canvas/index.js +169 -0
  16. package/dist/chart_types/bullet_graph/renderer/canvas/index.js.map +1 -0
  17. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/angular.d.ts +2 -0
  18. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/angular.d.ts.map +1 -0
  19. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/angular.js +94 -0
  20. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/angular.js.map +1 -0
  21. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/horizontal.d.ts +2 -0
  22. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/horizontal.d.ts.map +1 -0
  23. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/horizontal.js +62 -0
  24. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/horizontal.js.map +1 -0
  25. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/index.d.ts +4 -0
  26. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/index.d.ts.map +1 -0
  27. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/index.js +20 -0
  28. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/index.js.map +1 -0
  29. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/vertical.d.ts +2 -0
  30. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/vertical.d.ts.map +1 -0
  31. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/vertical.js +62 -0
  32. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/vertical.js.map +1 -0
  33. package/dist/chart_types/bullet_graph/selectors/can_display_chart_titles.d.ts +2 -0
  34. package/dist/chart_types/bullet_graph/selectors/can_display_chart_titles.d.ts.map +1 -0
  35. package/dist/chart_types/bullet_graph/selectors/can_display_chart_titles.js +10 -0
  36. package/dist/chart_types/bullet_graph/selectors/can_display_chart_titles.js.map +1 -0
  37. package/dist/chart_types/bullet_graph/selectors/get_active_value.d.ts +2 -0
  38. package/dist/chart_types/bullet_graph/selectors/get_active_value.d.ts.map +1 -0
  39. package/dist/chart_types/bullet_graph/selectors/get_active_value.js +119 -0
  40. package/dist/chart_types/bullet_graph/selectors/get_active_value.js.map +1 -0
  41. package/dist/chart_types/bullet_graph/selectors/get_active_values.d.ts +2 -0
  42. package/dist/chart_types/bullet_graph/selectors/get_active_values.d.ts.map +1 -0
  43. package/dist/chart_types/bullet_graph/selectors/get_active_values.js +25 -0
  44. package/dist/chart_types/bullet_graph/selectors/get_active_values.js.map +1 -0
  45. package/dist/chart_types/bullet_graph/selectors/get_bullet_spec.d.ts +2 -0
  46. package/dist/chart_types/bullet_graph/selectors/get_bullet_spec.d.ts.map +1 -0
  47. package/dist/chart_types/bullet_graph/selectors/get_bullet_spec.js +11 -0
  48. package/dist/chart_types/bullet_graph/selectors/get_bullet_spec.js.map +1 -0
  49. package/dist/chart_types/bullet_graph/selectors/get_chart_size.d.ts +2 -0
  50. package/dist/chart_types/bullet_graph/selectors/get_chart_size.d.ts.map +1 -0
  51. package/dist/chart_types/bullet_graph/selectors/get_chart_size.js +9 -0
  52. package/dist/chart_types/bullet_graph/selectors/get_chart_size.js.map +1 -0
  53. package/dist/chart_types/bullet_graph/selectors/get_layout.d.ts +2 -0
  54. package/dist/chart_types/bullet_graph/selectors/get_layout.d.ts.map +1 -0
  55. package/dist/chart_types/bullet_graph/selectors/get_layout.js +152 -0
  56. package/dist/chart_types/bullet_graph/selectors/get_layout.js.map +1 -0
  57. package/dist/chart_types/bullet_graph/selectors/get_panel_dimensions.d.ts +2 -0
  58. package/dist/chart_types/bullet_graph/selectors/get_panel_dimensions.d.ts.map +1 -0
  59. package/dist/chart_types/bullet_graph/selectors/get_panel_dimensions.js +135 -0
  60. package/dist/chart_types/bullet_graph/selectors/get_panel_dimensions.js.map +1 -0
  61. package/dist/chart_types/bullet_graph/selectors/get_tooltip_anchor.d.ts +2 -0
  62. package/dist/chart_types/bullet_graph/selectors/get_tooltip_anchor.d.ts.map +1 -0
  63. package/dist/chart_types/bullet_graph/selectors/get_tooltip_anchor.js +15 -0
  64. package/dist/chart_types/bullet_graph/selectors/get_tooltip_anchor.js.map +1 -0
  65. package/dist/chart_types/bullet_graph/selectors/get_tooltip_info.d.ts +2 -0
  66. package/dist/chart_types/bullet_graph/selectors/get_tooltip_info.d.ts.map +1 -0
  67. package/dist/chart_types/bullet_graph/selectors/get_tooltip_info.js +63 -0
  68. package/dist/chart_types/bullet_graph/selectors/get_tooltip_info.js.map +1 -0
  69. package/dist/chart_types/bullet_graph/selectors/has_chart_titles.d.ts +2 -0
  70. package/dist/chart_types/bullet_graph/selectors/has_chart_titles.d.ts.map +1 -0
  71. package/dist/chart_types/bullet_graph/selectors/has_chart_titles.js +10 -0
  72. package/dist/chart_types/bullet_graph/selectors/has_chart_titles.js.map +1 -0
  73. package/dist/chart_types/bullet_graph/selectors/is_tooltip_visible.d.ts +2 -0
  74. package/dist/chart_types/bullet_graph/selectors/is_tooltip_visible.d.ts.map +1 -0
  75. package/dist/chart_types/bullet_graph/selectors/is_tooltip_visible.js +17 -0
  76. package/dist/chart_types/bullet_graph/selectors/is_tooltip_visible.js.map +1 -0
  77. package/dist/chart_types/bullet_graph/spec.d.ts +76 -0
  78. package/dist/chart_types/bullet_graph/spec.d.ts.map +1 -0
  79. package/dist/chart_types/bullet_graph/spec.js +37 -0
  80. package/dist/chart_types/bullet_graph/spec.js.map +1 -0
  81. package/dist/chart_types/bullet_graph/theme.d.ts +18 -0
  82. package/dist/chart_types/bullet_graph/theme.d.ts.map +1 -0
  83. package/dist/chart_types/bullet_graph/theme.js +77 -0
  84. package/dist/chart_types/bullet_graph/theme.js.map +1 -0
  85. package/dist/chart_types/bullet_graph/utils/angular.d.ts +2 -0
  86. package/dist/chart_types/bullet_graph/utils/angular.d.ts.map +1 -0
  87. package/dist/chart_types/bullet_graph/utils/angular.js +52 -0
  88. package/dist/chart_types/bullet_graph/utils/angular.js.map +1 -0
  89. package/dist/chart_types/bullet_graph/utils/bounds.d.ts +43 -0
  90. package/dist/chart_types/bullet_graph/utils/bounds.d.ts.map +1 -0
  91. package/dist/chart_types/bullet_graph/utils/bounds.js +3 -0
  92. package/dist/chart_types/bullet_graph/utils/bounds.js.map +1 -0
  93. package/dist/chart_types/bullet_graph/utils/color.d.ts +57 -0
  94. package/dist/chart_types/bullet_graph/utils/color.d.ts.map +1 -0
  95. package/dist/chart_types/bullet_graph/utils/color.js +185 -0
  96. package/dist/chart_types/bullet_graph/utils/color.js.map +1 -0
  97. package/dist/chart_types/bullet_graph/utils/ticks.d.ts +2 -0
  98. package/dist/chart_types/bullet_graph/utils/ticks.d.ts.map +1 -0
  99. package/dist/chart_types/bullet_graph/utils/ticks.js +13 -0
  100. package/dist/chart_types/bullet_graph/utils/ticks.js.map +1 -0
  101. package/dist/chart_types/flame_chart/flame_chart.js.map +1 -1
  102. package/dist/chart_types/flame_chart/navigation.js.map +1 -1
  103. package/dist/chart_types/flame_chart/render/draw_canvas.js.map +1 -1
  104. package/dist/chart_types/goal_chart/layout/viewmodel/geoms.js.map +1 -1
  105. package/dist/chart_types/goal_chart/layout/viewmodel/utils.js +2 -2
  106. package/dist/chart_types/goal_chart/layout/viewmodel/utils.js.map +1 -1
  107. package/dist/chart_types/goal_chart/renderer/canvas/connected_component.js.map +1 -1
  108. package/dist/chart_types/goal_chart/specs/index.d.ts +1 -0
  109. package/dist/chart_types/goal_chart/specs/index.d.ts.map +1 -1
  110. package/dist/chart_types/goal_chart/specs/index.js.map +1 -1
  111. package/dist/chart_types/goal_chart/state/selectors/on_element_click_caller.js.map +1 -1
  112. package/dist/chart_types/goal_chart/state/selectors/on_element_out_caller.js.map +1 -1
  113. package/dist/chart_types/goal_chart/state/selectors/on_element_over_caller.js.map +1 -1
  114. package/dist/chart_types/goal_chart/state/selectors/picked_shapes.js.map +1 -1
  115. package/dist/chart_types/goal_chart/state/selectors/tooltip.js.map +1 -1
  116. package/dist/chart_types/heatmap/layout/viewmodel/scenegraph.js.map +1 -1
  117. package/dist/chart_types/heatmap/layout/viewmodel/viewmodel.d.ts.map +1 -1
  118. package/dist/chart_types/heatmap/layout/viewmodel/viewmodel.js.map +1 -1
  119. package/dist/chart_types/heatmap/renderer/canvas/canvas_renderers.js.map +1 -1
  120. package/dist/chart_types/heatmap/renderer/canvas/connected_component.js.map +1 -1
  121. package/dist/chart_types/heatmap/renderer/canvas/utils.js.map +1 -1
  122. package/dist/chart_types/heatmap/renderer/dom/cursor_band.js.map +1 -1
  123. package/dist/chart_types/heatmap/renderer/dom/highlighter_brush.js.map +1 -1
  124. package/dist/chart_types/heatmap/scales/band_color_scale.js.map +1 -1
  125. package/dist/chart_types/heatmap/specs/heatmap.d.ts +1 -1
  126. package/dist/chart_types/heatmap/state/selectors/compute_legend.js.map +1 -1
  127. package/dist/chart_types/heatmap/state/selectors/get_brush_area.js.map +1 -1
  128. package/dist/chart_types/heatmap/state/selectors/get_brushed_highlighted_shapes.js.map +1 -1
  129. package/dist/chart_types/heatmap/state/selectors/get_color_scale.js.map +1 -1
  130. package/dist/chart_types/heatmap/state/selectors/get_cursor_band.js.map +1 -1
  131. package/dist/chart_types/heatmap/state/selectors/get_heatmap_container_size.js.map +1 -1
  132. package/dist/chart_types/heatmap/state/selectors/get_heatmap_table.js.map +1 -1
  133. package/dist/chart_types/heatmap/state/selectors/get_highlighted_area.js.map +1 -1
  134. package/dist/chart_types/heatmap/state/selectors/get_highlighted_legend_bands.js.map +1 -1
  135. package/dist/chart_types/heatmap/state/selectors/get_highlighted_legend_item.js.map +1 -1
  136. package/dist/chart_types/heatmap/state/selectors/get_picked_cells.js.map +1 -1
  137. package/dist/chart_types/heatmap/state/selectors/get_tooltip_anchor.js.map +1 -1
  138. package/dist/chart_types/heatmap/state/selectors/is_tooltip_visible.js.map +1 -1
  139. package/dist/chart_types/heatmap/state/selectors/on_brush_end_caller.js.map +1 -1
  140. package/dist/chart_types/heatmap/state/selectors/on_element_click_caller.js.map +1 -1
  141. package/dist/chart_types/heatmap/state/selectors/on_element_out_caller.js.map +1 -1
  142. package/dist/chart_types/heatmap/state/selectors/on_element_over_caller.js.map +1 -1
  143. package/dist/chart_types/heatmap/state/selectors/on_pointer_update_caller.js.map +1 -1
  144. package/dist/chart_types/heatmap/state/selectors/tooltip.js.map +1 -1
  145. package/dist/chart_types/heatmap/state/utils/axis.js.map +1 -1
  146. package/dist/chart_types/index.d.ts +1 -0
  147. package/dist/chart_types/index.d.ts.map +1 -1
  148. package/dist/chart_types/index.js +1 -0
  149. package/dist/chart_types/index.js.map +1 -1
  150. package/dist/chart_types/metric/renderer/dom/index.js +5 -6
  151. package/dist/chart_types/metric/renderer/dom/index.js.map +1 -1
  152. package/dist/chart_types/metric/renderer/dom/metric.js +5 -3
  153. package/dist/chart_types/metric/renderer/dom/metric.js.map +1 -1
  154. package/dist/chart_types/metric/renderer/dom/progress.js +47 -17
  155. package/dist/chart_types/metric/renderer/dom/progress.js.map +1 -1
  156. package/dist/chart_types/metric/renderer/dom/sparkline.js.map +1 -1
  157. package/dist/chart_types/metric/renderer/dom/text.js +2 -2
  158. package/dist/chart_types/metric/renderer/dom/text.js.map +1 -1
  159. package/dist/chart_types/metric/specs/index.d.ts +7 -2
  160. package/dist/chart_types/metric/specs/index.d.ts.map +1 -1
  161. package/dist/chart_types/metric/specs/index.js +7 -2
  162. package/dist/chart_types/metric/specs/index.js.map +1 -1
  163. package/dist/chart_types/partition_chart/layout/config.js.map +1 -1
  164. package/dist/chart_types/partition_chart/layout/utils/circline_geometry.js.map +1 -1
  165. package/dist/chart_types/partition_chart/layout/utils/group_by_rollup.js.map +1 -1
  166. package/dist/chart_types/partition_chart/layout/utils/legend_labels.js.map +1 -1
  167. package/dist/chart_types/partition_chart/layout/utils/sunburst.js.map +1 -1
  168. package/dist/chart_types/partition_chart/layout/utils/treemap.js +2 -2
  169. package/dist/chart_types/partition_chart/layout/utils/treemap.js.map +1 -1
  170. package/dist/chart_types/partition_chart/layout/utils/waffle.js.map +1 -1
  171. package/dist/chart_types/partition_chart/layout/viewmodel/fill_text_layout.js.map +1 -1
  172. package/dist/chart_types/partition_chart/layout/viewmodel/hierarchy_of_arrays.js.map +1 -1
  173. package/dist/chart_types/partition_chart/layout/viewmodel/link_text_layout.js.map +1 -1
  174. package/dist/chart_types/partition_chart/layout/viewmodel/picked_shapes.js.map +1 -1
  175. package/dist/chart_types/partition_chart/layout/viewmodel/viewmodel.js +3 -3
  176. package/dist/chart_types/partition_chart/layout/viewmodel/viewmodel.js.map +1 -1
  177. package/dist/chart_types/partition_chart/renderer/canvas/canvas_linear_renderers.js.map +1 -1
  178. package/dist/chart_types/partition_chart/renderer/canvas/canvas_renderers.js.map +1 -1
  179. package/dist/chart_types/partition_chart/renderer/canvas/partition.js.map +1 -1
  180. package/dist/chart_types/partition_chart/renderer/dom/highlighter.js +5 -3
  181. package/dist/chart_types/partition_chart/renderer/dom/highlighter.js.map +1 -1
  182. package/dist/chart_types/partition_chart/renderer/dom/highlighter_hover.js.map +1 -1
  183. package/dist/chart_types/partition_chart/renderer/dom/highlighter_legend.js.map +1 -1
  184. package/dist/chart_types/partition_chart/state/selectors/compute_legend.js.map +1 -1
  185. package/dist/chart_types/partition_chart/state/selectors/geometries.js.map +1 -1
  186. package/dist/chart_types/partition_chart/state/selectors/get_legend_items_extra.js.map +1 -1
  187. package/dist/chart_types/partition_chart/state/selectors/get_screen_reader_data.js.map +1 -1
  188. package/dist/chart_types/partition_chart/state/selectors/on_element_click_caller.js.map +1 -1
  189. package/dist/chart_types/partition_chart/state/selectors/on_element_out_caller.js.map +1 -1
  190. package/dist/chart_types/partition_chart/state/selectors/on_element_over_caller.js.map +1 -1
  191. package/dist/chart_types/partition_chart/state/selectors/tree.js.map +1 -1
  192. package/dist/chart_types/specs.d.ts +2 -0
  193. package/dist/chart_types/specs.d.ts.map +1 -1
  194. package/dist/chart_types/specs.js +4 -1
  195. package/dist/chart_types/specs.js.map +1 -1
  196. package/dist/chart_types/timeslip/projections/axis_model.js.map +1 -1
  197. package/dist/chart_types/timeslip/projections/zoom_pan.js.map +1 -1
  198. package/dist/chart_types/timeslip/timeslip/render/column.js.map +1 -1
  199. package/dist/chart_types/timeslip/timeslip/render/glyphs/bar.js.map +1 -1
  200. package/dist/chart_types/timeslip/timeslip/render/glyphs/boxplot.js.map +1 -1
  201. package/dist/chart_types/timeslip/timeslip/render/raster.js.map +1 -1
  202. package/dist/chart_types/timeslip/timeslip/timeslip_render.js.map +1 -1
  203. package/dist/chart_types/wordcloud/renderer/svg/connected_component.js.map +1 -1
  204. package/dist/chart_types/wordcloud/state/selectors/on_element_click_caller.js.map +1 -1
  205. package/dist/chart_types/wordcloud/state/selectors/on_element_out_caller.js.map +1 -1
  206. package/dist/chart_types/wordcloud/state/selectors/on_element_over_caller.js.map +1 -1
  207. package/dist/chart_types/xy_chart/annotations/line/dimensions.js.map +1 -1
  208. package/dist/chart_types/xy_chart/annotations/rect/dimensions.js.map +1 -1
  209. package/dist/chart_types/xy_chart/annotations/rect/tooltip.js.map +1 -1
  210. package/dist/chart_types/xy_chart/annotations/tooltip.js.map +1 -1
  211. package/dist/chart_types/xy_chart/annotations/utils.js.map +1 -1
  212. package/dist/chart_types/xy_chart/axes/axes_sizes.js.map +1 -1
  213. package/dist/chart_types/xy_chart/axes/timeslip/chrono/cached_chrono.js.map +1 -1
  214. package/dist/chart_types/xy_chart/axes/timeslip/continuous_time_rasters.js.map +1 -1
  215. package/dist/chart_types/xy_chart/axes/timeslip/multilayer_ticks.js.map +1 -1
  216. package/dist/chart_types/xy_chart/axes/timeslip/numerical_rasters.js.map +1 -1
  217. package/dist/chart_types/xy_chart/crosshair/crosshair_utils.js.map +1 -1
  218. package/dist/chart_types/xy_chart/domains/x_domain.js.map +1 -1
  219. package/dist/chart_types/xy_chart/domains/y_domain.js.map +1 -1
  220. package/dist/chart_types/xy_chart/legend/legend.js.map +1 -1
  221. package/dist/chart_types/xy_chart/renderer/canvas/animations/animation.js.map +1 -1
  222. package/dist/chart_types/xy_chart/renderer/canvas/animations/index.js.map +1 -1
  223. package/dist/chart_types/xy_chart/renderer/canvas/annotations/index.js.map +1 -1
  224. package/dist/chart_types/xy_chart/renderer/canvas/areas.js.map +1 -1
  225. package/dist/chart_types/xy_chart/renderer/canvas/axes/tick_label.js.map +1 -1
  226. package/dist/chart_types/xy_chart/renderer/canvas/lines.js +10 -1
  227. package/dist/chart_types/xy_chart/renderer/canvas/lines.js.map +1 -1
  228. package/dist/chart_types/xy_chart/renderer/canvas/panels/panels.js.map +1 -1
  229. package/dist/chart_types/xy_chart/renderer/canvas/panels/title.js.map +1 -1
  230. package/dist/chart_types/xy_chart/renderer/canvas/primitives/line.js.map +1 -1
  231. package/dist/chart_types/xy_chart/renderer/canvas/primitives/path.js.map +1 -1
  232. package/dist/chart_types/xy_chart/renderer/canvas/primitives/rect.js.map +1 -1
  233. package/dist/chart_types/xy_chart/renderer/canvas/primitives/shapes.js.map +1 -1
  234. package/dist/chart_types/xy_chart/renderer/canvas/primitives/text.js.map +1 -1
  235. package/dist/chart_types/xy_chart/renderer/canvas/renderers.js.map +1 -1
  236. package/dist/chart_types/xy_chart/renderer/canvas/utils/debug.js +15 -1
  237. package/dist/chart_types/xy_chart/renderer/canvas/utils/debug.js.map +1 -1
  238. package/dist/chart_types/xy_chart/renderer/canvas/utils/panel_transform.js.map +1 -1
  239. package/dist/chart_types/xy_chart/renderer/canvas/values/bar.js.map +1 -1
  240. package/dist/chart_types/xy_chart/renderer/canvas/xy_chart.js.map +1 -1
  241. package/dist/chart_types/xy_chart/renderer/common/utils.js.map +1 -1
  242. package/dist/chart_types/xy_chart/renderer/dom/annotations/annotation_tooltip.js.map +1 -1
  243. package/dist/chart_types/xy_chart/renderer/dom/annotations/annotations.js.map +1 -1
  244. package/dist/chart_types/xy_chart/renderer/dom/annotations/line_marker.js.map +1 -1
  245. package/dist/chart_types/xy_chart/renderer/dom/annotations/tooltip_content.js.map +1 -1
  246. package/dist/chart_types/xy_chart/renderer/dom/cursor_band.js.map +1 -1
  247. package/dist/chart_types/xy_chart/renderer/dom/cursor_crossline.js.map +1 -1
  248. package/dist/chart_types/xy_chart/renderer/dom/cursor_line.js.map +1 -1
  249. package/dist/chart_types/xy_chart/renderer/dom/highlighter.js.map +1 -1
  250. package/dist/chart_types/xy_chart/rendering/bars.js.map +1 -1
  251. package/dist/chart_types/xy_chart/rendering/points.js.map +1 -1
  252. package/dist/chart_types/xy_chart/rendering/utils.js.map +1 -1
  253. package/dist/chart_types/xy_chart/specs/area_series.d.ts +2 -2
  254. package/dist/chart_types/xy_chart/specs/axis.d.ts +1 -1
  255. package/dist/chart_types/xy_chart/specs/bar_series.d.ts +2 -2
  256. package/dist/chart_types/xy_chart/specs/bubble_series.d.ts +2 -2
  257. package/dist/chart_types/xy_chart/specs/histogram_bar_series.d.ts +2 -2
  258. package/dist/chart_types/xy_chart/specs/line_annotation.d.ts +2 -2
  259. package/dist/chart_types/xy_chart/specs/line_series.d.ts +2 -2
  260. package/dist/chart_types/xy_chart/specs/rect_annotation.d.ts +1 -1
  261. package/dist/chart_types/xy_chart/state/selectors/compute_axis_ticks_dimensions.js.map +1 -1
  262. package/dist/chart_types/xy_chart/state/selectors/get_annotation_tooltip_state.js.map +1 -1
  263. package/dist/chart_types/xy_chart/state/selectors/get_api_scale_configs.js.map +1 -1
  264. package/dist/chart_types/xy_chart/state/selectors/get_brush_area.js.map +1 -1
  265. package/dist/chart_types/xy_chart/state/selectors/get_cursor_band.js.map +1 -1
  266. package/dist/chart_types/xy_chart/state/selectors/get_cursor_pointer.js.map +1 -1
  267. package/dist/chart_types/xy_chart/state/selectors/get_debug_state.js.map +1 -1
  268. package/dist/chart_types/xy_chart/state/selectors/get_elements_at_cursor_pos.js.map +1 -1
  269. package/dist/chart_types/xy_chart/state/selectors/get_highlighted_annotation_ids_selector.js.map +1 -1
  270. package/dist/chart_types/xy_chart/state/selectors/get_highlighted_series.js.map +1 -1
  271. package/dist/chart_types/xy_chart/state/selectors/get_multiple_rectangle_annotations.js.map +1 -1
  272. package/dist/chart_types/xy_chart/state/selectors/get_projected_pointer_position.js.map +1 -1
  273. package/dist/chart_types/xy_chart/state/selectors/get_projected_scaled_values.js.map +1 -1
  274. package/dist/chart_types/xy_chart/state/selectors/get_tooltip_anchor_position.js.map +1 -1
  275. package/dist/chart_types/xy_chart/state/selectors/get_tooltip_values_highlighted_geoms.js.map +1 -1
  276. package/dist/chart_types/xy_chart/state/selectors/is_tooltip_visible.js.map +1 -1
  277. package/dist/chart_types/xy_chart/state/selectors/merge_y_custom_domains.js.map +1 -1
  278. package/dist/chart_types/xy_chart/state/selectors/on_brush_end_caller.js.map +1 -1
  279. package/dist/chart_types/xy_chart/state/selectors/on_click_caller.js.map +1 -1
  280. package/dist/chart_types/xy_chart/state/selectors/on_element_out_caller.js.map +1 -1
  281. package/dist/chart_types/xy_chart/state/selectors/on_element_over_caller.js.map +1 -1
  282. package/dist/chart_types/xy_chart/state/selectors/on_pointer_move_caller.js.map +1 -1
  283. package/dist/chart_types/xy_chart/state/selectors/on_projection_area_caller.js.map +1 -1
  284. package/dist/chart_types/xy_chart/state/selectors/visible_ticks.js.map +1 -1
  285. package/dist/chart_types/xy_chart/state/utils/common.js.map +1 -1
  286. package/dist/chart_types/xy_chart/state/utils/get_last_value.js.map +1 -1
  287. package/dist/chart_types/xy_chart/state/utils/spec.js.map +1 -1
  288. package/dist/chart_types/xy_chart/state/utils/utils.js.map +1 -1
  289. package/dist/chart_types/xy_chart/tooltip/tooltip.js.map +1 -1
  290. package/dist/chart_types/xy_chart/utils/axis_utils.js.map +1 -1
  291. package/dist/chart_types/xy_chart/utils/default_series_sort_fn.js.map +1 -1
  292. package/dist/chart_types/xy_chart/utils/diverging_offsets.js.map +1 -1
  293. package/dist/chart_types/xy_chart/utils/fill_series.js.map +1 -1
  294. package/dist/chart_types/xy_chart/utils/fit_function.js.map +1 -1
  295. package/dist/chart_types/xy_chart/utils/fit_function_utils.js.map +1 -1
  296. package/dist/chart_types/xy_chart/utils/get_linear_ticks.js.map +1 -1
  297. package/dist/chart_types/xy_chart/utils/grid_lines.js.map +1 -1
  298. package/dist/chart_types/xy_chart/utils/group_data_series.js.map +1 -1
  299. package/dist/chart_types/xy_chart/utils/indexed_geometry_linear_map.js.map +1 -1
  300. package/dist/chart_types/xy_chart/utils/indexed_geometry_map.js.map +1 -1
  301. package/dist/chart_types/xy_chart/utils/indexed_geometry_spatial_map.js.map +1 -1
  302. package/dist/chart_types/xy_chart/utils/interactions.js.map +1 -1
  303. package/dist/chart_types/xy_chart/utils/scales.js.map +1 -1
  304. package/dist/chart_types/xy_chart/utils/series.js.map +1 -1
  305. package/dist/chart_types/xy_chart/utils/stacked_series_utils.js.map +1 -1
  306. package/dist/chart_types/xy_chart/utils/texture.js.map +1 -1
  307. package/dist/common/apca_color_contrast.js.map +1 -1
  308. package/dist/common/color_calcs.js.map +1 -1
  309. package/dist/common/color_library_wrappers.js +2 -0
  310. package/dist/common/color_library_wrappers.js.map +1 -1
  311. package/dist/common/colors.d.ts.map +1 -1
  312. package/dist/common/colors.js.map +1 -1
  313. package/dist/common/config_objects.js.map +1 -1
  314. package/dist/common/data_structures.js.map +1 -1
  315. package/dist/common/event_handler_selectors.js.map +1 -1
  316. package/dist/common/fill_text_color.js +1 -9
  317. package/dist/common/fill_text_color.js.map +1 -1
  318. package/dist/common/iterables.js.map +1 -1
  319. package/dist/common/kingly.js.map +1 -1
  320. package/dist/common/math.js.map +1 -1
  321. package/dist/common/predicate.js.map +1 -1
  322. package/dist/components/accessibility/label.js.map +1 -1
  323. package/dist/components/accessibility/partitions_data_table.js.map +1 -1
  324. package/dist/components/accessibility/screen_reader_summary.js.map +1 -1
  325. package/dist/components/brush/brush.js.map +1 -1
  326. package/dist/components/chart.js.map +1 -1
  327. package/dist/components/chart_background.js.map +1 -1
  328. package/dist/components/chart_container.js.map +1 -1
  329. package/dist/components/chart_resizer.js.map +1 -1
  330. package/dist/components/chart_status.js.map +1 -1
  331. package/dist/components/error_boundary/error_boundary.js.map +1 -1
  332. package/dist/components/grid/aligned_grid.d.ts +2 -0
  333. package/dist/components/grid/aligned_grid.d.ts.map +1 -0
  334. package/dist/components/grid/aligned_grid.js +44 -0
  335. package/dist/components/grid/aligned_grid.js.map +1 -0
  336. package/dist/components/icons/assets/down_arrow.d.ts +2 -0
  337. package/dist/components/icons/assets/down_arrow.d.ts.map +1 -0
  338. package/dist/components/icons/assets/down_arrow.js +13 -0
  339. package/dist/components/icons/assets/down_arrow.js.map +1 -0
  340. package/dist/components/icons/icon.js +2 -0
  341. package/dist/components/icons/icon.js.map +1 -1
  342. package/dist/components/legend/color.js.map +1 -1
  343. package/dist/components/legend/legend.js.map +1 -1
  344. package/dist/components/legend/legend_item.js.map +1 -1
  345. package/dist/components/legend/position_style.js.map +1 -1
  346. package/dist/components/legend/style_utils.js.map +1 -1
  347. package/dist/components/legend/utils.js.map +1 -1
  348. package/dist/components/portal/tooltip_portal.js.map +1 -1
  349. package/dist/components/portal/utils.js.map +1 -1
  350. package/dist/components/tooltip/components/tooltip_actions.js.map +1 -1
  351. package/dist/components/tooltip/components/tooltip_header.js.map +1 -1
  352. package/dist/components/tooltip/components/tooltip_table.js.map +1 -1
  353. package/dist/components/tooltip/components/tooltip_table_body.js.map +1 -1
  354. package/dist/components/tooltip/components/tooltip_table_color_cell.js.map +1 -1
  355. package/dist/components/tooltip/components/tooltip_table_footer.js.map +1 -1
  356. package/dist/components/tooltip/components/tooltip_table_header.js.map +1 -1
  357. package/dist/components/tooltip/components/tooltip_wrapper.js.map +1 -1
  358. package/dist/components/tooltip/placement.js +4 -4
  359. package/dist/components/tooltip/placement.js.map +1 -1
  360. package/dist/components/tooltip/tooltip.js.map +1 -1
  361. package/dist/index.d.ts +5 -3
  362. package/dist/index.d.ts.map +1 -1
  363. package/dist/index.js +4 -3
  364. package/dist/index.js.map +1 -1
  365. package/dist/renderers/canvas/index.js +2 -1
  366. package/dist/renderers/canvas/index.js.map +1 -1
  367. package/dist/scales/scale_continuous.js.map +1 -1
  368. package/dist/scales/utils.js.map +1 -1
  369. package/dist/solvers/monotonic_hill_climb.js.map +1 -1
  370. package/dist/solvers/screenspace_marker_scale_compressor.js.map +1 -1
  371. package/dist/specs/settings.d.ts +4 -4
  372. package/dist/specs/settings.d.ts.map +1 -1
  373. package/dist/state/chart_state.js +14 -12
  374. package/dist/state/chart_state.js.map +1 -1
  375. package/dist/state/reducers/interactions.js.map +1 -1
  376. package/dist/state/selectors/can_pin_tooltip.js.map +1 -1
  377. package/dist/state/selectors/get_active_pointer_position.js.map +1 -1
  378. package/dist/state/selectors/get_chart_container_dimensions.js.map +1 -1
  379. package/dist/state/selectors/get_chart_theme.js.map +1 -1
  380. package/dist/state/selectors/get_chart_type_components.js.map +1 -1
  381. package/dist/state/selectors/get_chart_type_description.js.map +1 -1
  382. package/dist/state/selectors/get_debug_state.js.map +1 -1
  383. package/dist/state/selectors/get_internal_brush_area.js.map +1 -1
  384. package/dist/state/selectors/get_internal_is_brushing.js.map +1 -1
  385. package/dist/state/selectors/get_internal_is_brushing_available.js.map +1 -1
  386. package/dist/state/selectors/get_internal_is_intialized.js.map +1 -1
  387. package/dist/state/selectors/get_internal_is_tooltip_visible.js.map +1 -1
  388. package/dist/state/selectors/get_internal_main_projection_area.js.map +1 -1
  389. package/dist/state/selectors/get_internal_projection_container_area.js.map +1 -1
  390. package/dist/state/selectors/get_internal_sm_domains.js.map +1 -1
  391. package/dist/state/selectors/get_internal_tooltip_anchor_position.js.map +1 -1
  392. package/dist/state/selectors/get_internal_tooltip_info.js.map +1 -1
  393. package/dist/state/selectors/get_legend_items.js.map +1 -1
  394. package/dist/state/selectors/get_legend_items_values.js.map +1 -1
  395. package/dist/state/selectors/get_legend_size.js.map +1 -1
  396. package/dist/state/selectors/get_pointer_value.js.map +1 -1
  397. package/dist/state/selectors/get_resolved_background_color.d.ts +2 -0
  398. package/dist/state/selectors/get_resolved_background_color.d.ts.map +1 -0
  399. package/dist/state/selectors/get_resolved_background_color.js +16 -0
  400. package/dist/state/selectors/get_resolved_background_color.js.map +1 -0
  401. package/dist/state/selectors/get_tooltip_selected_items.js.map +1 -1
  402. package/dist/state/selectors/is_chart_empty.js.map +1 -1
  403. package/dist/state/selectors/is_external_tooltip_visible.js.map +1 -1
  404. package/dist/theme.scss +122 -15
  405. package/dist/theme_dark.css +1 -1
  406. package/dist/theme_dark.css.map +1 -1
  407. package/dist/theme_light.css +1 -1
  408. package/dist/theme_light.css.map +1 -1
  409. package/dist/theme_only_dark.css +1 -1
  410. package/dist/theme_only_dark.css.map +1 -1
  411. package/dist/theme_only_light.css +1 -1
  412. package/dist/theme_only_light.css.map +1 -1
  413. package/dist/utils/accessor.js.map +1 -1
  414. package/dist/utils/bbox/canvas_text_bbox_calculator.js +3 -2
  415. package/dist/utils/bbox/canvas_text_bbox_calculator.js.map +1 -1
  416. package/dist/utils/chart_size.js.map +1 -1
  417. package/dist/utils/chrono/elasticsearch.js.map +1 -1
  418. package/dist/utils/chrono/luxon.js.map +1 -1
  419. package/dist/utils/chrono/moment.js.map +1 -1
  420. package/dist/utils/common.d.ts.map +1 -1
  421. package/dist/utils/common.js +16 -1
  422. package/dist/utils/common.js.map +1 -1
  423. package/dist/utils/curves.js.map +1 -1
  424. package/dist/utils/d3-delaunay/index.js.map +1 -1
  425. package/dist/utils/data/date_time.js.map +1 -1
  426. package/dist/utils/domain.d.ts +2 -0
  427. package/dist/utils/domain.d.ts.map +1 -1
  428. package/dist/utils/domain.js.map +1 -1
  429. package/dist/utils/events.js.map +1 -1
  430. package/dist/utils/fast_deep_equal.js.map +1 -1
  431. package/dist/utils/logger.js.map +1 -1
  432. package/dist/utils/text/wrap.js +6 -2
  433. package/dist/utils/text/wrap.js.map +1 -1
  434. package/dist/utils/themes/base_colors.d.ts +6 -0
  435. package/dist/utils/themes/base_colors.d.ts.map +1 -0
  436. package/dist/utils/themes/base_colors.js +22 -0
  437. package/dist/utils/themes/base_colors.js.map +1 -0
  438. package/dist/utils/themes/dark_theme.d.ts +1 -3
  439. package/dist/utils/themes/dark_theme.d.ts.map +1 -1
  440. package/dist/utils/themes/dark_theme.js +27 -33
  441. package/dist/utils/themes/dark_theme.js.map +1 -1
  442. package/dist/utils/themes/legacy_dark_theme.d.ts.map +1 -1
  443. package/dist/utils/themes/legacy_dark_theme.js +3 -1
  444. package/dist/utils/themes/legacy_dark_theme.js.map +1 -1
  445. package/dist/utils/themes/legacy_light_theme.d.ts.map +1 -1
  446. package/dist/utils/themes/legacy_light_theme.js +3 -1
  447. package/dist/utils/themes/legacy_light_theme.js.map +1 -1
  448. package/dist/utils/themes/light_theme.d.ts +1 -3
  449. package/dist/utils/themes/light_theme.d.ts.map +1 -1
  450. package/dist/utils/themes/light_theme.js +25 -31
  451. package/dist/utils/themes/light_theme.js.map +1 -1
  452. package/dist/utils/themes/theme.d.ts +5 -0
  453. package/dist/utils/themes/theme.d.ts.map +1 -1
  454. package/dist/utils/themes/theme.js.map +1 -1
  455. package/dist/utils/time_zone.js.map +1 -1
  456. package/dist/utils/use_legend_action.js.map +1 -1
  457. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"is_chart_empty.js","sourceRoot":"","sources":["../../../src/state/selectors/is_chart_empty.ts"],"names":[],"mappings":";;;AAWO,MAAM,4BAA4B,GAAG,CAAC,KAAuB,EAAuB,EAAE;IAC3F,IAAI,KAAK,CAAC,kBAAkB,EAAE;QAC5B,OAAO,KAAK,CAAC,kBAAkB,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC;KACrD;AACH,CAAC,CAAC;AAJW,QAAA,4BAA4B,gCAIvC"}
1
+ {"version":3,"file":"is_chart_empty.js","sourceRoot":"","sources":["../../../src/state/selectors/is_chart_empty.ts"],"names":[],"mappings":";;;AAWO,MAAM,4BAA4B,GAAG,CAAC,KAAuB,EAAuB,EAAE;IAC3F,IAAI,KAAK,CAAC,kBAAkB,EAAE,CAAC;QAC7B,OAAO,KAAK,CAAC,kBAAkB,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC;IACtD,CAAC;AACH,CAAC,CAAC;AAJW,QAAA,4BAA4B,gCAIvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"is_external_tooltip_visible.js","sourceRoot":"","sources":["../../../src/state/selectors/is_external_tooltip_visible.ts"],"names":[],"mappings":";;;AAQA,2FAA4F;AAC5F,2DAA8D;AAC9D,6EAAwE;AACxE,wGAA2G;AAC3G,uCAA+C;AAC/C,+CAA2C;AAE3C,wDAAgE;AAEhE,MAAM,uBAAuB,GAAG,CAAC,EAAE,cAAc,EAAE,EAAE,OAAO,EAAE,EAAoB,EAAE,EAAE,CAAC,OAAO,CAAC;AAGlF,QAAA,gCAAgC,GAAG,IAAA,4CAA0B,EACxE;IACE,2CAAuB;IACvB,qDAAwB;IACxB,uBAAuB;IACvB,+CAAyB;IACzB,yEAAqC;CACtC,EACD,CAAC,EAAE,qBAAqB,EAAE,EAAE,gBAAgB,EAAE,OAAO,EAAE,EAAE,MAAM,EAAE,EAAE,eAAe,EAAW,EAAE;;IAC7F,IACE,CAAC,OAAO;QACR,OAAO,CAAC,IAAI,KAAK,wBAAgB,CAAC,IAAI;QACtC,IAAA,cAAK,EAAC,OAAO,CAAC,CAAC,CAAC;QAChB,CAAA,MAAA,qBAAqB,CAAC,OAAO,0CAAE,OAAO,MAAK,KAAK,EAChD;QACA,OAAO,KAAK,CAAC;KACd;IACD,MAAM,CAAC,GAAG,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IAEtC,IAAI,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,eAAe,CAAC,KAAK,GAAG,eAAe,CAAC,IAAI,IAAI,CAAC,GAAG,CAAC,EAAE;QAChF,OAAO,KAAK,CAAC;KACd;IACD,OAAO,OAAO,CAAC,gBAAgB,KAAI,MAAA,qBAAqB,CAAC,OAAO,0CAAE,OAAO,CAAA,CAAC,CAAC;AAC7E,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"is_external_tooltip_visible.js","sourceRoot":"","sources":["../../../src/state/selectors/is_external_tooltip_visible.ts"],"names":[],"mappings":";;;AAQA,2FAA4F;AAC5F,2DAA8D;AAC9D,6EAAwE;AACxE,wGAA2G;AAC3G,uCAA+C;AAC/C,+CAA2C;AAE3C,wDAAgE;AAEhE,MAAM,uBAAuB,GAAG,CAAC,EAAE,cAAc,EAAE,EAAE,OAAO,EAAE,EAAoB,EAAE,EAAE,CAAC,OAAO,CAAC;AAGlF,QAAA,gCAAgC,GAAG,IAAA,4CAA0B,EACxE;IACE,2CAAuB;IACvB,qDAAwB;IACxB,uBAAuB;IACvB,+CAAyB;IACzB,yEAAqC;CACtC,EACD,CAAC,EAAE,qBAAqB,EAAE,EAAE,gBAAgB,EAAE,OAAO,EAAE,EAAE,MAAM,EAAE,EAAE,eAAe,EAAW,EAAE;;IAC7F,IACE,CAAC,OAAO;QACR,OAAO,CAAC,IAAI,KAAK,wBAAgB,CAAC,IAAI;QACtC,IAAA,cAAK,EAAC,OAAO,CAAC,CAAC,CAAC;QAChB,CAAA,MAAA,qBAAqB,CAAC,OAAO,0CAAE,OAAO,MAAK,KAAK,EAChD,CAAC;QACD,OAAO,KAAK,CAAC;IACf,CAAC;IACD,MAAM,CAAC,GAAG,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IAEtC,IAAI,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,eAAe,CAAC,KAAK,GAAG,eAAe,CAAC,IAAI,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;QACjF,OAAO,KAAK,CAAC;IACf,CAAC;IACD,OAAO,OAAO,CAAC,gBAAgB,KAAI,MAAA,qBAAqB,CAAC,OAAO,0CAAE,OAAO,CAAA,CAAC,CAAC;AAC7E,CAAC,CACF,CAAC"}
package/dist/theme.scss CHANGED
@@ -118,6 +118,15 @@
118
118
  min-width: 1px;
119
119
  }
120
120
 
121
+ @mixin lineClamp($maxLines) {
122
+ text-overflow: ellipsis;
123
+ display: -webkit-box;
124
+ -webkit-line-clamp: $maxLines; /* number of lines to show */
125
+ line-clamp: $maxLines;
126
+ -webkit-box-orient: vertical;
127
+ overflow: hidden;
128
+ }
129
+
121
130
 
122
131
  $tooltipBorderColor: $euiColorLightShade;
123
132
  $tooltipBorderWidth: 1px;
@@ -175,7 +184,7 @@ $transitionTime: 200ms;
175
184
  }
176
185
 
177
186
  .echTooltip__tableCell--truncate {
178
- @include euiTextTruncate;
187
+ @include lineClamp(2);
179
188
  }
180
189
 
181
190
  &__metricRow {
@@ -572,6 +581,15 @@ $echLegendColumnGap: 24px;
572
581
  min-width: 1px;
573
582
  }
574
583
 
584
+ @mixin lineClamp($maxLines) {
585
+ text-overflow: ellipsis;
586
+ display: -webkit-box;
587
+ -webkit-line-clamp: $maxLines; /* number of lines to show */
588
+ line-clamp: $maxLines;
589
+ -webkit-box-orient: vertical;
590
+ overflow: hidden;
591
+ }
592
+
575
593
 
576
594
  $legendItemVerticalPadding: $echLegendRowGap / 2;
577
595
  $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
@@ -640,6 +658,7 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
640
658
  // makes custom buttons in eui popover take full action size
641
659
  height: 100%;
642
660
  width: 100%;
661
+ display: flex;
643
662
  }
644
663
  }
645
664
 
@@ -723,6 +742,32 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
723
742
  color: $euiColorDarkShade;
724
743
  }
725
744
 
745
+ .echAlignedGrid {
746
+ display: grid;
747
+ align-content: stretch;
748
+ width: 100%;
749
+ height: 100%;
750
+ }
751
+ .echAlignedGrid--header {
752
+ width: 100%;
753
+ height: 100%;
754
+ margin: 0;
755
+ padding: 0;
756
+ }
757
+ .echAlignedGrid__borderRight {
758
+ border-right: 1px solid #edf0f5;
759
+ }
760
+ .echAlignedGrid__borderBottom {
761
+ border-bottom: 1px solid #edf0f5;
762
+ }
763
+
764
+ .echAlignedGrid--content {
765
+ width: 100%;
766
+ min-height: 0;
767
+ margin: 0;
768
+ padding: 0;
769
+ }
770
+
726
771
  .echHighlighter {
727
772
  position: absolute;
728
773
  pointer-events: none;
@@ -827,15 +872,6 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
827
872
  background: transparent;
828
873
  }
829
874
 
830
- @mixin lineClamp($maxLines) {
831
- text-overflow: ellipsis;
832
- display: -webkit-box;
833
- -webkit-line-clamp: $maxLines; /* number of lines to show */
834
- line-clamp: $maxLines;
835
- -webkit-box-orient: vertical;
836
- overflow: hidden;
837
- }
838
-
839
875
  .echMetricText {
840
876
  position: relative;
841
877
  padding: 8px;
@@ -898,7 +934,6 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
898
934
 
899
935
  .echSingleMetricProgress {
900
936
  position: absolute;
901
- overflow: hidden;
902
937
 
903
938
  &--vertical {
904
939
  left: 0;
@@ -907,6 +942,7 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
907
942
  bottom: 0;
908
943
  height: 100%;
909
944
  width: 100%;
945
+
910
946
  &.echSingleMetricProgress--small {
911
947
  right: auto;
912
948
  width: 10px;
@@ -920,6 +956,7 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
920
956
  top: 0;
921
957
  bottom: 0;
922
958
  height: 100%;
959
+
923
960
  &.echSingleMetricProgress--small {
924
961
  top: auto;
925
962
  height: 10px;
@@ -929,6 +966,7 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
929
966
 
930
967
  .echSingleMetricProgressBar {
931
968
  transition: background-color ease-in-out 0.1s;
969
+
932
970
  &--vertical {
933
971
  position: absolute;
934
972
  left: 0;
@@ -936,6 +974,7 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
936
974
  bottom: 0;
937
975
  width: 100%;
938
976
  }
977
+
939
978
  &--horizontal {
940
979
  position: absolute;
941
980
  top: 0;
@@ -945,6 +984,57 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
945
984
  }
946
985
  }
947
986
 
987
+ .echSingleMetricTarget {
988
+ display: flex;
989
+ justify-content: center;
990
+ align-items: center;
991
+ overflow: visible;
992
+ z-index: 1; // needed to pop up to top for hovered title
993
+
994
+ &--vertical {
995
+ transform: rotate(90deg);
996
+ position: absolute;
997
+ left: 100%;
998
+ bottom: 0;
999
+ }
1000
+
1001
+ &--horizontal {
1002
+ position: absolute;
1003
+ bottom: 100%;
1004
+ }
1005
+ }
1006
+
1007
+ .echSingleMetricZeroBaseline {
1008
+ display: flex;
1009
+ justify-content: center;
1010
+ align-items: center;
1011
+ overflow: visible;
1012
+ $line-width: 2px;
1013
+ $line-length: 13px;
1014
+
1015
+ &--vertical {
1016
+ position: absolute;
1017
+ left: 0;
1018
+
1019
+ &.echSingleMetricZeroBaseline--small {
1020
+ right: auto;
1021
+ height: $line-width;
1022
+ width: $line-length;
1023
+ }
1024
+ }
1025
+
1026
+ &--horizontal {
1027
+ position: absolute;
1028
+ bottom: 0;
1029
+
1030
+ &.echSingleMetricZeroBaseline--small {
1031
+ top: auto;
1032
+ width: $line-width;
1033
+ height: $line-length;
1034
+ }
1035
+ }
1036
+ }
1037
+
948
1038
  .echSingleMetricSparkline {
949
1039
  position: absolute;
950
1040
  overflow: hidden;
@@ -1028,14 +1118,31 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
1028
1118
  }
1029
1119
 
1030
1120
  &--vertical {
1031
- &.echMetric--small {
1032
- padding-left: 10px;
1121
+ // TODO: find a better way to style based on sizes (i.e. sass functions)
1122
+ &.echMetric--withProgressBar {
1123
+ &--small {
1124
+ padding-left: 10px;
1125
+ }
1126
+ }
1127
+
1128
+ &.echMetric--withTargetProgressBar {
1129
+ &--small {
1130
+ padding-left: 14px;
1131
+ }
1033
1132
  }
1034
1133
  }
1035
1134
 
1036
1135
  &--horizontal {
1037
- &.echMetric--small {
1038
- padding-bottom: 10px;
1136
+ &.echMetric--withProgressBar {
1137
+ &--small {
1138
+ padding-bottom: 10px;
1139
+ }
1140
+ }
1141
+
1142
+ &.echMetric--withTargetProgressBar {
1143
+ &--small {
1144
+ padding-bottom: 12px;
1145
+ }
1039
1146
  }
1040
1147
  }
1041
1148
  }
@@ -1 +1 @@
1
- *,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:none;vertical-align:baseline}code,pre,kbd,samp{font-family:"Roboto Mono",Consolas,Menlo,Courier,monospace}h1,h2,h3,h4,h5,h6,p{font-family:inherit;font-weight:inherit;font-size:inherit}input,textarea,select,button{font-family:"Inter UI",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}em{font-style:italic}strong{font-weight:700}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-family:"Inter UI",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;color:#dfe5ef;height:100%;background-color:#141519}body{line-height:1}*:focus{outline:none}*:focus::-moz-focus-inner{border:none}*:focus:-moz-focusring{outline:none}a{text-decoration:none;color:#36a2ef}a:hover{text-decoration:none}a:focus{text-decoration:none;outline:none}a:hover,button,[role=button]{cursor:pointer}input{margin:0;padding:0}input:disabled{opacity:1}button{background:none;border:none;padding:0;margin:0;outline:none;font-size:inherit;color:inherit;border-radius:0}button:hover{cursor:pointer}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}hr{margin:0}fieldset{min-inline-size:auto}svg text{letter-spacing:normal !important}html{scrollbar-color:rgba(152,162,179,.5) #242529}html::-webkit-scrollbar{width:16px;height:16px}html::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:4px solid #242529}html::-webkit-scrollbar-corner,html::-webkit-scrollbar-track{background-color:#242529}svg text{letter-spacing:normal !important}.echChartStatus{visibility:hidden;pointer-events:none;z-index:-100000;width:0;height:0;position:absolute}.echChartBackground{position:absolute;top:0;bottom:0;left:0;right:0}.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{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.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}[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 .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 .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__extra){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background):last-child:not(.echLegendItem__extra){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%}.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__extra{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}.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:focus-within button{outline:none}.echMetric--rightBorder{border-right:1px solid #343741}.echMetric--topBorder{border-top:1px solid #343741}.echMetric--bottomBorder{border-bottom:1px solid #343741}.echMetric--vertical.echMetric--small{padding-left:10px}.echMetric--horizontal.echMetric--small{padding-bottom:10px}.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 -webkit-min-content auto -webkit-min-content -webkit-min-content;grid-template-rows:min-content min-content auto min-content min-content;text-align:left;line-height:1.2}.echMetricText__title{font-weight:bold;word-wrap:break-word}.echMetricText__title button{font-weight:bold;width:100%;text-align:left}.echMetricText__icon{position:absolute;right:8px;top:8px}.echMetricText__subtitle{padding-top:5px;font-weight:normal;text-align:left}.echMetricText__extra{text-align:right;font-weight:normal}.echMetricText__value{position:relative;font-weight:bold;text-align:right;white-space:nowrap;overflow:hidden}.echMetricText__valueIcon{display:inline-block;position:absolute;right:8px;bottom:8px}.echMetricText__part{font-weight:bold}.echMetricText__gap{position:relative}.echSingleMetricProgress{position:absolute;overflow:hidden}.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%}.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
+ *,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:none;vertical-align:baseline}code,pre,kbd,samp{font-family:"Roboto Mono",Menlo,Courier,monospace}h1,h2,h3,h4,h5,h6,p{font-family:inherit;font-weight:inherit;font-size:inherit}input,textarea,select,button{font-family:"Inter",BlinkMacSystemFont,Helvetica,Arial,sans-serif}em{font-style:italic}strong{font-weight:700}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-family:"Inter",BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;color:#dfe5ef;height:100%;background-color:#141519}body{line-height:1}*:focus{outline:none}*:focus::-moz-focus-inner{border:none}*:focus:-moz-focusring{outline:none}a{text-decoration:none;color:#36a2ef}a:hover{text-decoration:none}a:focus{text-decoration:none;outline:none}a:hover,button,[role=button]{cursor:pointer}input{margin:0;padding:0}input:disabled{opacity:1}button{background:none;border:none;padding:0;margin:0;outline:none;font-size:inherit;color:inherit;border-radius:0}button:hover{cursor:pointer}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}hr{margin:0}fieldset{min-inline-size:auto}svg text{letter-spacing:normal !important}html{scrollbar-color:rgba(152,162,179,.5) #242529}html::-webkit-scrollbar{width:16px;height:16px}html::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:4px solid #242529}html::-webkit-scrollbar-corner,html::-webkit-scrollbar-track{background-color:#242529}svg text{letter-spacing:normal !important}html,body{font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif !important}.echChartStatus{visibility:hidden;pointer-events:none;z-index:-100000;width:0;height:0;position:absolute}.echChartBackground{position:absolute;top:0;bottom:0;left:0;right:0}.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}[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 .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 .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__extra){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background):last-child:not(.echLegendItem__extra){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__extra{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:focus-within button{outline:none}.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 -webkit-min-content auto -webkit-min-content -webkit-min-content;grid-template-rows:min-content min-content auto min-content min-content;text-align:left;line-height:1.2}.echMetricText__title{font-weight:bold;word-wrap:break-word}.echMetricText__title button{font-weight:bold;width:100%;text-align:left}.echMetricText__icon{position:absolute;right:8px;top:8px}.echMetricText__subtitle{padding-top:5px;font-weight:normal;text-align:left}.echMetricText__extra{text-align:right;font-weight:normal}.echMetricText__value{position:relative;font-weight:bold;text-align:right;white-space:nowrap;overflow:hidden}.echMetricText__valueIcon{display:inline-block;position:absolute;right:8px;bottom:8px}.echMetricText__part{font-weight:bold}.echMetricText__gap{position:relative}.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":["../../../node_modules/@elastic/eui/src/themes/legacy/reset/_reset.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_typography.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_font_weight.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","../../../node_modules/@elastic/eui/src/themes/amsterdam/_colors_dark.scss","../../../node_modules/@elastic/eui/src/themes/legacy/reset/_scrollbar.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_helpers.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_size.scss","../src/_reset.scss","../src/components/_global.scss","../src/components/_container.scss","../src/components/brush/_brush.scss","../src/components/tooltip/components/_tooltip.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_shadow.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_tool_tip.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_borders.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_tool_tip.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_z_index.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_typography.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/portal/_portal.scss","../src/components/icons/_icon.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/variables/_states.scss","../src/components/legend/_legend.scss","../src/components/legend/_variables.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/mixins/_states.scss","../src/components/legend/_legend_item.scss","../src/components/_mixins.scss","../src/components/_unavailable_chart.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":"AAQA,qBACE,sBAGF,2ZAaE,SACA,UACA,YACA,wBAGF,kBACE,YC9BkB,+CDiCpB,oBACE,oBACA,oBACA,kBAGF,6BACE,YCzCc,yID4ChB,GACE,kBAGF,OACE,YE3C0B,IF+C5B,8EAEE,cAGF,KGnBE,YFvCc,yIEwCd,YDrC0B,ICsC1B,sBACA,8BACA,0BACA,oBHgBA,UItDgB,KJuDhB,MK9Ba,QL+Bb,YACA,iBKpCuB,QLuCzB,KACE,YChDkB,EDmDpB,QACE,aAIA,0BACE,YAGF,uBACE,aAIJ,EACE,qBACA,MK7EgB,QL+EhB,QACE,qBAGF,QACE,qBACA,aAIJ,6BACE,eAGF,MACE,SACA,UAEA,eACE,UAIJ,OACE,gBACA,YACA,UACA,SACA,aACA,kBACA,cACA,gBAEA,aACE,eAIJ,MACE,gBAGF,aACE,YAGF,wDAEE,WACA,aAGF,MACE,yBACA,iBAGF,GACE,SAGF,SACE,qBAOF,SACE,iCM5JF,KCGE,6CAOA,wBACE,MCdU,KDeV,OCfU,KDkBZ,8BACE,sCACA,4BACA,cCrBU,KD0BR,yBAIJ,6DAEE,iBD5BwC,QGI5C,SACE,iCCTF,gBACE,kBACA,oBACA,gBACA,QACA,SACA,kBAGF,oBACE,kBACA,MACA,SACA,OACA,QCdF,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,kHCvCF,cCIgB,IDHhB,iBEH0B,KFI1B,MVEc,KUDd,QGkBW,KHjBX,gBACA,yBACA,QPLY,ILoBV,UCdc,KDed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CA,0BAIJ,sB5BjFE,UCdc,KDed,0BAOF,4B4B2EE,iBACA,cACA,YvB1GU,IuB2GV,6BACA,qBACA,cAGF,yBACE,gBACA,mBAEA,uCACE,eAGF,qCACE,eACA,kBAIJ,uBACE,M1B1GgB,Q0B+Gd,8CACE,iBEvIR,4BACE,aACA,mBACA,uBACA,WACA,Y9BkBE,UCdc,KDed,0BAOF,4B8BxBA,M5BgBkB,Q6BvBpB,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,UjCDc,KiCEd,YnCJwB,ImCKxB,mBAGF,wBACE,gBAGF,qBACE,kBAGF,qBACE,mBCxBJ,mBACE,kBACA,MACA,OACA,UACA,SACA,SACA,uBCPF,oBACE,aACA,WACA,YACA,oBACA,wBACA,oBACA,iBAGF,WACE,kBACA,WACA,YACA,gBACA,4CAEA,+BACE,kBACA,MACA,OACA,QACA,SACA,oBAIA,4CACE,aACA,sBAIJ,+BACE,aAGF,wBACE,+BAGF,sBACE,6BAGF,yBACE,gCAIA,sCACE,kBAKF,wCACE,oBAKN,gBACE,kBACA,WACA,WACA,WACA,wBC1DF,eACE,kBACA,YACA,YACA,UACA,aACA,2BACA,wEACA,gBACA,gBACA,sBACE,iBACA,qBACA,6BACE,iBACA,WACA,gBAGJ,qBACE,kBACA,UACA,QAGF,yBACE,gBACA,mBACA,gBAGF,sBACE,iBACA,mBAGF,sBACE,kBACA,iBACA,iBACA,mBACA,gBAGF,0BACE,qBACA,kBACA,UACA,WAGF,qBACE,iBAGF,oBACE,kBCjEJ,yBACE,kBACA,gBAEA,mCACE,OACA,QACA,MACA,SACA,YACA,WACA,kEACE,WACA,WAIJ,qCACE,OACA,QACA,WACA,MACA,SACA,YACA,oEACE,SACA,YAKN,4BACE,4CACA,sCACE,kBACA,OACA,QACA,SACA,WAEF,wCACE,kBACA,MACA,SACA,OACA,YC7CJ,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_dark.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../../node_modules/@elastic/eui/src/themes/legacy/reset/_reset.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_typography.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_font_weight.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","../../../node_modules/@elastic/eui/src/themes/amsterdam/_colors_dark.scss","../../../node_modules/@elastic/eui/src/themes/legacy/reset/_scrollbar.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_helpers.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_size.scss","../src/_reset.scss","../src/components/_global.scss","../src/components/_container.scss","../src/components/brush/_brush.scss","../src/components/tooltip/components/_tooltip.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_shadow.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_tool_tip.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_borders.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_tool_tip.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_z_index.scss","../src/components/_mixins.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/portal/_portal.scss","../src/components/icons/_icon.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/variables/_states.scss","../src/components/legend/_legend.scss","../src/components/legend/_variables.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/mixins/_states.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":"AAQA,qBACE,sBAGF,2ZAaE,SACA,UACA,YACA,wBAGF,kBACE,YC9BkB,sCDiCpB,oBACE,oBACA,oBACA,kBAGF,6BACE,YCzCc,sDD4ChB,GACE,kBAGF,OACE,YE3C0B,IF+C5B,8EAEE,cAGF,KGnBE,YFvCc,sDEwCd,YDrC0B,ICsC1B,sBACA,8BACA,0BACA,oBHgBA,UItDgB,KJuDhB,MK9Ba,QL+Bb,YACA,iBKpCuB,QLuCzB,KACE,YChDkB,EDmDpB,QACE,aAIA,0BACE,YAGF,uBACE,aAIJ,EACE,qBACA,MK7EgB,QL+EhB,QACE,qBAGF,QACE,qBACA,aAIJ,6BACE,eAGF,MACE,SACA,UAEA,eACE,UAIJ,OACE,gBACA,YACA,UACA,SACA,aACA,kBACA,cACA,gBAEA,aACE,eAIJ,MACE,gBAGF,aACE,YAGF,wDAEE,WACA,aAGF,MACE,yBACA,iBAGF,GACE,SAGF,SACE,qBAOF,SACE,iCM5JF,KCGE,6CAOA,wBACE,MCdU,KDeV,OCfU,KDkBZ,8BACE,sCACA,4BACA,cCrBU,KD0BR,yBAIJ,6DAEE,iBD5BwC,QGI5C,SACE,iCAGF,UAEE,2ECdF,gBACE,kBACA,oBACA,gBACA,QACA,SACA,kBAGF,oBACE,kBACA,MACA,SACA,OACA,QCdF,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,kHCvCF,cCIgB,IDHhB,iBEH0B,KFI1B,MVEc,KUDd,QGkBW,KHjBX,gBACA,yBACA,QPLY,ILoB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,kCACA,8BDlDE,yCACE,oBACA,4BACA,qBAGF,uCACE,eACA,0BAIJ,sB5BlFE,UCdc,KDed,0BAOF,4B4B4EE,iBACA,cACA,YvB3GU,IuB4GV,6BACA,qBACA,cAGF,yBACE,gBACA,mBAEA,uCACE,eAGF,qCACE,eACA,kBAIJ,uBACE,M1B3GgB,Q0BgHd,8CACE,iBExIR,4BACE,aACA,mBACA,uBACA,WACA,Y9BkBE,UCdc,KDed,0BAOF,4B8BxBA,M5BgBkB,Q6BvBpB,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,UnCDc,KmCEd,YrCJwB,IqCKxB,mBAGF,wBACE,gBAGF,qBACE,kBAGF,qBACE,mBCxBJ,mBACE,kBACA,MACA,OACA,UACA,SACA,SACA,uBCPF,oBACE,aACA,WACA,YACA,oBACA,wBACA,oBACA,iBAGF,WACE,kBACA,WACA,YACA,gBACA,4CAEA,+BACE,kBACA,MACA,OACA,QACA,SACA,oBAIA,4CACE,aACA,sBAIJ,+BACE,aAGF,wBACE,+BAGF,sBACE,6BAGF,yBACE,gCAME,uDACE,kBAKF,6DACE,kBAOF,yDACE,oBAKF,+DACE,oBAMR,gBACE,kBACA,WACA,WACA,WACA,wBCpFF,eACE,kBACA,YACA,YACA,UACA,aACA,2BACA,wEACA,gBACA,gBACA,sBACE,iBACA,qBACA,6BACE,iBACA,WACA,gBAGJ,qBACE,kBACA,UACA,QAGF,yBACE,gBACA,mBACA,gBAGF,sBACE,iBACA,mBAGF,sBACE,kBACA,iBACA,iBACA,mBACA,gBAGF,0BACE,qBACA,kBACA,UACA,WAGF,qBACE,iBAGF,oBACE,kBCxDJ,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_dark.css"}
@@ -1 +1 @@
1
- *,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:none;vertical-align:baseline}code,pre,kbd,samp{font-family:"Roboto Mono",Consolas,Menlo,Courier,monospace}h1,h2,h3,h4,h5,h6,p{font-family:inherit;font-weight:inherit;font-size:inherit}input,textarea,select,button{font-family:"Inter UI",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}em{font-style:italic}strong{font-weight:700}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-family:"Inter UI",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;color:#343741;height:100%;background-color:#fafbfd}body{line-height:1}*:focus{outline:none}*:focus::-moz-focus-inner{border:none}*:focus:-moz-focusring{outline:none}a{text-decoration:none;color:#07c}a:hover{text-decoration:none}a:focus{text-decoration:none;outline:none}a:hover,button,[role=button]{cursor:pointer}input{margin:0;padding:0}input:disabled{opacity:1}button{background:none;border:none;padding:0;margin:0;outline:none;font-size:inherit;color:inherit;border-radius:0}button:hover{cursor:pointer}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}hr{margin:0}fieldset{min-inline-size:auto}svg text{letter-spacing:normal !important}html{scrollbar-color:rgba(105,112,125,.5) #f3f3f5}html::-webkit-scrollbar{width:16px;height:16px}html::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:4px solid #f3f3f5}html::-webkit-scrollbar-corner,html::-webkit-scrollbar-track{background-color:#f3f3f5}svg text{letter-spacing:normal !important}.echChartStatus{visibility:hidden;pointer-events:none;z-index:-100000;width:0;height:0;position:absolute}.echChartBackground{position:absolute;top:0;bottom:0;left:0;right:0}.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{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.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}[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 .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 .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__extra){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background):last-child:not(.echLegendItem__extra){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%}.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__extra{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}.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:focus-within button{outline:none}.echMetric--rightBorder{border-right:1px solid #343741}.echMetric--topBorder{border-top:1px solid #343741}.echMetric--bottomBorder{border-bottom:1px solid #343741}.echMetric--vertical.echMetric--small{padding-left:10px}.echMetric--horizontal.echMetric--small{padding-bottom:10px}.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 -webkit-min-content auto -webkit-min-content -webkit-min-content;grid-template-rows:min-content min-content auto min-content min-content;text-align:left;line-height:1.2}.echMetricText__title{font-weight:bold;word-wrap:break-word}.echMetricText__title button{font-weight:bold;width:100%;text-align:left}.echMetricText__icon{position:absolute;right:8px;top:8px}.echMetricText__subtitle{padding-top:5px;font-weight:normal;text-align:left}.echMetricText__extra{text-align:right;font-weight:normal}.echMetricText__value{position:relative;font-weight:bold;text-align:right;white-space:nowrap;overflow:hidden}.echMetricText__valueIcon{display:inline-block;position:absolute;right:8px;bottom:8px}.echMetricText__part{font-weight:bold}.echMetricText__gap{position:relative}.echSingleMetricProgress{position:absolute;overflow:hidden}.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%}.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
+ *,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:none;vertical-align:baseline}code,pre,kbd,samp{font-family:"Roboto Mono",Menlo,Courier,monospace}h1,h2,h3,h4,h5,h6,p{font-family:inherit;font-weight:inherit;font-size:inherit}input,textarea,select,button{font-family:"Inter",BlinkMacSystemFont,Helvetica,Arial,sans-serif}em{font-style:italic}strong{font-weight:700}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-family:"Inter",BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;color:#343741;height:100%;background-color:#fafbfd}body{line-height:1}*:focus{outline:none}*:focus::-moz-focus-inner{border:none}*:focus:-moz-focusring{outline:none}a{text-decoration:none;color:#07c}a:hover{text-decoration:none}a:focus{text-decoration:none;outline:none}a:hover,button,[role=button]{cursor:pointer}input{margin:0;padding:0}input:disabled{opacity:1}button{background:none;border:none;padding:0;margin:0;outline:none;font-size:inherit;color:inherit;border-radius:0}button:hover{cursor:pointer}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}hr{margin:0}fieldset{min-inline-size:auto}svg text{letter-spacing:normal !important}html{scrollbar-color:rgba(105,112,125,.5) #f3f3f5}html::-webkit-scrollbar{width:16px;height:16px}html::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:4px solid #f3f3f5}html::-webkit-scrollbar-corner,html::-webkit-scrollbar-track{background-color:#f3f3f5}svg text{letter-spacing:normal !important}html,body{font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif !important}.echChartStatus{visibility:hidden;pointer-events:none;z-index:-100000;width:0;height:0;position:absolute}.echChartBackground{position:absolute;top:0;bottom:0;left:0;right:0}.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}[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 .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 .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__extra){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background):last-child:not(.echLegendItem__extra){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__extra{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:focus-within button{outline:none}.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 -webkit-min-content auto -webkit-min-content -webkit-min-content;grid-template-rows:min-content min-content auto min-content min-content;text-align:left;line-height:1.2}.echMetricText__title{font-weight:bold;word-wrap:break-word}.echMetricText__title button{font-weight:bold;width:100%;text-align:left}.echMetricText__icon{position:absolute;right:8px;top:8px}.echMetricText__subtitle{padding-top:5px;font-weight:normal;text-align:left}.echMetricText__extra{text-align:right;font-weight:normal}.echMetricText__value{position:relative;font-weight:bold;text-align:right;white-space:nowrap;overflow:hidden}.echMetricText__valueIcon{display:inline-block;position:absolute;right:8px;bottom:8px}.echMetricText__part{font-weight:bold}.echMetricText__gap{position:relative}.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":["../../../node_modules/@elastic/eui/src/themes/legacy/reset/_reset.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_typography.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_font_weight.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","../../../node_modules/@elastic/eui/src/themes/amsterdam/_colors_light.scss","../../../node_modules/@elastic/eui/src/themes/legacy/reset/_scrollbar.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_helpers.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_size.scss","../src/_reset.scss","../src/components/_global.scss","../src/components/_container.scss","../src/components/brush/_brush.scss","../src/components/tooltip/components/_tooltip.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_shadow.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_tool_tip.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_borders.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_tool_tip.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_z_index.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_typography.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/portal/_portal.scss","../src/components/icons/_icon.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/variables/_states.scss","../src/components/legend/_legend.scss","../src/components/legend/_variables.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/mixins/_states.scss","../src/components/legend/_legend_item.scss","../src/components/_mixins.scss","../src/components/_unavailable_chart.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":"AAQA,qBACE,sBAGF,2ZAaE,SACA,UACA,YACA,wBAGF,kBACE,YC9BkB,+CDiCpB,oBACE,oBACA,oBACA,kBAGF,6BACE,YCzCc,yID4ChB,GACE,kBAGF,OACE,YE3C0B,IF+C5B,8EAEE,cAGF,KGnBE,YFvCc,yIEwCd,YDrC0B,ICsC1B,sBACA,8BACA,0BACA,oBHgBA,UItDgB,KJuDhB,MKtCqB,QLuCrB,YACA,iBKpCuB,QLuCzB,KACE,YChDkB,EDmDpB,QACE,aAIA,0BACE,YAGF,uBACE,aAIJ,EACE,qBACA,MK7EgB,KL+EhB,QACE,qBAGF,QACE,qBACA,aAIJ,6BACE,eAGF,MACE,SACA,UAEA,eACE,UAIJ,OACE,gBACA,YACA,UACA,SACA,aACA,kBACA,cACA,gBAEA,aACE,eAIJ,MACE,gBAGF,aACE,YAGF,wDAEE,WACA,aAGF,MACE,yBACA,iBAGF,GACE,SAGF,SACE,qBAOF,SACE,iCM5JF,KCGE,6CAOA,wBACE,MCdU,KDeV,OCfU,KDkBZ,8BACE,sCACA,4BACA,cCrBU,KD0BR,yBAIJ,6DAEE,iBD5BwC,QGI5C,SACE,iCCTF,gBACE,kBACA,oBACA,gBACA,QACA,SACA,kBAGF,oBACE,kBACA,MACA,SACA,OACA,QCdF,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,MVEc,KUDd,QGkBW,KHjBX,gBACA,yBACA,QPLY,ILoBV,UCdc,KDed,0BAOF,4BURA,UACA,eACA,oBACA,iBACA,iBRRmB,KQSnB,MRJqB,QQKrB,gBACA,eACA,WACE,+BAEF,sBExBA,+BACE,iBEVoB,QJmCtB,0BACE,aAGF,oBCzBA,WACE,sFD0BA,oBACA,iBAEA,sDACE,eAGF,uCACE,oBAEF,8CACE,oBAIJ,6CMmFA,eACA,2BACA,kCACA,8BNlFA,uBACE,gBACA,aACA,8BAGF,0BACE,gBN9DF,iDAGE,qBM6DA,iBRnDiB,KENnB,6CACE,MCdU,KDeV,OCfU,KDkBZ,mDACE,sCACA,4BACA,cCrBU,KDwBR,6BAMJ,uGAEE,iBA7BwE,YMoExE,kCACE,cAIJ,mBACE,aACA,WAEA,2BACE,cAMF,gGACE,eACA,YXnFsB,IWoFtB,iBRvEe,KQwEf,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,QOtPR,kBACE,YlBK0B,IkBJ1B,gBACA,gBCHF,kBACE,YnBK0B,ImBJ1B,aACA,gBCHF,mBACE,WACA,cTUY,kBUTd,2BACE,KACE,UACA,MACA,aAIJ,kBACE,kBACA,WACA,WAEA,2BACE,MlBMgB,QkBLhB,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,MnBOgB,QmBNhB,kBACA,eAGF,2BAOE,gBACA,uBACA,mBACA,cACA,gBACA,WACA,cACA,iBACA,eACA,MnBbmB,QmBFnB,wCACE,gBAEF,sCACE,mBAYF,kEAEE,0BAGF,qCACE,eACA,MnBFiB,QmBGjB,sFAEE,qBChDR,uBACE,oBAGF,gBACE,kBACA,oBAGF,6BACE,eACA,kBACA,QACA,SCbF,SACE,cACA,qBACA,sBACA,kBAEA,aACE,0BAGF,eACE,UACA,WCFsB,mBCTxB,0BACE,aACA,qCACA,uBACA,qBACA,qBACA,mBAGA,sCACE,gBCTe,KDUf,aCXY,IDYZ,WCZY,IDaZ,cCbY,IDiBhB,iCAEE,QAGF,qCAEE,QAGF,kBACE,gCACA,kBAGF,kBACE,oBAGF,mCrB/BA,iDAGE,qBAqCF,YACA,gBACA,kBOgDE,6HczDA,WACA,gBACA,kBrB5BF,sDACE,MCdU,KDeV,OCfU,KDkBZ,4DACE,sCACA,4BACA,cCrBU,KDwBR,6BAMJ,yHAEE,iBA7BwE,YA+C1E,yCACE,aAGF,qEACE,mBqBZA,0CEnCF,+BAkBI,mBFmBA,iBDnCoB,mBCoCpB,kBElCF,wDACE,mBAGF,8DACE,aCZN,eACE,M1BkBqB,Q0BjBrB,aACA,iBACA,8BACA,uBACA,kBAGA,6CAGE,OAde,KAiBjB,iDACE,YvBnBU,IuBqBV,uFACE,avBtBQ,IuB0BZ,2CACE,avB3BU,IuB6BV,iFACE,YvB9BQ,IuBmCV,4EACE,eAIJ,iCACE,iB1BvBoB,Q0B0BtB,2BACE,kBACA,MACA,QACA,SACA,OACA,WAGF,uBACE,eACA,aACA,uBACA,mBACA,OAzDe,KA0Df,2BAEA,uIAIE,YACA,WAIJ,sBACE,aACA,gBACA,mBAGF,sB5BvDE,UCdc,KDed,0BAOF,4B4BiDE,cACA,gBACA,wBACA,qBACA,mBCnFF,yBACA,qBACA,qBACA,sBACA,aACA,gBACA,cDgFE,kCZqDF,eACA,2BACA,kCACA,8BYnDE,yCACE,oBACA,4BACA,qBAGF,uCACE,eACA,0BAIJ,sB5BjFE,UCdc,KDed,0BAOF,4B4B2EE,iBACA,cACA,YvB1GU,IuB2GV,6BACA,qBACA,cAGF,yBACE,gBACA,mBAEA,uCACE,eAGF,qCACE,eACA,kBAIJ,uBACE,M1B1GgB,Q0B+Gd,8CACE,iBEvIR,4BACE,aACA,mBACA,uBACA,WACA,Y9BkBE,UCdc,KDed,0BAOF,4B8BxBA,M5BgBkB,Q6BvBpB,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,UjCDc,KiCEd,YnCJwB,ImCKxB,mBAGF,wBACE,gBAGF,qBACE,kBAGF,qBACE,mBCxBJ,mBACE,kBACA,MACA,OACA,UACA,SACA,SACA,uBCPF,oBACE,aACA,WACA,YACA,oBACA,wBACA,oBACA,iBAGF,WACE,kBACA,WACA,YACA,gBACA,4CAEA,+BACE,kBACA,MACA,OACA,QACA,SACA,oBAIA,4CACE,aACA,sBAIJ,+BACE,aAGF,wBACE,+BAGF,sBACE,6BAGF,yBACE,gCAIA,sCACE,kBAKF,wCACE,oBAKN,gBACE,kBACA,WACA,WACA,WACA,wBC1DF,eACE,kBACA,YACA,YACA,UACA,aACA,2BACA,wEACA,gBACA,gBACA,sBACE,iBACA,qBACA,6BACE,iBACA,WACA,gBAGJ,qBACE,kBACA,UACA,QAGF,yBACE,gBACA,mBACA,gBAGF,sBACE,iBACA,mBAGF,sBACE,kBACA,iBACA,iBACA,mBACA,gBAGF,0BACE,qBACA,kBACA,UACA,WAGF,qBACE,iBAGF,oBACE,kBCjEJ,yBACE,kBACA,gBAEA,mCACE,OACA,QACA,MACA,SACA,YACA,WACA,kEACE,WACA,WAIJ,qCACE,OACA,QACA,WACA,MACA,SACA,YACA,oEACE,SACA,YAKN,4BACE,4CACA,sCACE,kBACA,OACA,QACA,SACA,WAEF,wCACE,kBACA,MACA,SACA,OACA,YC7CJ,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_light.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../../node_modules/@elastic/eui/src/themes/legacy/reset/_reset.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_typography.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_font_weight.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","../../../node_modules/@elastic/eui/src/themes/amsterdam/_colors_light.scss","../../../node_modules/@elastic/eui/src/themes/legacy/reset/_scrollbar.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_helpers.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_size.scss","../src/_reset.scss","../src/components/_global.scss","../src/components/_container.scss","../src/components/brush/_brush.scss","../src/components/tooltip/components/_tooltip.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_shadow.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_tool_tip.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_borders.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_tool_tip.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_z_index.scss","../src/components/_mixins.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/portal/_portal.scss","../src/components/icons/_icon.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/variables/_states.scss","../src/components/legend/_legend.scss","../src/components/legend/_variables.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/mixins/_states.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":"AAQA,qBACE,sBAGF,2ZAaE,SACA,UACA,YACA,wBAGF,kBACE,YC9BkB,sCDiCpB,oBACE,oBACA,oBACA,kBAGF,6BACE,YCzCc,sDD4ChB,GACE,kBAGF,OACE,YE3C0B,IF+C5B,8EAEE,cAGF,KGnBE,YFvCc,sDEwCd,YDrC0B,ICsC1B,sBACA,8BACA,0BACA,oBHgBA,UItDgB,KJuDhB,MKtCqB,QLuCrB,YACA,iBKpCuB,QLuCzB,KACE,YChDkB,EDmDpB,QACE,aAIA,0BACE,YAGF,uBACE,aAIJ,EACE,qBACA,MK7EgB,KL+EhB,QACE,qBAGF,QACE,qBACA,aAIJ,6BACE,eAGF,MACE,SACA,UAEA,eACE,UAIJ,OACE,gBACA,YACA,UACA,SACA,aACA,kBACA,cACA,gBAEA,aACE,eAIJ,MACE,gBAGF,aACE,YAGF,wDAEE,WACA,aAGF,MACE,yBACA,iBAGF,GACE,SAGF,SACE,qBAOF,SACE,iCM5JF,KCGE,6CAOA,wBACE,MCdU,KDeV,OCfU,KDkBZ,8BACE,sCACA,4BACA,cCrBU,KD0BR,yBAIJ,6DAEE,iBD5BwC,QGI5C,SACE,iCAGF,UAEE,2ECdF,gBACE,kBACA,oBACA,gBACA,QACA,SACA,kBAGF,oBACE,kBACA,MACA,SACA,OACA,QCdF,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,MVEc,KUDd,QGkBW,KHjBX,gBACA,yBACA,QPLY,ILoBV,UCdc,KDed,0BAOF,4BURA,UACA,eACA,oBACA,iBACA,iBRRmB,KQSnB,MRJqB,QQKrB,gBACA,eACA,WACE,+BAEF,sBExBA,+BACE,iBEVoB,QJmCtB,0BACE,aAGF,oBCzBA,WACE,sFD0BA,oBACA,iBAEA,sDACE,eAGF,uCACE,oBAEF,8CACE,oBAIJ,6CM9CA,uBACA,oBACA,mBN6CqB,EM5CrB,WN4CqB,EM3CrB,4BACA,gBN6CA,uBACE,gBACA,aACA,8BAGF,0BACE,gBN9DF,iDAGE,qBM6DA,iBRnDiB,KENnB,6CACE,MCdU,KDeV,OCfU,KDkBZ,mDACE,sCACA,4BACA,cCrBU,KDwBR,6BAMJ,uGAEE,iBA7BwE,YMoExE,kCACE,cAIJ,mBACE,aACA,WAEA,2BACE,cAMF,gGACE,eACA,YXnFsB,IWoFtB,iBRvEe,KQwEf,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,QOtPR,kBACE,YlBK0B,IkBJ1B,gBACA,gBCHF,kBACE,YnBK0B,ImBJ1B,aACA,gBCHF,mBACE,WACA,cTUY,kBUTd,2BACE,KACE,UACA,MACA,aAIJ,kBACE,kBACA,WACA,WAEA,2BACE,MlBMgB,QkBLhB,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,MnBOgB,QmBNhB,kBACA,eAGF,2BAOE,gBACA,uBACA,mBACA,cACA,gBACA,WACA,cACA,iBACA,eACA,MnBbmB,QmBFnB,wCACE,gBAEF,sCACE,mBAYF,kEAEE,0BAGF,qCACE,eACA,MnBFiB,QmBGjB,sFAEE,qBChDR,uBACE,oBAGF,gBACE,kBACA,oBAGF,6BACE,eACA,kBACA,QACA,SCbF,SACE,cACA,qBACA,sBACA,kBAEA,aACE,0BAGF,eACE,UACA,WCFsB,mBCTxB,0BACE,aACA,qCACA,uBACA,qBACA,qBACA,mBAGA,sCACE,gBCTe,KDUf,aCXY,IDYZ,WCZY,IDaZ,cCbY,IDiBhB,iCAEE,QAGF,qCAEE,QAGF,kBACE,gCACA,kBAGF,kBACE,oBAGF,mCrB/BA,iDAGE,qBAqCF,YACA,gBACA,kBOgDE,6HczDA,WACA,gBACA,kBrB5BF,sDACE,MCdU,KDeV,OCfU,KDkBZ,4DACE,sCACA,4BACA,cCrBU,KDwBR,6BAMJ,yHAEE,iBA7BwE,YA+C1E,yCACE,aAGF,qEACE,mBqBZA,0CEnCF,+BAkBI,mBFmBA,iBDnCoB,mBCoCpB,kBElCF,wDACE,mBAGF,8DACE,aCZN,eACE,M1BkBqB,Q0BjBrB,aACA,iBACA,8BACA,uBACA,kBAGA,6CAGE,OAde,KAiBjB,iDACE,YvBnBU,IuBqBV,uFACE,avBtBQ,IuB0BZ,2CACE,avB3BU,IuB6BV,iFACE,YvB9BQ,IuBmCV,4EACE,eAIJ,iCACE,iB1BvBoB,Q0B0BtB,2BACE,kBACA,MACA,QACA,SACA,OACA,WAGF,uBACE,eACA,aACA,uBACA,mBACA,OAzDe,KA0Df,2BAEA,uIAIE,YACA,WACA,aAIJ,sBACE,aACA,gBACA,mBAGF,sB5BxDE,UCdc,KDed,0BAOF,4B4BkDE,cACA,gBACA,wBACA,qBACA,mBZpFF,yBACA,qBACA,qBACA,sBACA,aACA,gBACA,cYiFE,kCCoDF,eACA,2BACA,kCACA,8BDlDE,yCACE,oBACA,4BACA,qBAGF,uCACE,eACA,0BAIJ,sB5BlFE,UCdc,KDed,0BAOF,4B4B4EE,iBACA,cACA,YvB3GU,IuB4GV,6BACA,qBACA,cAGF,yBACE,gBACA,mBAEA,uCACE,eAGF,qCACE,eACA,kBAIJ,uBACE,M1B3GgB,Q0BgHd,8CACE,iBExIR,4BACE,aACA,mBACA,uBACA,WACA,Y9BkBE,UCdc,KDed,0BAOF,4B8BxBA,M5BgBkB,Q6BvBpB,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,UnCDc,KmCEd,YrCJwB,IqCKxB,mBAGF,wBACE,gBAGF,qBACE,kBAGF,qBACE,mBCxBJ,mBACE,kBACA,MACA,OACA,UACA,SACA,SACA,uBCPF,oBACE,aACA,WACA,YACA,oBACA,wBACA,oBACA,iBAGF,WACE,kBACA,WACA,YACA,gBACA,4CAEA,+BACE,kBACA,MACA,OACA,QACA,SACA,oBAIA,4CACE,aACA,sBAIJ,+BACE,aAGF,wBACE,+BAGF,sBACE,6BAGF,yBACE,gCAME,uDACE,kBAKF,6DACE,kBAOF,yDACE,oBAKF,+DACE,oBAMR,gBACE,kBACA,WACA,WACA,WACA,wBCpFF,eACE,kBACA,YACA,YACA,UACA,aACA,2BACA,wEACA,gBACA,gBACA,sBACE,iBACA,qBACA,6BACE,iBACA,WACA,gBAGJ,qBACE,kBACA,UACA,QAGF,yBACE,gBACA,mBACA,gBAGF,sBACE,iBACA,mBAGF,sBACE,kBACA,iBACA,iBACA,mBACA,gBAGF,0BACE,qBACA,kBACA,UACA,WAGF,qBACE,iBAGF,oBACE,kBCxDJ,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_light.css"}