mrxy-yk 1.9.9 → 1.9.10
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.
|
@@ -78,9 +78,9 @@ export namespace PieModule {
|
|
|
78
78
|
// 颜色
|
|
79
79
|
color?: string[]
|
|
80
80
|
// 环形饼图内外圆心半径
|
|
81
|
-
radius?:
|
|
81
|
+
radius?: string | number | (string | number)[]
|
|
82
82
|
// 圆心位置
|
|
83
|
-
center?:
|
|
83
|
+
center?: string | number | (string | number)[]
|
|
84
84
|
/**
|
|
85
85
|
* 格式化图例
|
|
86
86
|
* @example
|