@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/index.d.ts
CHANGED
|
@@ -972,7 +972,10 @@ interface IBizyPieChartData {
|
|
|
972
972
|
declare class BizyPieChartComponent {
|
|
973
973
|
#private;
|
|
974
974
|
resizeRef: HTMLElement | null;
|
|
975
|
-
centerLabel:
|
|
975
|
+
centerLabel: {
|
|
976
|
+
value: string | number;
|
|
977
|
+
color: string;
|
|
978
|
+
} | null;
|
|
976
979
|
type: 'pie' | 'donut';
|
|
977
980
|
legend: {
|
|
978
981
|
show?: boolean;
|