@kong-ui-public/analytics-geo-map 1.4.14-pr.2580.4b6a36f6e.0 → 1.4.15-pr.2585.26129f960.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.
@@ -111,7 +111,7 @@ function oe({
111
111
  }), s = k(() => {
112
112
  const r = [];
113
113
  if (i.value.length > 10) {
114
- const u = [...i.value].sort((C, X) => C - X), h = re(u, 0.25), m = i.value.filter((C) => C >= h), _ = i.value.filter((C) => C < h), v = c0(m, 3), o0 = c0(_, 2);
114
+ const u = [...i.value].sort((C, X) => C - X), h = re(u, 0.75), m = i.value.filter((C) => C >= h), _ = i.value.filter((C) => C < h), v = c0(m, 3), o0 = c0(_, 2);
115
115
  return r.push(...v, ...o0), r;
116
116
  }
117
117
  return c0(i.value, n.value);