@ironsource/shared-ui 2.1.12-rc.17 → 2.1.12-rc.18

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 (30) hide show
  1. package/Chart.vue_vue_type_style_index_0_scoped_5525b3bc_lang.css +1 -0
  2. package/ChartPlane.vue_vue_type_style_index_0_scoped_fc79a730_lang.css +1 -0
  3. package/ChartTooltip.vue_vue_type_style_index_0_scoped_cb98e9e3_lang.css +1 -0
  4. package/TooltipHeader.vue_vue_type_style_index_0_scoped_3b15c693_lang.css +1 -0
  5. package/components/chart/Chart.vue.d.ts +11 -1
  6. package/components/chart/Chart.vue.js +4 -4
  7. package/components/chart/Chart.vue2.js +32 -28
  8. package/components/chart/ChartPlane.vue.d.ts +11 -1
  9. package/components/chart/ChartPlane.vue.js +2 -2
  10. package/components/chart/ChartPlane.vue2.js +110 -107
  11. package/components/chart/ChartStoryArgs.d.ts +11 -1
  12. package/components/chart/ChartTooltip.vue.d.ts +6 -1
  13. package/components/chart/ChartTooltip.vue.js +3 -3
  14. package/components/chart/ChartTooltip.vue2.js +25 -23
  15. package/components/chart/TooltipHeader.vue.d.ts +6 -1
  16. package/components/chart/TooltipHeader.vue.js +2 -2
  17. package/components/chart/TooltipHeader.vue2.js +37 -27
  18. package/components/chart/consts.d.ts +2 -1
  19. package/components/chart/consts.js +13 -12
  20. package/components/chart/index.d.ts +39 -1
  21. package/components/chart/mockData.d.ts +8 -0
  22. package/components/chart/types.d.ts +5 -0
  23. package/components/chart/types.js +4 -3
  24. package/components/chart/utils/utils.d.ts +1 -1
  25. package/index.js +1 -1
  26. package/package.json +1 -1
  27. package/Chart.vue_vue_type_style_index_0_scoped_82f5b24e_lang.css +0 -1
  28. package/ChartPlane.vue_vue_type_style_index_0_scoped_5c80d8cd_lang.css +0 -1
  29. package/ChartTooltip.vue_vue_type_style_index_0_scoped_9e521454_lang.css +0 -1
  30. package/TooltipHeader.vue_vue_type_style_index_0_scoped_9f6cf389_lang.css +0 -1
@@ -1,59 +1,69 @@
1
- import "../../TooltipHeader.vue_vue_type_style_index_0_scoped_9f6cf389_lang.css"; import { defineComponent as h, computed as l, openBlock as r, createElementBlock as s, createElementVNode as g, unref as t, createCommentVNode as i, createBlock as n, createVNode as F, withCtx as c, createTextVNode as u, toDisplayString as m } from "vue";
2
- import { formatValue as d } from "./utils/utils.js";
3
- import f from "../typography/v4/Typography.vue.js";
4
- import C from "../icon/v4/IconV4.vue.js";
1
+ import "../../TooltipHeader.vue_vue_type_style_index_0_scoped_3b15c693_lang.css"; import { defineComponent as v, computed as m, openBlock as n, createElementBlock as f, createElementVNode as A, unref as t, createCommentVNode as s, createBlock as u, createVNode as D, withCtx as d, createTextVNode as x, toDisplayString as p } from "vue";
2
+ import { formatValue as r } from "./utils/utils.js";
3
+ import y from "../typography/v4/Typography.vue.js";
4
+ import { DateInterval as c } from "./types.js";
5
+ import T from "../icon/v4/IconV4.vue.js";
5
6
  import k from "../icon/v4/IconFlag.vue.js";
6
- const v = { class: "tooltip-title-wrapper" }, A = { class: "main-title" }, T = ["src"], D = /* @__PURE__ */ h({
7
+ import { startOfWeek as C, endOfWeek as F, startOfMonth as I, endOfMonth as O } from "date-fns";
8
+ import { LONG_DATE_FORMAT as i } from "./consts.js";
9
+ const E = { class: "tooltip-title-wrapper" }, N = { class: "main-title" }, L = ["src"], P = /* @__PURE__ */ v({
7
10
  __name: "TooltipHeader",
8
11
  props: {
9
12
  title: { default: "" },
10
13
  xAxisFormat: { default: null },
14
+ xAxisDateInterval: { default: null },
11
15
  dataPoints: { default: () => [] },
12
16
  totalsChart: { type: Boolean, default: !1 }
13
17
  },
14
- setup(o) {
15
- const e = o, a = l(() => e.dataPoints.length ? e.dataPoints[0].dataset : null), p = l(() => e.xAxisFormat === "date" ? "dateLong" : e.xAxisFormat), x = l(() => e.xAxisFormat === "date" ? "day" : e.xAxisFormat), y = l(() => e.totalsChart ? a.value?.label || e.title : d(e.title, p.value));
16
- return (V, b) => (r(), s("div", v, [
17
- g("div", A, [
18
- o.totalsChart && t(a)?.image ? (r(), s("img", {
18
+ setup(a) {
19
+ const e = a, o = m(() => e.dataPoints.length ? e.dataPoints[0].dataset : null), h = m(() => e.totalsChart ? o.value?.label || e.title : e.xAxisFormat === "date" ? g(new Date(e.title)) : r(e.title, e.xAxisFormat)), g = (l) => e.xAxisDateInterval === c.WEEKLY ? `
20
+ ${r(C(l), i)} -
21
+ ${r(F(l), i)}
22
+ ` : e.xAxisDateInterval === c.MONTHLY ? `
23
+ ${r(I(l), i)} -
24
+ ${r(O(l), i)}
25
+ ` : r(l, i);
26
+ return (l, M) => (n(), f("div", E, [
27
+ A("div", N, [
28
+ a.totalsChart && t(o)?.image ? (n(), f("img", {
19
29
  key: 0,
20
30
  class: "title-image",
21
- src: t(a)?.image
22
- }, null, 8, T)) : i("", !0),
23
- o.totalsChart && t(a)?.countryFlag ? (r(), n(t(k), {
31
+ src: t(o)?.image
32
+ }, null, 8, L)) : s("", !0),
33
+ a.totalsChart && t(o)?.countryFlag ? (n(), u(t(k), {
24
34
  key: 1,
25
- "country-code": t(a).countryFlag
26
- }, null, 8, ["country-code"])) : i("", !0),
27
- o.totalsChart && t(a)?.icon ? (r(), n(t(C), {
35
+ "country-code": t(o).countryFlag
36
+ }, null, 8, ["country-code"])) : s("", !0),
37
+ a.totalsChart && t(o)?.icon ? (n(), u(t(T), {
28
38
  key: 2,
29
39
  class: "platform-icon",
30
- type: t(a)?.iconType,
31
- name: t(a)?.icon,
40
+ type: t(o)?.iconType,
41
+ name: t(o)?.icon,
32
42
  size: "16px"
33
- }, null, 8, ["type", "name"])) : i("", !0),
34
- F(t(f), {
43
+ }, null, 8, ["type", "name"])) : s("", !0),
44
+ D(t(y), {
35
45
  class: "title-text",
36
46
  variant: "subtitle2"
37
47
  }, {
38
- default: c(() => [
39
- u(m(t(y)), 1)
48
+ default: d(() => [
49
+ x(p(t(h)), 1)
40
50
  ]),
41
51
  _: 1
42
52
  })
43
53
  ]),
44
- o.xAxisFormat === "date" ? (r(), n(t(f), {
54
+ a.xAxisFormat === "date" && a.xAxisDateInterval !== t(c).WEEKLY && a.xAxisDateInterval !== t(c).MONTHLY ? (n(), u(t(y), {
45
55
  key: 0,
46
56
  class: "tooltip-sub-title",
47
57
  variant: "caption"
48
58
  }, {
49
- default: c(() => [
50
- u(m(t(d)(o.title, t(x))), 1)
59
+ default: d(() => [
60
+ x(p(t(r)(a.title, "day")), 1)
51
61
  ]),
52
62
  _: 1
53
- })) : i("", !0)
63
+ })) : s("", !0)
54
64
  ]));
55
65
  }
56
66
  });
57
67
  export {
58
- D as default
68
+ P as default
59
69
  };
@@ -1,4 +1,4 @@
1
- import { DropdownTypeOption, Font } from './types';
1
+ import { DropdownTypeOption, Font, ValueFormat } from './types';
2
2
  export declare const POINT_BORDER_COLOR = "#fcfcfc";
3
3
  export declare const GRID_LINE_COLOR = "#E4E4E4";
4
4
  export declare const TICK_LABEL_COLOR = "#646464";
@@ -33,3 +33,4 @@ export declare const CHART_PADDING: {
33
33
  bottom: number;
34
34
  };
35
35
  export declare const TICKS_EXTRA_PADDING = 10;
36
+ export declare const LONG_DATE_FORMAT: ValueFormat;
@@ -7,17 +7,17 @@ const t = "#fcfcfc", n = "#E4E4E4", T = "#646464", o = {
7
7
  { id: _.Line, name: "Line" },
8
8
  { id: _.StackedLine, name: "Stack" },
9
9
  { id: _.Bar, name: "Bar" }
10
- ], N = 76, I = 43, s = 312, L = 187, e = "__TOTALS_HELPER_KEY__", i = "___BASE_COLOR__", C = "Bidding", D = "ironSource", K = "UnityAds", P = "Meta", H = "Google", S = "Mintegral", B = "AppLovin", a = "InMobi", G = "DT Exchange", M = "Pangle", r = "Liftoff Monetize", W = 10, F = 70, f = {
10
+ ], N = 76, L = 43, s = 312, I = 187, e = "__TOTALS_HELPER_KEY__", D = "___BASE_COLOR__", i = "Bidding", C = "ironSource", K = "UnityAds", P = "Meta", H = "Google", S = "Mintegral", a = "AppLovin", B = "InMobi", G = "DT Exchange", M = "Pangle", r = "Liftoff Monetize", F = 10, W = 70, f = {
11
11
  left: 18,
12
12
  right: 18,
13
13
  top: 18,
14
14
  bottom: 11
15
- }, U = 10;
15
+ }, d = 10, g = "dateLong";
16
16
  export {
17
- i as BASE_COLOR_KEY,
18
- C as BIDDING_PREFIX,
17
+ D as BASE_COLOR_KEY,
18
+ i as BIDDING_PREFIX,
19
19
  f as CHART_PADDING,
20
- I as COMPACT_HEADER_HEIGHT,
20
+ L as COMPACT_HEADER_HEIGHT,
21
21
  s as DEFAULT_CHART_PLANE_HEIGHT,
22
22
  R as DEFAULT_MAX_VISIBLE,
23
23
  A as DEFAULT_MIN_VISIBLE,
@@ -25,21 +25,22 @@ export {
25
25
  c as DROPDOWN_TYPE_OPTIONS,
26
26
  n as GRID_LINE_COLOR,
27
27
  N as HEADER_HEIGHT,
28
- F as HOVER_AREA_TRANSPARENCY,
29
- W as HOVER_TRANSPARENCY,
30
- L as MIN_PLANE_HEIGHT,
28
+ W as HOVER_AREA_TRANSPARENCY,
29
+ F as HOVER_TRANSPARENCY,
30
+ g as LONG_DATE_FORMAT,
31
+ I as MIN_PLANE_HEIGHT,
31
32
  H as NETWORK_AD_MOB,
32
- B as NETWORK_APPLOVIN,
33
+ a as NETWORK_APPLOVIN,
33
34
  G as NETWORK_DT_EXCHANGE,
34
35
  P as NETWORK_FACEBOOK_META,
35
- a as NETWORK_INMOBI,
36
- D as NETWORK_IRON_SOURCE,
36
+ B as NETWORK_INMOBI,
37
+ C as NETWORK_IRON_SOURCE,
37
38
  r as NETWORK_LIFTOFF,
38
39
  S as NETWORK_MINTEGRAL,
39
40
  M as NETWORK_PANGLE,
40
41
  K as NETWORK_UNITY_ADS,
41
42
  t as POINT_BORDER_COLOR,
42
- U as TICKS_EXTRA_PADDING,
43
+ d as TICKS_EXTRA_PADDING,
43
44
  T as TICK_LABEL_COLOR,
44
45
  o as TICK_LABEL_FONT,
45
46
  e as TOTALS_HELPER_KEY
@@ -17,6 +17,7 @@ declare const ChartTypes: () => ({
17
17
  chartType: ChartType;
18
18
  hideLegend: boolean;
19
19
  xAxisFormat: import("./types").ValueFormat;
20
+ xAxisDateInterval: import("./types").DateInterval;
20
21
  totalsChart: boolean;
21
22
  parsing: import("./types").ChartParsingConfig;
22
23
  yAxisFormat: import("./types").ValueFormat;
@@ -29,6 +30,7 @@ declare const ChartTypes: () => ({
29
30
  tickCount: number;
30
31
  truncateTickLabels: boolean;
31
32
  keepSubheaderVisible: boolean;
33
+ empty: boolean;
32
34
  noDataIcon: string;
33
35
  noDataTitle: string;
34
36
  noDataSubtitle: string;
@@ -89,6 +91,10 @@ declare const ChartTypes: () => ({
89
91
  type: import("vue").PropType<import("./types").ValueFormat>;
90
92
  default: string;
91
93
  };
94
+ xAxisDateInterval: {
95
+ type: import("vue").PropType<import("./types").DateInterval>;
96
+ default: import("./types").DateInterval;
97
+ };
92
98
  totalsChart: {
93
99
  type: import("vue").PropType<boolean>;
94
100
  default: boolean;
@@ -145,6 +151,10 @@ declare const ChartTypes: () => ({
145
151
  type: import("vue").PropType<boolean>;
146
152
  default: boolean;
147
153
  };
154
+ empty: {
155
+ type: import("vue").PropType<boolean>;
156
+ default: boolean;
157
+ };
148
158
  noDataIcon: {
149
159
  type: import("vue").PropType<string>;
150
160
  default: string;
@@ -189,7 +199,7 @@ declare const ChartTypes: () => ({
189
199
  "onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
190
200
  "onUpdate:sortSelected"?: (sortOption: unknown) => any;
191
201
  "onUpdate:chartType"?: (chartType: ChartType) => any;
192
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "loading" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "sortSelected" | "sortOptions" | "sortOptionNameKey" | "chartType" | "hideLegend" | "xAxisFormat" | "totalsChart" | "parsing" | "yAxisFormat" | "dataSets" | "trendTooltip" | "subheader" | "subheaderTooltip" | "trendValue" | "trendDirection" | "tickCount" | "truncateTickLabels" | "keepSubheaderVisible" | "noDataIcon" | "noDataTitle" | "noDataSubtitle" | "withAnimation" | "tooltipTotalType" | "tooltipTotalCalcFn" | "tooltipOrder" | "fullHeight" | "withSettingsHeader" | "extraCharts">;
202
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "loading" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "sortSelected" | "sortOptions" | "sortOptionNameKey" | "chartType" | "hideLegend" | "xAxisFormat" | "xAxisDateInterval" | "totalsChart" | "parsing" | "yAxisFormat" | "dataSets" | "trendTooltip" | "subheader" | "subheaderTooltip" | "trendValue" | "trendDirection" | "tickCount" | "truncateTickLabels" | "keepSubheaderVisible" | "empty" | "noDataIcon" | "noDataTitle" | "noDataSubtitle" | "withAnimation" | "tooltipTotalType" | "tooltipTotalCalcFn" | "tooltipOrder" | "fullHeight" | "withSettingsHeader" | "extraCharts">;
193
203
  $attrs: {
194
204
  [x: string]: unknown;
195
205
  };
@@ -253,6 +263,10 @@ declare const ChartTypes: () => ({
253
263
  type: import("vue").PropType<import("./types").ValueFormat>;
254
264
  default: string;
255
265
  };
266
+ xAxisDateInterval: {
267
+ type: import("vue").PropType<import("./types").DateInterval>;
268
+ default: import("./types").DateInterval;
269
+ };
256
270
  totalsChart: {
257
271
  type: import("vue").PropType<boolean>;
258
272
  default: boolean;
@@ -309,6 +323,10 @@ declare const ChartTypes: () => ({
309
323
  type: import("vue").PropType<boolean>;
310
324
  default: boolean;
311
325
  };
326
+ empty: {
327
+ type: import("vue").PropType<boolean>;
328
+ default: boolean;
329
+ };
312
330
  noDataIcon: {
313
331
  type: import("vue").PropType<string>;
314
332
  default: string;
@@ -370,6 +388,7 @@ declare const ChartTypes: () => ({
370
388
  chartType: ChartType;
371
389
  hideLegend: boolean;
372
390
  xAxisFormat: import("./types").ValueFormat;
391
+ xAxisDateInterval: import("./types").DateInterval;
373
392
  totalsChart: boolean;
374
393
  parsing: import("./types").ChartParsingConfig;
375
394
  yAxisFormat: import("./types").ValueFormat;
@@ -382,6 +401,7 @@ declare const ChartTypes: () => ({
382
401
  tickCount: number;
383
402
  truncateTickLabels: boolean;
384
403
  keepSubheaderVisible: boolean;
404
+ empty: boolean;
385
405
  noDataIcon: string;
386
406
  noDataTitle: string;
387
407
  noDataSubtitle: string;
@@ -462,6 +482,10 @@ declare const ChartTypes: () => ({
462
482
  type: import("vue").PropType<import("./types").ValueFormat>;
463
483
  default: string;
464
484
  };
485
+ xAxisDateInterval: {
486
+ type: import("vue").PropType<import("./types").DateInterval>;
487
+ default: import("./types").DateInterval;
488
+ };
465
489
  totalsChart: {
466
490
  type: import("vue").PropType<boolean>;
467
491
  default: boolean;
@@ -518,6 +542,10 @@ declare const ChartTypes: () => ({
518
542
  type: import("vue").PropType<boolean>;
519
543
  default: boolean;
520
544
  };
545
+ empty: {
546
+ type: import("vue").PropType<boolean>;
547
+ default: boolean;
548
+ };
521
549
  noDataIcon: {
522
550
  type: import("vue").PropType<string>;
523
551
  default: string;
@@ -616,6 +644,10 @@ declare const ChartTypes: () => ({
616
644
  type: import("vue").PropType<import("./types").ValueFormat>;
617
645
  default: string;
618
646
  };
647
+ xAxisDateInterval: {
648
+ type: import("vue").PropType<import("./types").DateInterval>;
649
+ default: import("./types").DateInterval;
650
+ };
619
651
  totalsChart: {
620
652
  type: import("vue").PropType<boolean>;
621
653
  default: boolean;
@@ -672,6 +704,10 @@ declare const ChartTypes: () => ({
672
704
  type: import("vue").PropType<boolean>;
673
705
  default: boolean;
674
706
  };
707
+ empty: {
708
+ type: import("vue").PropType<boolean>;
709
+ default: boolean;
710
+ };
675
711
  noDataIcon: {
676
712
  type: import("vue").PropType<string>;
677
713
  default: string;
@@ -733,6 +769,7 @@ declare const ChartTypes: () => ({
733
769
  chartType: ChartType;
734
770
  hideLegend: boolean;
735
771
  xAxisFormat: import("./types").ValueFormat;
772
+ xAxisDateInterval: import("./types").DateInterval;
736
773
  totalsChart: boolean;
737
774
  parsing: import("./types").ChartParsingConfig;
738
775
  yAxisFormat: import("./types").ValueFormat;
@@ -745,6 +782,7 @@ declare const ChartTypes: () => ({
745
782
  tickCount: number;
746
783
  truncateTickLabels: boolean;
747
784
  keepSubheaderVisible: boolean;
785
+ empty: boolean;
748
786
  noDataIcon: string;
749
787
  noDataTitle: string;
750
788
  noDataSubtitle: string;
@@ -6,6 +6,14 @@ export declare const SINGLE_DATASET_DATE: {
6
6
  value: number;
7
7
  }[];
8
8
  }[];
9
+ export declare const SINGLE_DATASET_DATE_MONTHLY: {
10
+ id: string;
11
+ label: string;
12
+ data: {
13
+ date: string;
14
+ value: number;
15
+ }[];
16
+ }[];
9
17
  export declare const SINGLE_DATASET_COUNTRY: {
10
18
  id: string;
11
19
  countryFlag: string;
@@ -8,6 +8,11 @@ export declare enum ChartType {
8
8
  StackedLine = "stackedLine",
9
9
  StackedBar = "stackedBar"
10
10
  }
11
+ export declare enum DateInterval {
12
+ DAILY = "daily",
13
+ WEEKLY = "weekly",
14
+ MONTHLY = "monthly"
15
+ }
11
16
  export type ChartDataRecord = Record<string, unknown>;
12
17
  export type ChartDataSet = {
13
18
  id: string | number;
@@ -1,6 +1,7 @@
1
- var e = /* @__PURE__ */ ((a) => (a.Line = "line", a.Bar = "bar", a.StackedLine = "stackedLine", a.StackedBar = "stackedBar", a))(e || {}), n = /* @__PURE__ */ ((a) => (a.Legend = "legend", a.YAxis = "yAxis", a))(n || {}), r = /* @__PURE__ */ ((a) => (a.UP = "up", a.DOWN = "down", a.NEUTRAL = "right", a))(r || {});
1
+ var e = /* @__PURE__ */ ((L) => (L.Line = "line", L.Bar = "bar", L.StackedLine = "stackedLine", L.StackedBar = "stackedBar", L))(e || {}), r = /* @__PURE__ */ ((L) => (L.DAILY = "daily", L.WEEKLY = "weekly", L.MONTHLY = "monthly", L))(r || {}), a = /* @__PURE__ */ ((L) => (L.Legend = "legend", L.YAxis = "yAxis", L))(a || {}), n = /* @__PURE__ */ ((L) => (L.UP = "up", L.DOWN = "down", L.NEUTRAL = "right", L))(n || {});
2
2
  export {
3
3
  e as ChartType,
4
- n as TooltipOrder,
5
- r as TrendDirection
4
+ r as DateInterval,
5
+ a as TooltipOrder,
6
+ n as TrendDirection
6
7
  };
@@ -1,4 +1,4 @@
1
1
  import { PrepareTicksLabelArgs, ValueFormat } from '@/components/chart/types';
2
2
  export declare const calcStepSize: (min: number, max: number, tickCount: number) => number;
3
- export declare const formatValue: (value: number | string, valueFormat: ValueFormat) => string;
3
+ export declare const formatValue: (value: number | string | Date, valueFormat: ValueFormat) => string;
4
4
  export declare const prepareTickLabel: ({ label, format, availableSpace, truncate, }: PrepareTicksLabelArgs) => string | string[];
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './AppTrigger.vue_vue_type_style_index_0_scoped_121aac8b_lang.css';
1
+ import './AppIcon.vue_vue_type_style_index_0_scoped_56ba337c_lang.css';
2
2
  import { AppTriggerTypes as eo } from "./components/appTrigger/index.js";
3
3
  import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
4
4
  import { MenuItemTypes as ao } from "./components/menuItem/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironsource/shared-ui",
3
- "version": "2.1.12-rc.17",
3
+ "version": "2.1.12-rc.18",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"
@@ -1 +0,0 @@
1
- .chart-container[data-v-82f5b24e]{border:1px solid var(--common-divider);background:var(--background-paper);display:flex;border-radius:0 0 6px 6px;width:100%}.chart-planes[data-v-82f5b24e]{width:100%;height:100%;overflow-y:auto}.chart-planes.with-legend[data-v-82f5b24e]{width:calc(100% - 221px)}.chart-planes .extra-chart-plane[data-v-82f5b24e]{border-top:1px solid var(--common-divider)}.chart-sidebar[data-v-82f5b24e]{border-left:1px solid var(--common-divider)}
@@ -1 +0,0 @@
1
- .chart-plane-container[data-v-5c80d8cd]{--headerHeight: var(--1ae03326);width:100%;height:var(--42303d50);position:relative}.header-wrapper[data-v-5c80d8cd]{position:absolute;width:100%;height:var(--headerHeight);top:0;z-index:1}.chart-plane[data-v-5c80d8cd]{padding-top:var(--headerHeight);height:100%}.chart[data-v-5c80d8cd]{width:100%;height:100%;position:relative}.chart__canvas[data-v-5c80d8cd]{width:100%;height:100%}.chart__tooltip[data-v-5c80d8cd]{position:absolute;pointer-events:none;transition:all .1s ease;min-width:214px;max-width:270px;z-index:1}
@@ -1 +0,0 @@
1
- .chart-tooltip[data-v-9e521454]{color:var(--text-primary);background:var(--common-white);box-shadow:0 4px 8px -2px #1018281f;border:1px solid var(--common-divider-elevation-0);border-radius:var(--border-radius-md);width:280px;padding:calc(var(--spacing-100) - 1px)}.color-box[data-v-9e521454]{width:12px;height:12px;border-radius:2px;display:inline-block;margin-right:var(--spacing-100)}.color-box+.platform-icon[data-v-9e521454]{margin-left:calc(var(--spacing-50) - var(--spacing-100))}.list[data-v-9e521454]{list-style:none;margin:0;padding:0}.list__item[data-v-9e521454]{display:flex;align-items:center;margin-bottom:var(--spacing-50);color:var(--text-secondary)}.list__item[data-v-9e521454]:last-child{margin-bottom:0}.platform-icon[data-v-9e521454]{color:var(--action-active);margin-right:var(--spacing-50)}.popover-label-wrapper[data-v-9e521454]{display:flex;width:200px;flex-grow:1}.truncated-label[data-v-9e521454]{max-width:90%}.tooltip-footer[data-v-9e521454]{display:flex;align-items:center;margin-top:var(--spacing-100);color:var(--text-primary)}.flex-grow[data-v-9e521454]{flex-grow:1}
@@ -1 +0,0 @@
1
- .tooltip-title-wrapper[data-v-9f6cf389]{display:flex;flex-direction:column;color:var(--text-primary);margin-bottom:var(--spacing-100)}.tooltip-title-wrapper .main-title[data-v-9f6cf389]{display:flex;align-items:center;gap:.25rem}.tooltip-title-wrapper .title-text[data-v-9f6cf389]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tooltip-title-wrapper .title-image[data-v-9f6cf389]{width:20px;height:20px;border-radius:4px}.tooltip-title-wrapper .tooltip-sub-title[data-v-9f6cf389]{color:var(--text-secondary)}.tooltip-title-wrapper .platform-icon[data-v-9f6cf389]{color:var(--action-active)}