realreport-designer 1.10.4 → 1.10.5
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/dist/realreport-designer.cjs +262 -251
- package/dist/realreport-designer.d.ts +2 -0
- package/dist/realreport-designer.js +82534 -84498
- package/dist/realreport-designer.umd.js +262 -251
- package/dist/styles/realreport-designer.css +12 -1
- package/package.json +1 -1
|
@@ -9345,6 +9345,8 @@ declare interface RCSeriesPointLabelConfig {
|
|
|
9345
9345
|
style?: RCSvgStyles;
|
|
9346
9346
|
offset?: number;
|
|
9347
9347
|
position?: RCSeriesPointLabelPosition;
|
|
9348
|
+
numberFormat?: string;
|
|
9349
|
+
numberSymbols?: string;
|
|
9348
9350
|
}
|
|
9349
9351
|
|
|
9350
9352
|
declare enum RCSeriesPointLabelPosition {
|