@bizy/core 20.5.1 → 20.5.2
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/fesm2022/bizy-core.mjs +2 -2
- package/fesm2022/bizy-core.mjs.map +1 -1
- package/index.d.ts +4 -1
- package/package.json +1 -1
package/fesm2022/bizy-core.mjs
CHANGED
|
@@ -4202,8 +4202,8 @@ class BizyPieChartComponent {
|
|
|
4202
4202
|
left: 'center',
|
|
4203
4203
|
top: 'center',
|
|
4204
4204
|
style: {
|
|
4205
|
-
text: this.centerLabel,
|
|
4206
|
-
fill: centerLabelColor,
|
|
4205
|
+
text: String(this.centerLabel.value),
|
|
4206
|
+
fill: this.centerLabel.color || centerLabelColor,
|
|
4207
4207
|
textAlign: 'center',
|
|
4208
4208
|
fontSize,
|
|
4209
4209
|
fontWeight: 'bold'
|