mooho-base-admin-plus 0.4.54 → 0.4.55
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.
|
@@ -30576,7 +30576,7 @@ const _sfc_main$J = {
|
|
|
30576
30576
|
});
|
|
30577
30577
|
return {
|
|
30578
30578
|
type: "pie",
|
|
30579
|
-
radius: (this.setting.
|
|
30579
|
+
radius: (this.setting.chartItemWidth == null ? 70 : this.setting.chartItemWidth) / count2,
|
|
30580
30580
|
center: [100 / (count2 + 1) * (index2 + 1) + "%", "50%"],
|
|
30581
30581
|
datasetIndex: index2,
|
|
30582
30582
|
data: Object.keys(keyData).map((key) => {
|
|
@@ -30630,7 +30630,7 @@ const _sfc_main$J = {
|
|
|
30630
30630
|
option2.series = chartSeries.map((item, index2) => {
|
|
30631
30631
|
return {
|
|
30632
30632
|
type: "pie",
|
|
30633
|
-
radius: (this.setting.
|
|
30633
|
+
radius: (this.setting.chartItemWidth == null ? 70 : this.setting.chartItemWidth) + 100 / count2,
|
|
30634
30634
|
center: [100 / (count2 + 1) * (index2 + 1) + "%", "50%"],
|
|
30635
30635
|
datasetIndex: index2,
|
|
30636
30636
|
data: this.data.map((data3) => {
|