scope360-core 0.0.476 → 0.0.477
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/scope360-core.js
CHANGED
|
@@ -23590,9 +23590,9 @@ const CR = /* @__PURE__ */ Xf("bar", VA), PR = /* @__PURE__ */ Xf("doughnut", WA
|
|
|
23590
23590
|
s.value !== null ? (w(), O("div", {
|
|
23591
23591
|
key: 1,
|
|
23592
23592
|
class: "chart-wrapper__label-tooltip",
|
|
23593
|
-
style: Je(
|
|
23594
|
-
left: `${r.value[s.value] - 25}px`
|
|
23595
|
-
|
|
23593
|
+
style: Je(
|
|
23594
|
+
t.data.labels.length === s.value + 1 ? { right: "0px" } : { left: `${r.value[s.value] - 25}px` }
|
|
23595
|
+
)
|
|
23596
23596
|
}, J(y(Fr)(i.data.labels[s.value])), 5)) : B("", !0)
|
|
23597
23597
|
]));
|
|
23598
23598
|
}
|