st-comp 0.0.27 → 0.0.28
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/lib/bundle.js +2 -2
- package/lib/bundle.umd.cjs +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/packages/Pie/index.vue +1 -1
- package/src/pages/Pie/index.vue +1 -0
package/lib/bundle.js
CHANGED
|
@@ -137614,7 +137614,7 @@ const D81 = /* @__PURE__ */ _e({
|
|
|
137614
137614
|
formatter: (G) => {
|
|
137615
137615
|
const a1 = F.data.find((o1) => o1.name === G);
|
|
137616
137616
|
return `${G}
|
|
137617
|
-
${a1.value}(${x(n(y(a1.value, q), 100))}%)`;
|
|
137617
|
+
${a1.value}(${typeof a1.percent == "number" ? a1.percent : x(n(y(a1.value, q), 100))}%)`;
|
|
137618
137618
|
}
|
|
137619
137619
|
},
|
|
137620
137620
|
series: [
|
|
@@ -137655,7 +137655,7 @@ ${a1.value}(${x(n(y(a1.value, q), 100))}%)`;
|
|
|
137655
137655
|
}, null, 512));
|
|
137656
137656
|
}
|
|
137657
137657
|
});
|
|
137658
|
-
const _81 = /* @__PURE__ */ A3(D81, [["__scopeId", "data-v-
|
|
137658
|
+
const _81 = /* @__PURE__ */ A3(D81, [["__scopeId", "data-v-1cbcfc26"]]), M81 = {
|
|
137659
137659
|
install(e) {
|
|
137660
137660
|
e.component("st-pie", _81);
|
|
137661
137661
|
}
|