@visactor/vseed 0.1.12 → 0.1.14

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.
Files changed (197) hide show
  1. package/dist/cjs/index.cjs +1 -1
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/esm/builder/builder/advanced/colorItems.js +3 -2
  4. package/dist/esm/builder/builder/advanced/colorItems.js.map +1 -1
  5. package/dist/esm/builder/builder/build.js +0 -2
  6. package/dist/esm/builder/builder/build.js.map +1 -1
  7. package/dist/esm/builder/builder/buildAdvanced.js +3 -1
  8. package/dist/esm/builder/builder/buildAdvanced.js.map +1 -1
  9. package/dist/esm/builder/builder/buildSpec.js +3 -1
  10. package/dist/esm/builder/builder/buildSpec.js.map +1 -1
  11. package/dist/esm/builder/builder/builder.d.ts +2629 -121
  12. package/dist/esm/builder/builder/builder.js +1 -1
  13. package/dist/esm/builder/builder/builder.js.map +1 -1
  14. package/dist/esm/dataReshape/foldMeasures.js +16 -16
  15. package/dist/esm/dataReshape/foldMeasures.js.map +1 -1
  16. package/dist/esm/pipeline/advanced/chart/pipeline/area.js +3 -2
  17. package/dist/esm/pipeline/advanced/chart/pipeline/area.js.map +1 -1
  18. package/dist/esm/pipeline/advanced/chart/pipeline/areaPercent.js +3 -2
  19. package/dist/esm/pipeline/advanced/chart/pipeline/areaPercent.js.map +1 -1
  20. package/dist/esm/pipeline/advanced/chart/pipeline/bar.js +3 -2
  21. package/dist/esm/pipeline/advanced/chart/pipeline/bar.js.map +1 -1
  22. package/dist/esm/pipeline/advanced/chart/pipeline/barParallel.js +3 -2
  23. package/dist/esm/pipeline/advanced/chart/pipeline/barParallel.js.map +1 -1
  24. package/dist/esm/pipeline/advanced/chart/pipeline/barPercent.js +3 -2
  25. package/dist/esm/pipeline/advanced/chart/pipeline/barPercent.js.map +1 -1
  26. package/dist/esm/pipeline/advanced/chart/pipeline/column.js +3 -2
  27. package/dist/esm/pipeline/advanced/chart/pipeline/column.js.map +1 -1
  28. package/dist/esm/pipeline/advanced/chart/pipeline/columnParallel.js +3 -2
  29. package/dist/esm/pipeline/advanced/chart/pipeline/columnParallel.js.map +1 -1
  30. package/dist/esm/pipeline/advanced/chart/pipeline/columnPercent.js +3 -2
  31. package/dist/esm/pipeline/advanced/chart/pipeline/columnPercent.js.map +1 -1
  32. package/dist/esm/pipeline/advanced/chart/pipeline/donut.js +3 -2
  33. package/dist/esm/pipeline/advanced/chart/pipeline/donut.js.map +1 -1
  34. package/dist/esm/pipeline/advanced/chart/pipeline/dualAxis.js +3 -2
  35. package/dist/esm/pipeline/advanced/chart/pipeline/dualAxis.js.map +1 -1
  36. package/dist/esm/pipeline/advanced/chart/pipeline/funnel.js +3 -2
  37. package/dist/esm/pipeline/advanced/chart/pipeline/funnel.js.map +1 -1
  38. package/dist/esm/pipeline/advanced/chart/pipeline/heatmap.js +3 -2
  39. package/dist/esm/pipeline/advanced/chart/pipeline/heatmap.js.map +1 -1
  40. package/dist/esm/pipeline/advanced/chart/pipeline/line.js +3 -2
  41. package/dist/esm/pipeline/advanced/chart/pipeline/line.js.map +1 -1
  42. package/dist/esm/pipeline/advanced/chart/pipeline/pie.js +3 -2
  43. package/dist/esm/pipeline/advanced/chart/pipeline/pie.js.map +1 -1
  44. package/dist/esm/pipeline/advanced/chart/pipeline/radar.js +3 -2
  45. package/dist/esm/pipeline/advanced/chart/pipeline/radar.js.map +1 -1
  46. package/dist/esm/pipeline/advanced/chart/pipeline/rose.js +3 -2
  47. package/dist/esm/pipeline/advanced/chart/pipeline/rose.js.map +1 -1
  48. package/dist/esm/pipeline/advanced/chart/pipeline/roseParallel.js +3 -2
  49. package/dist/esm/pipeline/advanced/chart/pipeline/roseParallel.js.map +1 -1
  50. package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js +3 -2
  51. package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js.map +1 -1
  52. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/deleteTooltipAndLabelDimensions.d.ts +2 -0
  53. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/deleteTooltipAndLabelDimensions.js +12 -0
  54. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/deleteTooltipAndLabelDimensions.js.map +1 -0
  55. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/index.d.ts +1 -0
  56. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/index.js +1 -0
  57. package/dist/esm/pipeline/advanced/chart/pipes/encoding/{encodingAdapter.d.ts → adapter/encodingAdapter.d.ts} +1 -1
  58. package/dist/esm/pipeline/advanced/chart/pipes/encoding/{encodingAdapter.js → adapter/encodingAdapter.js} +1 -1
  59. package/dist/esm/pipeline/advanced/chart/pipes/encoding/adapter/encodingAdapter.js.map +1 -0
  60. package/dist/esm/pipeline/advanced/chart/pipes/encoding/adapter/index.d.ts +1 -0
  61. package/dist/esm/pipeline/advanced/chart/pipes/encoding/adapter/index.js +2 -0
  62. package/dist/esm/pipeline/advanced/chart/pipes/encoding/bar.js +12 -6
  63. package/dist/esm/pipeline/advanced/chart/pipes/encoding/bar.js.map +1 -1
  64. package/dist/esm/pipeline/advanced/chart/pipes/encoding/color/addColorToEncoding.d.ts +8 -0
  65. package/dist/esm/pipeline/advanced/chart/pipes/encoding/color/addColorToEncoding.js +13 -0
  66. package/dist/esm/pipeline/advanced/chart/pipes/encoding/color/addColorToEncoding.js.map +1 -0
  67. package/dist/esm/pipeline/advanced/chart/pipes/encoding/color/index.d.ts +1 -0
  68. package/dist/esm/pipeline/advanced/chart/pipes/encoding/color/index.js +2 -0
  69. package/dist/esm/pipeline/advanced/chart/pipes/encoding/column.js +12 -6
  70. package/dist/esm/pipeline/advanced/chart/pipes/encoding/column.js.map +1 -1
  71. package/dist/esm/pipeline/advanced/chart/pipes/encoding/dualAxis.js +12 -6
  72. package/dist/esm/pipeline/advanced/chart/pipes/encoding/dualAxis.js.map +1 -1
  73. package/dist/esm/pipeline/advanced/chart/pipes/encoding/funnel.js +12 -6
  74. package/dist/esm/pipeline/advanced/chart/pipes/encoding/funnel.js.map +1 -1
  75. package/dist/esm/pipeline/advanced/chart/pipes/encoding/heatmap.js +12 -6
  76. package/dist/esm/pipeline/advanced/chart/pipes/encoding/heatmap.js.map +1 -1
  77. package/dist/esm/pipeline/advanced/chart/pipes/encoding/index.d.ts +1 -1
  78. package/dist/esm/pipeline/advanced/chart/pipes/encoding/index.js +1 -1
  79. package/dist/esm/pipeline/advanced/chart/pipes/encoding/line.js +12 -6
  80. package/dist/esm/pipeline/advanced/chart/pipes/encoding/line.js.map +1 -1
  81. package/dist/esm/pipeline/advanced/chart/pipes/encoding/pie.js +12 -6
  82. package/dist/esm/pipeline/advanced/chart/pipes/encoding/pie.js.map +1 -1
  83. package/dist/esm/pipeline/advanced/chart/pipes/encoding/radar.js +12 -6
  84. package/dist/esm/pipeline/advanced/chart/pipes/encoding/radar.js.map +1 -1
  85. package/dist/esm/pipeline/advanced/chart/pipes/encoding/rose.js +12 -6
  86. package/dist/esm/pipeline/advanced/chart/pipes/encoding/rose.js.map +1 -1
  87. package/dist/esm/pipeline/advanced/chart/pipes/encoding/scatter.js +10 -4
  88. package/dist/esm/pipeline/advanced/chart/pipes/encoding/scatter.js.map +1 -1
  89. package/dist/esm/pipeline/advanced/chart/pipes/index.d.ts +1 -0
  90. package/dist/esm/pipeline/advanced/chart/pipes/index.js +1 -0
  91. package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteTooltipAndLabelMeasure.d.ts +2 -0
  92. package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteTooltipAndLabelMeasure.js +12 -0
  93. package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteTooltipAndLabelMeasure.js.map +1 -0
  94. package/dist/esm/pipeline/advanced/chart/pipes/measures/index.d.ts +1 -1
  95. package/dist/esm/pipeline/advanced/chart/pipes/measures/index.js +2 -2
  96. package/dist/esm/pipeline/advanced/table/pipes/init/index.d.ts +0 -1
  97. package/dist/esm/pipeline/advanced/table/pipes/init/index.js +0 -1
  98. package/dist/esm/pipeline/spec/chart/pipes/axes/angle.js +1 -0
  99. package/dist/esm/pipeline/spec/chart/pipes/axes/angle.js.map +1 -1
  100. package/dist/esm/pipeline/spec/chart/pipes/axes/radius.js +1 -0
  101. package/dist/esm/pipeline/spec/chart/pipes/axes/radius.js.map +1 -1
  102. package/dist/esm/pipeline/spec/chart/pipes/dual/dualChartType.js +2 -0
  103. package/dist/esm/pipeline/spec/chart/pipes/dual/dualChartType.js.map +1 -1
  104. package/dist/esm/pipeline/spec/chart/pipes/label/label.js +56 -22
  105. package/dist/esm/pipeline/spec/chart/pipes/label/label.js.map +1 -1
  106. package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.js +3 -3
  107. package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.js.map +1 -1
  108. package/dist/esm/pipeline/spec/chart/pipes/legend/discreteLegend.js +4 -4
  109. package/dist/esm/pipeline/spec/chart/pipes/legend/discreteLegend.js.map +1 -1
  110. package/dist/esm/pipeline/spec/chart/pipes/legend/pivotColorLegend.js +5 -5
  111. package/dist/esm/pipeline/spec/chart/pipes/legend/pivotColorLegend.js.map +1 -1
  112. package/dist/esm/pipeline/spec/chart/pipes/legend/pivotDiscreteLegend.js +4 -4
  113. package/dist/esm/pipeline/spec/chart/pipes/legend/pivotDiscreteLegend.js.map +1 -1
  114. package/dist/esm/pipeline/utils/dimensions/delete.d.ts +8 -0
  115. package/dist/esm/pipeline/utils/dimensions/delete.js +40 -0
  116. package/dist/esm/pipeline/utils/dimensions/delete.js.map +1 -0
  117. package/dist/esm/pipeline/utils/dimensions/find.d.ts +0 -2
  118. package/dist/esm/pipeline/utils/dimensions/find.js +0 -13
  119. package/dist/esm/pipeline/utils/dimensions/index.d.ts +2 -1
  120. package/dist/esm/pipeline/utils/dimensions/index.js +2 -1
  121. package/dist/esm/pipeline/utils/dimensions/typeGuard.d.ts +3 -0
  122. package/dist/esm/pipeline/utils/dimensions/typeGuard.js +5 -0
  123. package/dist/esm/pipeline/utils/dimensions/typeGuard.js.map +1 -0
  124. package/dist/esm/theme/dark.js +22 -5
  125. package/dist/esm/theme/dark.js.map +1 -1
  126. package/dist/esm/theme/light.js +22 -5
  127. package/dist/esm/theme/light.js.map +1 -1
  128. package/dist/esm/types/advancedVSeed.d.ts +1564 -76
  129. package/dist/esm/types/chartType/area/zArea.d.ts +43 -2
  130. package/dist/esm/types/chartType/areaPercent/zAreaPercent.d.ts +43 -2
  131. package/dist/esm/types/chartType/bar/zBar.d.ts +43 -2
  132. package/dist/esm/types/chartType/barParallel/zBarParallel.d.ts +43 -2
  133. package/dist/esm/types/chartType/barPercent/zBarPercent.d.ts +43 -2
  134. package/dist/esm/types/chartType/column/zColumn.d.ts +43 -2
  135. package/dist/esm/types/chartType/columnParallel/zColumnParallel.d.ts +43 -2
  136. package/dist/esm/types/chartType/columnPercent/zColumnPercent.d.ts +43 -2
  137. package/dist/esm/types/chartType/donut/zDonut.d.ts +43 -2
  138. package/dist/esm/types/chartType/dualAxis/zDualAxis.d.ts +43 -2
  139. package/dist/esm/types/chartType/funnel/zFunnel.d.ts +42 -1
  140. package/dist/esm/types/chartType/heatmap/zHeatmap.d.ts +42 -1
  141. package/dist/esm/types/chartType/line/zLine.d.ts +43 -2
  142. package/dist/esm/types/chartType/pie/zPie.d.ts +43 -2
  143. package/dist/esm/types/chartType/radar/zRadar.d.ts +43 -2
  144. package/dist/esm/types/chartType/rose/zRose.d.ts +43 -2
  145. package/dist/esm/types/chartType/roseParallel/zRoseParallel.d.ts +43 -2
  146. package/dist/esm/types/chartType/scatter/zScatter.d.ts +43 -2
  147. package/dist/esm/types/properties/config/axes/axis.d.ts +0 -47
  148. package/dist/esm/types/properties/config/axes/axis.js +0 -54
  149. package/dist/esm/types/properties/config/axes/bandAxis.d.ts +0 -79
  150. package/dist/esm/types/properties/config/axes/bandAxis.js +0 -48
  151. package/dist/esm/types/properties/config/axes/index.d.ts +6 -3
  152. package/dist/esm/types/properties/config/axes/index.js +3 -3
  153. package/dist/esm/types/properties/config/axes/linearAxis.d.ts +0 -81
  154. package/dist/esm/types/properties/config/axes/linearAxis.js +0 -45
  155. package/dist/esm/types/properties/config/axes/zAxis.d.ts +47 -0
  156. package/dist/esm/types/properties/config/axes/zAxis.js +54 -0
  157. package/dist/esm/types/properties/config/axes/zAxis.js.map +1 -0
  158. package/dist/esm/types/properties/config/axes/zBandAxis.d.ts +79 -0
  159. package/dist/esm/types/properties/config/axes/zBandAxis.js +48 -0
  160. package/dist/esm/types/properties/config/axes/zBandAxis.js.map +1 -0
  161. package/dist/esm/types/properties/config/axes/zLinearAxis.d.ts +81 -0
  162. package/dist/esm/types/properties/config/axes/zLinearAxis.js +45 -0
  163. package/dist/esm/types/properties/config/axes/zLinearAxis.js.map +1 -0
  164. package/dist/esm/types/properties/config/config.d.ts +1548 -73
  165. package/dist/esm/types/properties/config/config.js +2 -3
  166. package/dist/esm/types/properties/config/config.js.map +1 -1
  167. package/dist/esm/types/properties/config/label/index.d.ts +2 -1
  168. package/dist/esm/types/properties/config/label/index.js +1 -1
  169. package/dist/esm/types/properties/config/label/label.d.ts +52 -6
  170. package/dist/esm/types/properties/config/label/label.js +0 -7
  171. package/dist/esm/types/properties/config/label/zLabel.d.ts +45 -0
  172. package/dist/esm/types/properties/config/label/zLabel.js +20 -0
  173. package/dist/esm/types/properties/config/label/zLabel.js.map +1 -0
  174. package/dist/esm/types/properties/config/legend/legend.d.ts +6 -2
  175. package/dist/esm/types/properties/config/legend/legend.js +1 -1
  176. package/dist/esm/types/properties/config/legend/legend.js.map +1 -1
  177. package/dist/esm/types/properties/datasetReshapeInfo/datasetReshapeInfo.d.ts +8 -2
  178. package/dist/esm/types/properties/datasetReshapeInfo/zDatasetReshapeInfo.d.ts +24 -6
  179. package/dist/esm/types/properties/datasetReshapeInfo/zDatasetReshapeInfo.js +8 -2
  180. package/dist/esm/types/properties/datasetReshapeInfo/zDatasetReshapeInfo.js.map +1 -1
  181. package/dist/esm/types/properties/theme/customTheme.d.ts +1548 -72
  182. package/dist/esm/types/zVseed.d.ts +779 -41
  183. package/dist/umd/index.js +488 -282
  184. package/dist/umd/index.js.map +1 -1
  185. package/package.json +2 -2
  186. package/dist/esm/pipeline/advanced/chart/pipes/encoding/encodingAdapter.js.map +0 -1
  187. package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteTooltipMeasure.d.ts +0 -2
  188. package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteTooltipMeasure.js +0 -12
  189. package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteTooltipMeasure.js.map +0 -1
  190. package/dist/esm/pipeline/advanced/table/pipes/init/autoPivotDimensions.d.ts +0 -2
  191. package/dist/esm/pipeline/advanced/table/pipes/init/autoPivotDimensions.js +0 -52
  192. package/dist/esm/pipeline/advanced/table/pipes/init/autoPivotDimensions.js.map +0 -1
  193. package/dist/esm/pipeline/utils/dimensions/find.js.map +0 -1
  194. package/dist/esm/types/properties/config/axes/axis.js.map +0 -1
  195. package/dist/esm/types/properties/config/axes/bandAxis.js.map +0 -1
  196. package/dist/esm/types/properties/config/axes/linearAxis.js.map +0 -1
  197. package/dist/esm/types/properties/config/label/label.js.map +0 -1
@@ -53,8 +53,14 @@ export declare class Builder implements VSeedBuilder {
53
53
  index: number;
54
54
  foldInfo: {
55
55
  foldMap: Record<string, string | undefined>;
56
- colorRange: number[];
57
- measureRange: number[];
56
+ statistics: {
57
+ min: number;
58
+ max: number;
59
+ sum: number;
60
+ count: number;
61
+ colorMin: number;
62
+ colorMax: number;
63
+ };
58
64
  measureId: string;
59
65
  measureName: string;
60
66
  measureValue: string;
@@ -71,8 +77,14 @@ export declare class Builder implements VSeedBuilder {
71
77
  };
72
78
  foldInfoList?: {
73
79
  foldMap: Record<string, string | undefined>;
74
- colorRange: number[];
75
- measureRange: number[];
80
+ statistics: {
81
+ min: number;
82
+ max: number;
83
+ sum: number;
84
+ count: number;
85
+ colorMin: number;
86
+ colorMax: number;
87
+ };
76
88
  measureId: string;
77
89
  measureName: string;
78
90
  measureValue: string;
@@ -153,6 +165,29 @@ export declare class Builder implements VSeedBuilder {
153
165
  backgroundColor?: string | null | undefined;
154
166
  label?: {
155
167
  enable?: boolean | null | undefined;
168
+ wrap?: boolean | null | undefined;
169
+ showValue?: boolean | null | undefined;
170
+ showValuePercent?: boolean | null | undefined;
171
+ autoFormat?: boolean | null | undefined;
172
+ numFormat?: {
173
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
174
+ ratio?: number | undefined;
175
+ symbol?: string | undefined;
176
+ thousandSeparator?: boolean | undefined;
177
+ prefix?: string | undefined;
178
+ suffix?: string | undefined;
179
+ fractionDigits?: number | undefined;
180
+ significantDigits?: number | undefined;
181
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
182
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
183
+ } | null | undefined;
184
+ labelFontSize?: number | null | undefined;
185
+ labelFontWeight?: string | number | null | undefined;
186
+ labelBackgroundColor?: string | null | undefined;
187
+ labelColor?: string | null | undefined;
188
+ labelColorSmartInvert?: boolean | null | undefined;
189
+ labelPosition?: string | null | undefined;
190
+ labelOverlap?: boolean | null | undefined;
156
191
  } | null | undefined;
157
192
  color?: {
158
193
  colorScheme?: string[] | null | undefined;
@@ -168,8 +203,8 @@ export declare class Builder implements VSeedBuilder {
168
203
  maxSize?: number | null | undefined;
169
204
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
170
205
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
206
+ labelColor?: string | null | undefined;
171
207
  labelFontSize?: number | null | undefined;
172
- labelFontColor?: string | null | undefined;
173
208
  labelFontWeight?: string | number | null | undefined;
174
209
  } | null | undefined;
175
210
  xAxis?: {
@@ -263,6 +298,29 @@ export declare class Builder implements VSeedBuilder {
263
298
  backgroundColor?: string | null | undefined;
264
299
  label?: {
265
300
  enable?: boolean | null | undefined;
301
+ wrap?: boolean | null | undefined;
302
+ showValue?: boolean | null | undefined;
303
+ showValuePercent?: boolean | null | undefined;
304
+ autoFormat?: boolean | null | undefined;
305
+ numFormat?: {
306
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
307
+ ratio?: number | undefined;
308
+ symbol?: string | undefined;
309
+ thousandSeparator?: boolean | undefined;
310
+ prefix?: string | undefined;
311
+ suffix?: string | undefined;
312
+ fractionDigits?: number | undefined;
313
+ significantDigits?: number | undefined;
314
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
315
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
316
+ } | null | undefined;
317
+ labelFontSize?: number | null | undefined;
318
+ labelFontWeight?: string | number | null | undefined;
319
+ labelBackgroundColor?: string | null | undefined;
320
+ labelColor?: string | null | undefined;
321
+ labelColorSmartInvert?: boolean | null | undefined;
322
+ labelPosition?: string | null | undefined;
323
+ labelOverlap?: boolean | null | undefined;
266
324
  } | null | undefined;
267
325
  color?: {
268
326
  colorScheme?: string[] | null | undefined;
@@ -278,8 +336,8 @@ export declare class Builder implements VSeedBuilder {
278
336
  maxSize?: number | null | undefined;
279
337
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
280
338
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
339
+ labelColor?: string | null | undefined;
281
340
  labelFontSize?: number | null | undefined;
282
- labelFontColor?: string | null | undefined;
283
341
  labelFontWeight?: string | number | null | undefined;
284
342
  } | null | undefined;
285
343
  xAxis?: {
@@ -374,6 +432,29 @@ export declare class Builder implements VSeedBuilder {
374
432
  backgroundColor?: string | null | undefined;
375
433
  label?: {
376
434
  enable?: boolean | null | undefined;
435
+ wrap?: boolean | null | undefined;
436
+ showValue?: boolean | null | undefined;
437
+ showValuePercent?: boolean | null | undefined;
438
+ autoFormat?: boolean | null | undefined;
439
+ numFormat?: {
440
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
441
+ ratio?: number | undefined;
442
+ symbol?: string | undefined;
443
+ thousandSeparator?: boolean | undefined;
444
+ prefix?: string | undefined;
445
+ suffix?: string | undefined;
446
+ fractionDigits?: number | undefined;
447
+ significantDigits?: number | undefined;
448
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
449
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
450
+ } | null | undefined;
451
+ labelFontSize?: number | null | undefined;
452
+ labelFontWeight?: string | number | null | undefined;
453
+ labelBackgroundColor?: string | null | undefined;
454
+ labelColor?: string | null | undefined;
455
+ labelColorSmartInvert?: boolean | null | undefined;
456
+ labelPosition?: string | null | undefined;
457
+ labelOverlap?: boolean | null | undefined;
377
458
  } | null | undefined;
378
459
  color?: {
379
460
  colorScheme?: string[] | null | undefined;
@@ -389,8 +470,8 @@ export declare class Builder implements VSeedBuilder {
389
470
  maxSize?: number | null | undefined;
390
471
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
391
472
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
473
+ labelColor?: string | null | undefined;
392
474
  labelFontSize?: number | null | undefined;
393
- labelFontColor?: string | null | undefined;
394
475
  labelFontWeight?: string | number | null | undefined;
395
476
  } | null | undefined;
396
477
  xAxis?: {
@@ -485,6 +566,29 @@ export declare class Builder implements VSeedBuilder {
485
566
  backgroundColor?: string | null | undefined;
486
567
  label?: {
487
568
  enable?: boolean | null | undefined;
569
+ wrap?: boolean | null | undefined;
570
+ showValue?: boolean | null | undefined;
571
+ showValuePercent?: boolean | null | undefined;
572
+ autoFormat?: boolean | null | undefined;
573
+ numFormat?: {
574
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
575
+ ratio?: number | undefined;
576
+ symbol?: string | undefined;
577
+ thousandSeparator?: boolean | undefined;
578
+ prefix?: string | undefined;
579
+ suffix?: string | undefined;
580
+ fractionDigits?: number | undefined;
581
+ significantDigits?: number | undefined;
582
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
583
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
584
+ } | null | undefined;
585
+ labelFontSize?: number | null | undefined;
586
+ labelFontWeight?: string | number | null | undefined;
587
+ labelBackgroundColor?: string | null | undefined;
588
+ labelColor?: string | null | undefined;
589
+ labelColorSmartInvert?: boolean | null | undefined;
590
+ labelPosition?: string | null | undefined;
591
+ labelOverlap?: boolean | null | undefined;
488
592
  } | null | undefined;
489
593
  color?: {
490
594
  colorScheme?: string[] | null | undefined;
@@ -500,8 +604,8 @@ export declare class Builder implements VSeedBuilder {
500
604
  maxSize?: number | null | undefined;
501
605
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
502
606
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
607
+ labelColor?: string | null | undefined;
503
608
  labelFontSize?: number | null | undefined;
504
- labelFontColor?: string | null | undefined;
505
609
  labelFontWeight?: string | number | null | undefined;
506
610
  } | null | undefined;
507
611
  xAxis?: {
@@ -596,6 +700,29 @@ export declare class Builder implements VSeedBuilder {
596
700
  backgroundColor?: string | null | undefined;
597
701
  label?: {
598
702
  enable?: boolean | null | undefined;
703
+ wrap?: boolean | null | undefined;
704
+ showValue?: boolean | null | undefined;
705
+ showValuePercent?: boolean | null | undefined;
706
+ autoFormat?: boolean | null | undefined;
707
+ numFormat?: {
708
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
709
+ ratio?: number | undefined;
710
+ symbol?: string | undefined;
711
+ thousandSeparator?: boolean | undefined;
712
+ prefix?: string | undefined;
713
+ suffix?: string | undefined;
714
+ fractionDigits?: number | undefined;
715
+ significantDigits?: number | undefined;
716
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
717
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
718
+ } | null | undefined;
719
+ labelFontSize?: number | null | undefined;
720
+ labelFontWeight?: string | number | null | undefined;
721
+ labelBackgroundColor?: string | null | undefined;
722
+ labelColor?: string | null | undefined;
723
+ labelColorSmartInvert?: boolean | null | undefined;
724
+ labelPosition?: string | null | undefined;
725
+ labelOverlap?: boolean | null | undefined;
599
726
  } | null | undefined;
600
727
  color?: {
601
728
  colorScheme?: string[] | null | undefined;
@@ -611,8 +738,8 @@ export declare class Builder implements VSeedBuilder {
611
738
  maxSize?: number | null | undefined;
612
739
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
613
740
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
741
+ labelColor?: string | null | undefined;
614
742
  labelFontSize?: number | null | undefined;
615
- labelFontColor?: string | null | undefined;
616
743
  labelFontWeight?: string | number | null | undefined;
617
744
  } | null | undefined;
618
745
  xAxis?: {
@@ -707,6 +834,29 @@ export declare class Builder implements VSeedBuilder {
707
834
  backgroundColor?: string | null | undefined;
708
835
  label?: {
709
836
  enable?: boolean | null | undefined;
837
+ wrap?: boolean | null | undefined;
838
+ showValue?: boolean | null | undefined;
839
+ showValuePercent?: boolean | null | undefined;
840
+ autoFormat?: boolean | null | undefined;
841
+ numFormat?: {
842
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
843
+ ratio?: number | undefined;
844
+ symbol?: string | undefined;
845
+ thousandSeparator?: boolean | undefined;
846
+ prefix?: string | undefined;
847
+ suffix?: string | undefined;
848
+ fractionDigits?: number | undefined;
849
+ significantDigits?: number | undefined;
850
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
851
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
852
+ } | null | undefined;
853
+ labelFontSize?: number | null | undefined;
854
+ labelFontWeight?: string | number | null | undefined;
855
+ labelBackgroundColor?: string | null | undefined;
856
+ labelColor?: string | null | undefined;
857
+ labelColorSmartInvert?: boolean | null | undefined;
858
+ labelPosition?: string | null | undefined;
859
+ labelOverlap?: boolean | null | undefined;
710
860
  } | null | undefined;
711
861
  color?: {
712
862
  colorScheme?: string[] | null | undefined;
@@ -722,8 +872,8 @@ export declare class Builder implements VSeedBuilder {
722
872
  maxSize?: number | null | undefined;
723
873
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
724
874
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
875
+ labelColor?: string | null | undefined;
725
876
  labelFontSize?: number | null | undefined;
726
- labelFontColor?: string | null | undefined;
727
877
  labelFontWeight?: string | number | null | undefined;
728
878
  } | null | undefined;
729
879
  xAxis?: {
@@ -818,6 +968,29 @@ export declare class Builder implements VSeedBuilder {
818
968
  backgroundColor?: string | null | undefined;
819
969
  label?: {
820
970
  enable?: boolean | null | undefined;
971
+ wrap?: boolean | null | undefined;
972
+ showValue?: boolean | null | undefined;
973
+ showValuePercent?: boolean | null | undefined;
974
+ autoFormat?: boolean | null | undefined;
975
+ numFormat?: {
976
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
977
+ ratio?: number | undefined;
978
+ symbol?: string | undefined;
979
+ thousandSeparator?: boolean | undefined;
980
+ prefix?: string | undefined;
981
+ suffix?: string | undefined;
982
+ fractionDigits?: number | undefined;
983
+ significantDigits?: number | undefined;
984
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
985
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
986
+ } | null | undefined;
987
+ labelFontSize?: number | null | undefined;
988
+ labelFontWeight?: string | number | null | undefined;
989
+ labelBackgroundColor?: string | null | undefined;
990
+ labelColor?: string | null | undefined;
991
+ labelColorSmartInvert?: boolean | null | undefined;
992
+ labelPosition?: string | null | undefined;
993
+ labelOverlap?: boolean | null | undefined;
821
994
  } | null | undefined;
822
995
  color?: {
823
996
  colorScheme?: string[] | null | undefined;
@@ -833,8 +1006,8 @@ export declare class Builder implements VSeedBuilder {
833
1006
  maxSize?: number | null | undefined;
834
1007
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
835
1008
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
1009
+ labelColor?: string | null | undefined;
836
1010
  labelFontSize?: number | null | undefined;
837
- labelFontColor?: string | null | undefined;
838
1011
  labelFontWeight?: string | number | null | undefined;
839
1012
  } | null | undefined;
840
1013
  xAxis?: {
@@ -929,6 +1102,29 @@ export declare class Builder implements VSeedBuilder {
929
1102
  backgroundColor?: string | null | undefined;
930
1103
  label?: {
931
1104
  enable?: boolean | null | undefined;
1105
+ wrap?: boolean | null | undefined;
1106
+ showValue?: boolean | null | undefined;
1107
+ showValuePercent?: boolean | null | undefined;
1108
+ autoFormat?: boolean | null | undefined;
1109
+ numFormat?: {
1110
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
1111
+ ratio?: number | undefined;
1112
+ symbol?: string | undefined;
1113
+ thousandSeparator?: boolean | undefined;
1114
+ prefix?: string | undefined;
1115
+ suffix?: string | undefined;
1116
+ fractionDigits?: number | undefined;
1117
+ significantDigits?: number | undefined;
1118
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
1119
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
1120
+ } | null | undefined;
1121
+ labelFontSize?: number | null | undefined;
1122
+ labelFontWeight?: string | number | null | undefined;
1123
+ labelBackgroundColor?: string | null | undefined;
1124
+ labelColor?: string | null | undefined;
1125
+ labelColorSmartInvert?: boolean | null | undefined;
1126
+ labelPosition?: string | null | undefined;
1127
+ labelOverlap?: boolean | null | undefined;
932
1128
  } | null | undefined;
933
1129
  color?: {
934
1130
  colorScheme?: string[] | null | undefined;
@@ -944,8 +1140,8 @@ export declare class Builder implements VSeedBuilder {
944
1140
  maxSize?: number | null | undefined;
945
1141
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
946
1142
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
1143
+ labelColor?: string | null | undefined;
947
1144
  labelFontSize?: number | null | undefined;
948
- labelFontColor?: string | null | undefined;
949
1145
  labelFontWeight?: string | number | null | undefined;
950
1146
  } | null | undefined;
951
1147
  xAxis?: {
@@ -1039,6 +1235,29 @@ export declare class Builder implements VSeedBuilder {
1039
1235
  backgroundColor?: string | null | undefined;
1040
1236
  label?: {
1041
1237
  enable?: boolean | null | undefined;
1238
+ wrap?: boolean | null | undefined;
1239
+ showValue?: boolean | null | undefined;
1240
+ showValuePercent?: boolean | null | undefined;
1241
+ autoFormat?: boolean | null | undefined;
1242
+ numFormat?: {
1243
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
1244
+ ratio?: number | undefined;
1245
+ symbol?: string | undefined;
1246
+ thousandSeparator?: boolean | undefined;
1247
+ prefix?: string | undefined;
1248
+ suffix?: string | undefined;
1249
+ fractionDigits?: number | undefined;
1250
+ significantDigits?: number | undefined;
1251
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
1252
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
1253
+ } | null | undefined;
1254
+ labelFontSize?: number | null | undefined;
1255
+ labelFontWeight?: string | number | null | undefined;
1256
+ labelBackgroundColor?: string | null | undefined;
1257
+ labelColor?: string | null | undefined;
1258
+ labelColorSmartInvert?: boolean | null | undefined;
1259
+ labelPosition?: string | null | undefined;
1260
+ labelOverlap?: boolean | null | undefined;
1042
1261
  } | null | undefined;
1043
1262
  color?: {
1044
1263
  colorScheme?: string[] | null | undefined;
@@ -1054,8 +1273,8 @@ export declare class Builder implements VSeedBuilder {
1054
1273
  maxSize?: number | null | undefined;
1055
1274
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
1056
1275
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
1276
+ labelColor?: string | null | undefined;
1057
1277
  labelFontSize?: number | null | undefined;
1058
- labelFontColor?: string | null | undefined;
1059
1278
  labelFontWeight?: string | number | null | undefined;
1060
1279
  } | null | undefined;
1061
1280
  xAxis?: {
@@ -1149,6 +1368,29 @@ export declare class Builder implements VSeedBuilder {
1149
1368
  backgroundColor?: string | null | undefined;
1150
1369
  label?: {
1151
1370
  enable?: boolean | null | undefined;
1371
+ wrap?: boolean | null | undefined;
1372
+ showValue?: boolean | null | undefined;
1373
+ showValuePercent?: boolean | null | undefined;
1374
+ autoFormat?: boolean | null | undefined;
1375
+ numFormat?: {
1376
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
1377
+ ratio?: number | undefined;
1378
+ symbol?: string | undefined;
1379
+ thousandSeparator?: boolean | undefined;
1380
+ prefix?: string | undefined;
1381
+ suffix?: string | undefined;
1382
+ fractionDigits?: number | undefined;
1383
+ significantDigits?: number | undefined;
1384
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
1385
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
1386
+ } | null | undefined;
1387
+ labelFontSize?: number | null | undefined;
1388
+ labelFontWeight?: string | number | null | undefined;
1389
+ labelBackgroundColor?: string | null | undefined;
1390
+ labelColor?: string | null | undefined;
1391
+ labelColorSmartInvert?: boolean | null | undefined;
1392
+ labelPosition?: string | null | undefined;
1393
+ labelOverlap?: boolean | null | undefined;
1152
1394
  } | null | undefined;
1153
1395
  color?: {
1154
1396
  colorScheme?: string[] | null | undefined;
@@ -1164,8 +1406,8 @@ export declare class Builder implements VSeedBuilder {
1164
1406
  maxSize?: number | null | undefined;
1165
1407
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
1166
1408
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
1409
+ labelColor?: string | null | undefined;
1167
1410
  labelFontSize?: number | null | undefined;
1168
- labelFontColor?: string | null | undefined;
1169
1411
  labelFontWeight?: string | number | null | undefined;
1170
1412
  } | null | undefined;
1171
1413
  xAxis?: {
@@ -1260,6 +1502,29 @@ export declare class Builder implements VSeedBuilder {
1260
1502
  backgroundColor?: string | null | undefined;
1261
1503
  label?: {
1262
1504
  enable?: boolean | null | undefined;
1505
+ wrap?: boolean | null | undefined;
1506
+ showValue?: boolean | null | undefined;
1507
+ showValuePercent?: boolean | null | undefined;
1508
+ autoFormat?: boolean | null | undefined;
1509
+ numFormat?: {
1510
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
1511
+ ratio?: number | undefined;
1512
+ symbol?: string | undefined;
1513
+ thousandSeparator?: boolean | undefined;
1514
+ prefix?: string | undefined;
1515
+ suffix?: string | undefined;
1516
+ fractionDigits?: number | undefined;
1517
+ significantDigits?: number | undefined;
1518
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
1519
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
1520
+ } | null | undefined;
1521
+ labelFontSize?: number | null | undefined;
1522
+ labelFontWeight?: string | number | null | undefined;
1523
+ labelBackgroundColor?: string | null | undefined;
1524
+ labelColor?: string | null | undefined;
1525
+ labelColorSmartInvert?: boolean | null | undefined;
1526
+ labelPosition?: string | null | undefined;
1527
+ labelOverlap?: boolean | null | undefined;
1263
1528
  } | null | undefined;
1264
1529
  color?: {
1265
1530
  colorScheme?: string[] | null | undefined;
@@ -1275,8 +1540,8 @@ export declare class Builder implements VSeedBuilder {
1275
1540
  maxSize?: number | null | undefined;
1276
1541
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
1277
1542
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
1543
+ labelColor?: string | null | undefined;
1278
1544
  labelFontSize?: number | null | undefined;
1279
- labelFontColor?: string | null | undefined;
1280
1545
  labelFontWeight?: string | number | null | undefined;
1281
1546
  } | null | undefined;
1282
1547
  dualChartType?: {
@@ -1496,6 +1761,29 @@ export declare class Builder implements VSeedBuilder {
1496
1761
  backgroundColor?: string | null | undefined;
1497
1762
  label?: {
1498
1763
  enable?: boolean | null | undefined;
1764
+ wrap?: boolean | null | undefined;
1765
+ showValue?: boolean | null | undefined;
1766
+ showValuePercent?: boolean | null | undefined;
1767
+ autoFormat?: boolean | null | undefined;
1768
+ numFormat?: {
1769
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
1770
+ ratio?: number | undefined;
1771
+ symbol?: string | undefined;
1772
+ thousandSeparator?: boolean | undefined;
1773
+ prefix?: string | undefined;
1774
+ suffix?: string | undefined;
1775
+ fractionDigits?: number | undefined;
1776
+ significantDigits?: number | undefined;
1777
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
1778
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
1779
+ } | null | undefined;
1780
+ labelFontSize?: number | null | undefined;
1781
+ labelFontWeight?: string | number | null | undefined;
1782
+ labelBackgroundColor?: string | null | undefined;
1783
+ labelColor?: string | null | undefined;
1784
+ labelColorSmartInvert?: boolean | null | undefined;
1785
+ labelPosition?: string | null | undefined;
1786
+ labelOverlap?: boolean | null | undefined;
1499
1787
  } | null | undefined;
1500
1788
  color?: {
1501
1789
  colorScheme?: string[] | null | undefined;
@@ -1511,8 +1799,8 @@ export declare class Builder implements VSeedBuilder {
1511
1799
  maxSize?: number | null | undefined;
1512
1800
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
1513
1801
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
1802
+ labelColor?: string | null | undefined;
1514
1803
  labelFontSize?: number | null | undefined;
1515
- labelFontColor?: string | null | undefined;
1516
1804
  labelFontWeight?: string | number | null | undefined;
1517
1805
  } | null | undefined;
1518
1806
  } | null | undefined;
@@ -1520,6 +1808,29 @@ export declare class Builder implements VSeedBuilder {
1520
1808
  backgroundColor?: string | null | undefined;
1521
1809
  label?: {
1522
1810
  enable?: boolean | null | undefined;
1811
+ wrap?: boolean | null | undefined;
1812
+ showValue?: boolean | null | undefined;
1813
+ showValuePercent?: boolean | null | undefined;
1814
+ autoFormat?: boolean | null | undefined;
1815
+ numFormat?: {
1816
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
1817
+ ratio?: number | undefined;
1818
+ symbol?: string | undefined;
1819
+ thousandSeparator?: boolean | undefined;
1820
+ prefix?: string | undefined;
1821
+ suffix?: string | undefined;
1822
+ fractionDigits?: number | undefined;
1823
+ significantDigits?: number | undefined;
1824
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
1825
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
1826
+ } | null | undefined;
1827
+ labelFontSize?: number | null | undefined;
1828
+ labelFontWeight?: string | number | null | undefined;
1829
+ labelBackgroundColor?: string | null | undefined;
1830
+ labelColor?: string | null | undefined;
1831
+ labelColorSmartInvert?: boolean | null | undefined;
1832
+ labelPosition?: string | null | undefined;
1833
+ labelOverlap?: boolean | null | undefined;
1523
1834
  } | null | undefined;
1524
1835
  color?: {
1525
1836
  colorScheme?: string[] | null | undefined;
@@ -1535,8 +1846,8 @@ export declare class Builder implements VSeedBuilder {
1535
1846
  maxSize?: number | null | undefined;
1536
1847
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
1537
1848
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
1849
+ labelColor?: string | null | undefined;
1538
1850
  labelFontSize?: number | null | undefined;
1539
- labelFontColor?: string | null | undefined;
1540
1851
  labelFontWeight?: string | number | null | undefined;
1541
1852
  } | null | undefined;
1542
1853
  } | null | undefined;
@@ -1544,6 +1855,29 @@ export declare class Builder implements VSeedBuilder {
1544
1855
  backgroundColor?: string | null | undefined;
1545
1856
  label?: {
1546
1857
  enable?: boolean | null | undefined;
1858
+ wrap?: boolean | null | undefined;
1859
+ showValue?: boolean | null | undefined;
1860
+ showValuePercent?: boolean | null | undefined;
1861
+ autoFormat?: boolean | null | undefined;
1862
+ numFormat?: {
1863
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
1864
+ ratio?: number | undefined;
1865
+ symbol?: string | undefined;
1866
+ thousandSeparator?: boolean | undefined;
1867
+ prefix?: string | undefined;
1868
+ suffix?: string | undefined;
1869
+ fractionDigits?: number | undefined;
1870
+ significantDigits?: number | undefined;
1871
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
1872
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
1873
+ } | null | undefined;
1874
+ labelFontSize?: number | null | undefined;
1875
+ labelFontWeight?: string | number | null | undefined;
1876
+ labelBackgroundColor?: string | null | undefined;
1877
+ labelColor?: string | null | undefined;
1878
+ labelColorSmartInvert?: boolean | null | undefined;
1879
+ labelPosition?: string | null | undefined;
1880
+ labelOverlap?: boolean | null | undefined;
1547
1881
  } | null | undefined;
1548
1882
  color?: {
1549
1883
  colorScheme?: string[] | null | undefined;
@@ -1559,8 +1893,8 @@ export declare class Builder implements VSeedBuilder {
1559
1893
  maxSize?: number | null | undefined;
1560
1894
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
1561
1895
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
1896
+ labelColor?: string | null | undefined;
1562
1897
  labelFontSize?: number | null | undefined;
1563
- labelFontColor?: string | null | undefined;
1564
1898
  labelFontWeight?: string | number | null | undefined;
1565
1899
  } | null | undefined;
1566
1900
  } | null | undefined;
@@ -1568,6 +1902,29 @@ export declare class Builder implements VSeedBuilder {
1568
1902
  backgroundColor?: string | null | undefined;
1569
1903
  label?: {
1570
1904
  enable?: boolean | null | undefined;
1905
+ wrap?: boolean | null | undefined;
1906
+ showValue?: boolean | null | undefined;
1907
+ showValuePercent?: boolean | null | undefined;
1908
+ autoFormat?: boolean | null | undefined;
1909
+ numFormat?: {
1910
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
1911
+ ratio?: number | undefined;
1912
+ symbol?: string | undefined;
1913
+ thousandSeparator?: boolean | undefined;
1914
+ prefix?: string | undefined;
1915
+ suffix?: string | undefined;
1916
+ fractionDigits?: number | undefined;
1917
+ significantDigits?: number | undefined;
1918
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
1919
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
1920
+ } | null | undefined;
1921
+ labelFontSize?: number | null | undefined;
1922
+ labelFontWeight?: string | number | null | undefined;
1923
+ labelBackgroundColor?: string | null | undefined;
1924
+ labelColor?: string | null | undefined;
1925
+ labelColorSmartInvert?: boolean | null | undefined;
1926
+ labelPosition?: string | null | undefined;
1927
+ labelOverlap?: boolean | null | undefined;
1571
1928
  } | null | undefined;
1572
1929
  color?: {
1573
1930
  colorScheme?: string[] | null | undefined;
@@ -1583,8 +1940,8 @@ export declare class Builder implements VSeedBuilder {
1583
1940
  maxSize?: number | null | undefined;
1584
1941
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
1585
1942
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
1943
+ labelColor?: string | null | undefined;
1586
1944
  labelFontSize?: number | null | undefined;
1587
- labelFontColor?: string | null | undefined;
1588
1945
  labelFontWeight?: string | number | null | undefined;
1589
1946
  } | null | undefined;
1590
1947
  } | null | undefined;
@@ -1592,6 +1949,29 @@ export declare class Builder implements VSeedBuilder {
1592
1949
  backgroundColor?: string | null | undefined;
1593
1950
  label?: {
1594
1951
  enable?: boolean | null | undefined;
1952
+ wrap?: boolean | null | undefined;
1953
+ showValue?: boolean | null | undefined;
1954
+ showValuePercent?: boolean | null | undefined;
1955
+ autoFormat?: boolean | null | undefined;
1956
+ numFormat?: {
1957
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
1958
+ ratio?: number | undefined;
1959
+ symbol?: string | undefined;
1960
+ thousandSeparator?: boolean | undefined;
1961
+ prefix?: string | undefined;
1962
+ suffix?: string | undefined;
1963
+ fractionDigits?: number | undefined;
1964
+ significantDigits?: number | undefined;
1965
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
1966
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
1967
+ } | null | undefined;
1968
+ labelFontSize?: number | null | undefined;
1969
+ labelFontWeight?: string | number | null | undefined;
1970
+ labelBackgroundColor?: string | null | undefined;
1971
+ labelColor?: string | null | undefined;
1972
+ labelColorSmartInvert?: boolean | null | undefined;
1973
+ labelPosition?: string | null | undefined;
1974
+ labelOverlap?: boolean | null | undefined;
1595
1975
  } | null | undefined;
1596
1976
  color?: {
1597
1977
  colorScheme?: string[] | null | undefined;
@@ -1607,8 +1987,8 @@ export declare class Builder implements VSeedBuilder {
1607
1987
  maxSize?: number | null | undefined;
1608
1988
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
1609
1989
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
1990
+ labelColor?: string | null | undefined;
1610
1991
  labelFontSize?: number | null | undefined;
1611
- labelFontColor?: string | null | undefined;
1612
1992
  labelFontWeight?: string | number | null | undefined;
1613
1993
  } | null | undefined;
1614
1994
  } | null | undefined;
@@ -1616,6 +1996,29 @@ export declare class Builder implements VSeedBuilder {
1616
1996
  backgroundColor?: string | null | undefined;
1617
1997
  label?: {
1618
1998
  enable?: boolean | null | undefined;
1999
+ wrap?: boolean | null | undefined;
2000
+ showValue?: boolean | null | undefined;
2001
+ showValuePercent?: boolean | null | undefined;
2002
+ autoFormat?: boolean | null | undefined;
2003
+ numFormat?: {
2004
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
2005
+ ratio?: number | undefined;
2006
+ symbol?: string | undefined;
2007
+ thousandSeparator?: boolean | undefined;
2008
+ prefix?: string | undefined;
2009
+ suffix?: string | undefined;
2010
+ fractionDigits?: number | undefined;
2011
+ significantDigits?: number | undefined;
2012
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
2013
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
2014
+ } | null | undefined;
2015
+ labelFontSize?: number | null | undefined;
2016
+ labelFontWeight?: string | number | null | undefined;
2017
+ labelBackgroundColor?: string | null | undefined;
2018
+ labelColor?: string | null | undefined;
2019
+ labelColorSmartInvert?: boolean | null | undefined;
2020
+ labelPosition?: string | null | undefined;
2021
+ labelOverlap?: boolean | null | undefined;
1619
2022
  } | null | undefined;
1620
2023
  color?: {
1621
2024
  colorScheme?: string[] | null | undefined;
@@ -1631,8 +2034,8 @@ export declare class Builder implements VSeedBuilder {
1631
2034
  maxSize?: number | null | undefined;
1632
2035
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
1633
2036
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
2037
+ labelColor?: string | null | undefined;
1634
2038
  labelFontSize?: number | null | undefined;
1635
- labelFontColor?: string | null | undefined;
1636
2039
  labelFontWeight?: string | number | null | undefined;
1637
2040
  } | null | undefined;
1638
2041
  } | null | undefined;
@@ -1640,6 +2043,29 @@ export declare class Builder implements VSeedBuilder {
1640
2043
  backgroundColor?: string | null | undefined;
1641
2044
  label?: {
1642
2045
  enable?: boolean | null | undefined;
2046
+ wrap?: boolean | null | undefined;
2047
+ showValue?: boolean | null | undefined;
2048
+ showValuePercent?: boolean | null | undefined;
2049
+ autoFormat?: boolean | null | undefined;
2050
+ numFormat?: {
2051
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
2052
+ ratio?: number | undefined;
2053
+ symbol?: string | undefined;
2054
+ thousandSeparator?: boolean | undefined;
2055
+ prefix?: string | undefined;
2056
+ suffix?: string | undefined;
2057
+ fractionDigits?: number | undefined;
2058
+ significantDigits?: number | undefined;
2059
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
2060
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
2061
+ } | null | undefined;
2062
+ labelFontSize?: number | null | undefined;
2063
+ labelFontWeight?: string | number | null | undefined;
2064
+ labelBackgroundColor?: string | null | undefined;
2065
+ labelColor?: string | null | undefined;
2066
+ labelColorSmartInvert?: boolean | null | undefined;
2067
+ labelPosition?: string | null | undefined;
2068
+ labelOverlap?: boolean | null | undefined;
1643
2069
  } | null | undefined;
1644
2070
  color?: {
1645
2071
  colorScheme?: string[] | null | undefined;
@@ -1655,8 +2081,8 @@ export declare class Builder implements VSeedBuilder {
1655
2081
  maxSize?: number | null | undefined;
1656
2082
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
1657
2083
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
2084
+ labelColor?: string | null | undefined;
1658
2085
  labelFontSize?: number | null | undefined;
1659
- labelFontColor?: string | null | undefined;
1660
2086
  labelFontWeight?: string | number | null | undefined;
1661
2087
  } | null | undefined;
1662
2088
  } | null | undefined;
@@ -1931,6 +2357,29 @@ export declare class Builder implements VSeedBuilder {
1931
2357
  backgroundColor?: string | null | undefined;
1932
2358
  label?: {
1933
2359
  enable?: boolean | null | undefined;
2360
+ wrap?: boolean | null | undefined;
2361
+ showValue?: boolean | null | undefined;
2362
+ showValuePercent?: boolean | null | undefined;
2363
+ autoFormat?: boolean | null | undefined;
2364
+ numFormat?: {
2365
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
2366
+ ratio?: number | undefined;
2367
+ symbol?: string | undefined;
2368
+ thousandSeparator?: boolean | undefined;
2369
+ prefix?: string | undefined;
2370
+ suffix?: string | undefined;
2371
+ fractionDigits?: number | undefined;
2372
+ significantDigits?: number | undefined;
2373
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
2374
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
2375
+ } | null | undefined;
2376
+ labelFontSize?: number | null | undefined;
2377
+ labelFontWeight?: string | number | null | undefined;
2378
+ labelBackgroundColor?: string | null | undefined;
2379
+ labelColor?: string | null | undefined;
2380
+ labelColorSmartInvert?: boolean | null | undefined;
2381
+ labelPosition?: string | null | undefined;
2382
+ labelOverlap?: boolean | null | undefined;
1934
2383
  } | null | undefined;
1935
2384
  color?: {
1936
2385
  colorScheme?: string[] | null | undefined;
@@ -1946,8 +2395,8 @@ export declare class Builder implements VSeedBuilder {
1946
2395
  maxSize?: number | null | undefined;
1947
2396
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
1948
2397
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
2398
+ labelColor?: string | null | undefined;
1949
2399
  labelFontSize?: number | null | undefined;
1950
- labelFontColor?: string | null | undefined;
1951
2400
  labelFontWeight?: string | number | null | undefined;
1952
2401
  } | null | undefined;
1953
2402
  xAxis?: {
@@ -2041,6 +2490,29 @@ export declare class Builder implements VSeedBuilder {
2041
2490
  backgroundColor?: string | null | undefined;
2042
2491
  label?: {
2043
2492
  enable?: boolean | null | undefined;
2493
+ wrap?: boolean | null | undefined;
2494
+ showValue?: boolean | null | undefined;
2495
+ showValuePercent?: boolean | null | undefined;
2496
+ autoFormat?: boolean | null | undefined;
2497
+ numFormat?: {
2498
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
2499
+ ratio?: number | undefined;
2500
+ symbol?: string | undefined;
2501
+ thousandSeparator?: boolean | undefined;
2502
+ prefix?: string | undefined;
2503
+ suffix?: string | undefined;
2504
+ fractionDigits?: number | undefined;
2505
+ significantDigits?: number | undefined;
2506
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
2507
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
2508
+ } | null | undefined;
2509
+ labelFontSize?: number | null | undefined;
2510
+ labelFontWeight?: string | number | null | undefined;
2511
+ labelBackgroundColor?: string | null | undefined;
2512
+ labelColor?: string | null | undefined;
2513
+ labelColorSmartInvert?: boolean | null | undefined;
2514
+ labelPosition?: string | null | undefined;
2515
+ labelOverlap?: boolean | null | undefined;
2044
2516
  } | null | undefined;
2045
2517
  color?: {
2046
2518
  colorScheme?: string[] | null | undefined;
@@ -2056,8 +2528,8 @@ export declare class Builder implements VSeedBuilder {
2056
2528
  maxSize?: number | null | undefined;
2057
2529
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
2058
2530
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
2531
+ labelColor?: string | null | undefined;
2059
2532
  labelFontSize?: number | null | undefined;
2060
- labelFontColor?: string | null | undefined;
2061
2533
  labelFontWeight?: string | number | null | undefined;
2062
2534
  } | null | undefined;
2063
2535
  xAxis?: {
@@ -2152,6 +2624,29 @@ export declare class Builder implements VSeedBuilder {
2152
2624
  backgroundColor?: string | null | undefined;
2153
2625
  label?: {
2154
2626
  enable?: boolean | null | undefined;
2627
+ wrap?: boolean | null | undefined;
2628
+ showValue?: boolean | null | undefined;
2629
+ showValuePercent?: boolean | null | undefined;
2630
+ autoFormat?: boolean | null | undefined;
2631
+ numFormat?: {
2632
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
2633
+ ratio?: number | undefined;
2634
+ symbol?: string | undefined;
2635
+ thousandSeparator?: boolean | undefined;
2636
+ prefix?: string | undefined;
2637
+ suffix?: string | undefined;
2638
+ fractionDigits?: number | undefined;
2639
+ significantDigits?: number | undefined;
2640
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
2641
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
2642
+ } | null | undefined;
2643
+ labelFontSize?: number | null | undefined;
2644
+ labelFontWeight?: string | number | null | undefined;
2645
+ labelBackgroundColor?: string | null | undefined;
2646
+ labelColor?: string | null | undefined;
2647
+ labelColorSmartInvert?: boolean | null | undefined;
2648
+ labelPosition?: string | null | undefined;
2649
+ labelOverlap?: boolean | null | undefined;
2155
2650
  } | null | undefined;
2156
2651
  color?: {
2157
2652
  colorScheme?: string[] | null | undefined;
@@ -2167,8 +2662,8 @@ export declare class Builder implements VSeedBuilder {
2167
2662
  maxSize?: number | null | undefined;
2168
2663
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
2169
2664
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
2665
+ labelColor?: string | null | undefined;
2170
2666
  labelFontSize?: number | null | undefined;
2171
- labelFontColor?: string | null | undefined;
2172
2667
  labelFontWeight?: string | number | null | undefined;
2173
2668
  } | null | undefined;
2174
2669
  xAxis?: {
@@ -2263,6 +2758,29 @@ export declare class Builder implements VSeedBuilder {
2263
2758
  backgroundColor?: string | null | undefined;
2264
2759
  label?: {
2265
2760
  enable?: boolean | null | undefined;
2761
+ wrap?: boolean | null | undefined;
2762
+ showValue?: boolean | null | undefined;
2763
+ showValuePercent?: boolean | null | undefined;
2764
+ autoFormat?: boolean | null | undefined;
2765
+ numFormat?: {
2766
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
2767
+ ratio?: number | undefined;
2768
+ symbol?: string | undefined;
2769
+ thousandSeparator?: boolean | undefined;
2770
+ prefix?: string | undefined;
2771
+ suffix?: string | undefined;
2772
+ fractionDigits?: number | undefined;
2773
+ significantDigits?: number | undefined;
2774
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
2775
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
2776
+ } | null | undefined;
2777
+ labelFontSize?: number | null | undefined;
2778
+ labelFontWeight?: string | number | null | undefined;
2779
+ labelBackgroundColor?: string | null | undefined;
2780
+ labelColor?: string | null | undefined;
2781
+ labelColorSmartInvert?: boolean | null | undefined;
2782
+ labelPosition?: string | null | undefined;
2783
+ labelOverlap?: boolean | null | undefined;
2266
2784
  } | null | undefined;
2267
2785
  color?: {
2268
2786
  colorScheme?: string[] | null | undefined;
@@ -2278,8 +2796,8 @@ export declare class Builder implements VSeedBuilder {
2278
2796
  maxSize?: number | null | undefined;
2279
2797
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
2280
2798
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
2799
+ labelColor?: string | null | undefined;
2281
2800
  labelFontSize?: number | null | undefined;
2282
- labelFontColor?: string | null | undefined;
2283
2801
  labelFontWeight?: string | number | null | undefined;
2284
2802
  } | null | undefined;
2285
2803
  xAxis?: {
@@ -2374,6 +2892,29 @@ export declare class Builder implements VSeedBuilder {
2374
2892
  backgroundColor?: string | null | undefined;
2375
2893
  label?: {
2376
2894
  enable?: boolean | null | undefined;
2895
+ wrap?: boolean | null | undefined;
2896
+ showValue?: boolean | null | undefined;
2897
+ showValuePercent?: boolean | null | undefined;
2898
+ autoFormat?: boolean | null | undefined;
2899
+ numFormat?: {
2900
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
2901
+ ratio?: number | undefined;
2902
+ symbol?: string | undefined;
2903
+ thousandSeparator?: boolean | undefined;
2904
+ prefix?: string | undefined;
2905
+ suffix?: string | undefined;
2906
+ fractionDigits?: number | undefined;
2907
+ significantDigits?: number | undefined;
2908
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
2909
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
2910
+ } | null | undefined;
2911
+ labelFontSize?: number | null | undefined;
2912
+ labelFontWeight?: string | number | null | undefined;
2913
+ labelBackgroundColor?: string | null | undefined;
2914
+ labelColor?: string | null | undefined;
2915
+ labelColorSmartInvert?: boolean | null | undefined;
2916
+ labelPosition?: string | null | undefined;
2917
+ labelOverlap?: boolean | null | undefined;
2377
2918
  } | null | undefined;
2378
2919
  color?: {
2379
2920
  colorScheme?: string[] | null | undefined;
@@ -2389,8 +2930,8 @@ export declare class Builder implements VSeedBuilder {
2389
2930
  maxSize?: number | null | undefined;
2390
2931
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
2391
2932
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
2933
+ labelColor?: string | null | undefined;
2392
2934
  labelFontSize?: number | null | undefined;
2393
- labelFontColor?: string | null | undefined;
2394
2935
  labelFontWeight?: string | number | null | undefined;
2395
2936
  } | null | undefined;
2396
2937
  xAxis?: {
@@ -2485,6 +3026,29 @@ export declare class Builder implements VSeedBuilder {
2485
3026
  backgroundColor?: string | null | undefined;
2486
3027
  label?: {
2487
3028
  enable?: boolean | null | undefined;
3029
+ wrap?: boolean | null | undefined;
3030
+ showValue?: boolean | null | undefined;
3031
+ showValuePercent?: boolean | null | undefined;
3032
+ autoFormat?: boolean | null | undefined;
3033
+ numFormat?: {
3034
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
3035
+ ratio?: number | undefined;
3036
+ symbol?: string | undefined;
3037
+ thousandSeparator?: boolean | undefined;
3038
+ prefix?: string | undefined;
3039
+ suffix?: string | undefined;
3040
+ fractionDigits?: number | undefined;
3041
+ significantDigits?: number | undefined;
3042
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
3043
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
3044
+ } | null | undefined;
3045
+ labelFontSize?: number | null | undefined;
3046
+ labelFontWeight?: string | number | null | undefined;
3047
+ labelBackgroundColor?: string | null | undefined;
3048
+ labelColor?: string | null | undefined;
3049
+ labelColorSmartInvert?: boolean | null | undefined;
3050
+ labelPosition?: string | null | undefined;
3051
+ labelOverlap?: boolean | null | undefined;
2488
3052
  } | null | undefined;
2489
3053
  color?: {
2490
3054
  colorScheme?: string[] | null | undefined;
@@ -2500,8 +3064,8 @@ export declare class Builder implements VSeedBuilder {
2500
3064
  maxSize?: number | null | undefined;
2501
3065
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
2502
3066
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
3067
+ labelColor?: string | null | undefined;
2503
3068
  labelFontSize?: number | null | undefined;
2504
- labelFontColor?: string | null | undefined;
2505
3069
  labelFontWeight?: string | number | null | undefined;
2506
3070
  } | null | undefined;
2507
3071
  xAxis?: {
@@ -2596,6 +3160,29 @@ export declare class Builder implements VSeedBuilder {
2596
3160
  backgroundColor?: string | null | undefined;
2597
3161
  label?: {
2598
3162
  enable?: boolean | null | undefined;
3163
+ wrap?: boolean | null | undefined;
3164
+ showValue?: boolean | null | undefined;
3165
+ showValuePercent?: boolean | null | undefined;
3166
+ autoFormat?: boolean | null | undefined;
3167
+ numFormat?: {
3168
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
3169
+ ratio?: number | undefined;
3170
+ symbol?: string | undefined;
3171
+ thousandSeparator?: boolean | undefined;
3172
+ prefix?: string | undefined;
3173
+ suffix?: string | undefined;
3174
+ fractionDigits?: number | undefined;
3175
+ significantDigits?: number | undefined;
3176
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
3177
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
3178
+ } | null | undefined;
3179
+ labelFontSize?: number | null | undefined;
3180
+ labelFontWeight?: string | number | null | undefined;
3181
+ labelBackgroundColor?: string | null | undefined;
3182
+ labelColor?: string | null | undefined;
3183
+ labelColorSmartInvert?: boolean | null | undefined;
3184
+ labelPosition?: string | null | undefined;
3185
+ labelOverlap?: boolean | null | undefined;
2599
3186
  } | null | undefined;
2600
3187
  color?: {
2601
3188
  colorScheme?: string[] | null | undefined;
@@ -2611,8 +3198,8 @@ export declare class Builder implements VSeedBuilder {
2611
3198
  maxSize?: number | null | undefined;
2612
3199
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
2613
3200
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
3201
+ labelColor?: string | null | undefined;
2614
3202
  labelFontSize?: number | null | undefined;
2615
- labelFontColor?: string | null | undefined;
2616
3203
  labelFontWeight?: string | number | null | undefined;
2617
3204
  } | null | undefined;
2618
3205
  xAxis?: {
@@ -2707,6 +3294,29 @@ export declare class Builder implements VSeedBuilder {
2707
3294
  backgroundColor?: string | null | undefined;
2708
3295
  label?: {
2709
3296
  enable?: boolean | null | undefined;
3297
+ wrap?: boolean | null | undefined;
3298
+ showValue?: boolean | null | undefined;
3299
+ showValuePercent?: boolean | null | undefined;
3300
+ autoFormat?: boolean | null | undefined;
3301
+ numFormat?: {
3302
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
3303
+ ratio?: number | undefined;
3304
+ symbol?: string | undefined;
3305
+ thousandSeparator?: boolean | undefined;
3306
+ prefix?: string | undefined;
3307
+ suffix?: string | undefined;
3308
+ fractionDigits?: number | undefined;
3309
+ significantDigits?: number | undefined;
3310
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
3311
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
3312
+ } | null | undefined;
3313
+ labelFontSize?: number | null | undefined;
3314
+ labelFontWeight?: string | number | null | undefined;
3315
+ labelBackgroundColor?: string | null | undefined;
3316
+ labelColor?: string | null | undefined;
3317
+ labelColorSmartInvert?: boolean | null | undefined;
3318
+ labelPosition?: string | null | undefined;
3319
+ labelOverlap?: boolean | null | undefined;
2710
3320
  } | null | undefined;
2711
3321
  color?: {
2712
3322
  colorScheme?: string[] | null | undefined;
@@ -2722,8 +3332,8 @@ export declare class Builder implements VSeedBuilder {
2722
3332
  maxSize?: number | null | undefined;
2723
3333
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
2724
3334
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
3335
+ labelColor?: string | null | undefined;
2725
3336
  labelFontSize?: number | null | undefined;
2726
- labelFontColor?: string | null | undefined;
2727
3337
  labelFontWeight?: string | number | null | undefined;
2728
3338
  } | null | undefined;
2729
3339
  xAxis?: {
@@ -2817,6 +3427,29 @@ export declare class Builder implements VSeedBuilder {
2817
3427
  backgroundColor?: string | null | undefined;
2818
3428
  label?: {
2819
3429
  enable?: boolean | null | undefined;
3430
+ wrap?: boolean | null | undefined;
3431
+ showValue?: boolean | null | undefined;
3432
+ showValuePercent?: boolean | null | undefined;
3433
+ autoFormat?: boolean | null | undefined;
3434
+ numFormat?: {
3435
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
3436
+ ratio?: number | undefined;
3437
+ symbol?: string | undefined;
3438
+ thousandSeparator?: boolean | undefined;
3439
+ prefix?: string | undefined;
3440
+ suffix?: string | undefined;
3441
+ fractionDigits?: number | undefined;
3442
+ significantDigits?: number | undefined;
3443
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
3444
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
3445
+ } | null | undefined;
3446
+ labelFontSize?: number | null | undefined;
3447
+ labelFontWeight?: string | number | null | undefined;
3448
+ labelBackgroundColor?: string | null | undefined;
3449
+ labelColor?: string | null | undefined;
3450
+ labelColorSmartInvert?: boolean | null | undefined;
3451
+ labelPosition?: string | null | undefined;
3452
+ labelOverlap?: boolean | null | undefined;
2820
3453
  } | null | undefined;
2821
3454
  color?: {
2822
3455
  colorScheme?: string[] | null | undefined;
@@ -2832,8 +3465,8 @@ export declare class Builder implements VSeedBuilder {
2832
3465
  maxSize?: number | null | undefined;
2833
3466
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
2834
3467
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
3468
+ labelColor?: string | null | undefined;
2835
3469
  labelFontSize?: number | null | undefined;
2836
- labelFontColor?: string | null | undefined;
2837
3470
  labelFontWeight?: string | number | null | undefined;
2838
3471
  } | null | undefined;
2839
3472
  xAxis?: {
@@ -2927,6 +3560,29 @@ export declare class Builder implements VSeedBuilder {
2927
3560
  backgroundColor?: string | null | undefined;
2928
3561
  label?: {
2929
3562
  enable?: boolean | null | undefined;
3563
+ wrap?: boolean | null | undefined;
3564
+ showValue?: boolean | null | undefined;
3565
+ showValuePercent?: boolean | null | undefined;
3566
+ autoFormat?: boolean | null | undefined;
3567
+ numFormat?: {
3568
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
3569
+ ratio?: number | undefined;
3570
+ symbol?: string | undefined;
3571
+ thousandSeparator?: boolean | undefined;
3572
+ prefix?: string | undefined;
3573
+ suffix?: string | undefined;
3574
+ fractionDigits?: number | undefined;
3575
+ significantDigits?: number | undefined;
3576
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
3577
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
3578
+ } | null | undefined;
3579
+ labelFontSize?: number | null | undefined;
3580
+ labelFontWeight?: string | number | null | undefined;
3581
+ labelBackgroundColor?: string | null | undefined;
3582
+ labelColor?: string | null | undefined;
3583
+ labelColorSmartInvert?: boolean | null | undefined;
3584
+ labelPosition?: string | null | undefined;
3585
+ labelOverlap?: boolean | null | undefined;
2930
3586
  } | null | undefined;
2931
3587
  color?: {
2932
3588
  colorScheme?: string[] | null | undefined;
@@ -2942,8 +3598,8 @@ export declare class Builder implements VSeedBuilder {
2942
3598
  maxSize?: number | null | undefined;
2943
3599
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
2944
3600
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
3601
+ labelColor?: string | null | undefined;
2945
3602
  labelFontSize?: number | null | undefined;
2946
- labelFontColor?: string | null | undefined;
2947
3603
  labelFontWeight?: string | number | null | undefined;
2948
3604
  } | null | undefined;
2949
3605
  xAxis?: {
@@ -3038,6 +3694,29 @@ export declare class Builder implements VSeedBuilder {
3038
3694
  backgroundColor?: string | null | undefined;
3039
3695
  label?: {
3040
3696
  enable?: boolean | null | undefined;
3697
+ wrap?: boolean | null | undefined;
3698
+ showValue?: boolean | null | undefined;
3699
+ showValuePercent?: boolean | null | undefined;
3700
+ autoFormat?: boolean | null | undefined;
3701
+ numFormat?: {
3702
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
3703
+ ratio?: number | undefined;
3704
+ symbol?: string | undefined;
3705
+ thousandSeparator?: boolean | undefined;
3706
+ prefix?: string | undefined;
3707
+ suffix?: string | undefined;
3708
+ fractionDigits?: number | undefined;
3709
+ significantDigits?: number | undefined;
3710
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
3711
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
3712
+ } | null | undefined;
3713
+ labelFontSize?: number | null | undefined;
3714
+ labelFontWeight?: string | number | null | undefined;
3715
+ labelBackgroundColor?: string | null | undefined;
3716
+ labelColor?: string | null | undefined;
3717
+ labelColorSmartInvert?: boolean | null | undefined;
3718
+ labelPosition?: string | null | undefined;
3719
+ labelOverlap?: boolean | null | undefined;
3041
3720
  } | null | undefined;
3042
3721
  color?: {
3043
3722
  colorScheme?: string[] | null | undefined;
@@ -3053,8 +3732,8 @@ export declare class Builder implements VSeedBuilder {
3053
3732
  maxSize?: number | null | undefined;
3054
3733
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
3055
3734
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
3735
+ labelColor?: string | null | undefined;
3056
3736
  labelFontSize?: number | null | undefined;
3057
- labelFontColor?: string | null | undefined;
3058
3737
  labelFontWeight?: string | number | null | undefined;
3059
3738
  } | null | undefined;
3060
3739
  dualChartType?: {
@@ -3274,6 +3953,29 @@ export declare class Builder implements VSeedBuilder {
3274
3953
  backgroundColor?: string | null | undefined;
3275
3954
  label?: {
3276
3955
  enable?: boolean | null | undefined;
3956
+ wrap?: boolean | null | undefined;
3957
+ showValue?: boolean | null | undefined;
3958
+ showValuePercent?: boolean | null | undefined;
3959
+ autoFormat?: boolean | null | undefined;
3960
+ numFormat?: {
3961
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
3962
+ ratio?: number | undefined;
3963
+ symbol?: string | undefined;
3964
+ thousandSeparator?: boolean | undefined;
3965
+ prefix?: string | undefined;
3966
+ suffix?: string | undefined;
3967
+ fractionDigits?: number | undefined;
3968
+ significantDigits?: number | undefined;
3969
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
3970
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
3971
+ } | null | undefined;
3972
+ labelFontSize?: number | null | undefined;
3973
+ labelFontWeight?: string | number | null | undefined;
3974
+ labelBackgroundColor?: string | null | undefined;
3975
+ labelColor?: string | null | undefined;
3976
+ labelColorSmartInvert?: boolean | null | undefined;
3977
+ labelPosition?: string | null | undefined;
3978
+ labelOverlap?: boolean | null | undefined;
3277
3979
  } | null | undefined;
3278
3980
  color?: {
3279
3981
  colorScheme?: string[] | null | undefined;
@@ -3289,8 +3991,8 @@ export declare class Builder implements VSeedBuilder {
3289
3991
  maxSize?: number | null | undefined;
3290
3992
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
3291
3993
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
3994
+ labelColor?: string | null | undefined;
3292
3995
  labelFontSize?: number | null | undefined;
3293
- labelFontColor?: string | null | undefined;
3294
3996
  labelFontWeight?: string | number | null | undefined;
3295
3997
  } | null | undefined;
3296
3998
  } | null | undefined;
@@ -3298,6 +4000,29 @@ export declare class Builder implements VSeedBuilder {
3298
4000
  backgroundColor?: string | null | undefined;
3299
4001
  label?: {
3300
4002
  enable?: boolean | null | undefined;
4003
+ wrap?: boolean | null | undefined;
4004
+ showValue?: boolean | null | undefined;
4005
+ showValuePercent?: boolean | null | undefined;
4006
+ autoFormat?: boolean | null | undefined;
4007
+ numFormat?: {
4008
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
4009
+ ratio?: number | undefined;
4010
+ symbol?: string | undefined;
4011
+ thousandSeparator?: boolean | undefined;
4012
+ prefix?: string | undefined;
4013
+ suffix?: string | undefined;
4014
+ fractionDigits?: number | undefined;
4015
+ significantDigits?: number | undefined;
4016
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
4017
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
4018
+ } | null | undefined;
4019
+ labelFontSize?: number | null | undefined;
4020
+ labelFontWeight?: string | number | null | undefined;
4021
+ labelBackgroundColor?: string | null | undefined;
4022
+ labelColor?: string | null | undefined;
4023
+ labelColorSmartInvert?: boolean | null | undefined;
4024
+ labelPosition?: string | null | undefined;
4025
+ labelOverlap?: boolean | null | undefined;
3301
4026
  } | null | undefined;
3302
4027
  color?: {
3303
4028
  colorScheme?: string[] | null | undefined;
@@ -3313,8 +4038,8 @@ export declare class Builder implements VSeedBuilder {
3313
4038
  maxSize?: number | null | undefined;
3314
4039
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
3315
4040
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4041
+ labelColor?: string | null | undefined;
3316
4042
  labelFontSize?: number | null | undefined;
3317
- labelFontColor?: string | null | undefined;
3318
4043
  labelFontWeight?: string | number | null | undefined;
3319
4044
  } | null | undefined;
3320
4045
  } | null | undefined;
@@ -3322,6 +4047,29 @@ export declare class Builder implements VSeedBuilder {
3322
4047
  backgroundColor?: string | null | undefined;
3323
4048
  label?: {
3324
4049
  enable?: boolean | null | undefined;
4050
+ wrap?: boolean | null | undefined;
4051
+ showValue?: boolean | null | undefined;
4052
+ showValuePercent?: boolean | null | undefined;
4053
+ autoFormat?: boolean | null | undefined;
4054
+ numFormat?: {
4055
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
4056
+ ratio?: number | undefined;
4057
+ symbol?: string | undefined;
4058
+ thousandSeparator?: boolean | undefined;
4059
+ prefix?: string | undefined;
4060
+ suffix?: string | undefined;
4061
+ fractionDigits?: number | undefined;
4062
+ significantDigits?: number | undefined;
4063
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
4064
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
4065
+ } | null | undefined;
4066
+ labelFontSize?: number | null | undefined;
4067
+ labelFontWeight?: string | number | null | undefined;
4068
+ labelBackgroundColor?: string | null | undefined;
4069
+ labelColor?: string | null | undefined;
4070
+ labelColorSmartInvert?: boolean | null | undefined;
4071
+ labelPosition?: string | null | undefined;
4072
+ labelOverlap?: boolean | null | undefined;
3325
4073
  } | null | undefined;
3326
4074
  color?: {
3327
4075
  colorScheme?: string[] | null | undefined;
@@ -3337,8 +4085,8 @@ export declare class Builder implements VSeedBuilder {
3337
4085
  maxSize?: number | null | undefined;
3338
4086
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
3339
4087
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4088
+ labelColor?: string | null | undefined;
3340
4089
  labelFontSize?: number | null | undefined;
3341
- labelFontColor?: string | null | undefined;
3342
4090
  labelFontWeight?: string | number | null | undefined;
3343
4091
  } | null | undefined;
3344
4092
  } | null | undefined;
@@ -3346,6 +4094,29 @@ export declare class Builder implements VSeedBuilder {
3346
4094
  backgroundColor?: string | null | undefined;
3347
4095
  label?: {
3348
4096
  enable?: boolean | null | undefined;
4097
+ wrap?: boolean | null | undefined;
4098
+ showValue?: boolean | null | undefined;
4099
+ showValuePercent?: boolean | null | undefined;
4100
+ autoFormat?: boolean | null | undefined;
4101
+ numFormat?: {
4102
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
4103
+ ratio?: number | undefined;
4104
+ symbol?: string | undefined;
4105
+ thousandSeparator?: boolean | undefined;
4106
+ prefix?: string | undefined;
4107
+ suffix?: string | undefined;
4108
+ fractionDigits?: number | undefined;
4109
+ significantDigits?: number | undefined;
4110
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
4111
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
4112
+ } | null | undefined;
4113
+ labelFontSize?: number | null | undefined;
4114
+ labelFontWeight?: string | number | null | undefined;
4115
+ labelBackgroundColor?: string | null | undefined;
4116
+ labelColor?: string | null | undefined;
4117
+ labelColorSmartInvert?: boolean | null | undefined;
4118
+ labelPosition?: string | null | undefined;
4119
+ labelOverlap?: boolean | null | undefined;
3349
4120
  } | null | undefined;
3350
4121
  color?: {
3351
4122
  colorScheme?: string[] | null | undefined;
@@ -3361,8 +4132,8 @@ export declare class Builder implements VSeedBuilder {
3361
4132
  maxSize?: number | null | undefined;
3362
4133
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
3363
4134
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4135
+ labelColor?: string | null | undefined;
3364
4136
  labelFontSize?: number | null | undefined;
3365
- labelFontColor?: string | null | undefined;
3366
4137
  labelFontWeight?: string | number | null | undefined;
3367
4138
  } | null | undefined;
3368
4139
  } | null | undefined;
@@ -3370,6 +4141,29 @@ export declare class Builder implements VSeedBuilder {
3370
4141
  backgroundColor?: string | null | undefined;
3371
4142
  label?: {
3372
4143
  enable?: boolean | null | undefined;
4144
+ wrap?: boolean | null | undefined;
4145
+ showValue?: boolean | null | undefined;
4146
+ showValuePercent?: boolean | null | undefined;
4147
+ autoFormat?: boolean | null | undefined;
4148
+ numFormat?: {
4149
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
4150
+ ratio?: number | undefined;
4151
+ symbol?: string | undefined;
4152
+ thousandSeparator?: boolean | undefined;
4153
+ prefix?: string | undefined;
4154
+ suffix?: string | undefined;
4155
+ fractionDigits?: number | undefined;
4156
+ significantDigits?: number | undefined;
4157
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
4158
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
4159
+ } | null | undefined;
4160
+ labelFontSize?: number | null | undefined;
4161
+ labelFontWeight?: string | number | null | undefined;
4162
+ labelBackgroundColor?: string | null | undefined;
4163
+ labelColor?: string | null | undefined;
4164
+ labelColorSmartInvert?: boolean | null | undefined;
4165
+ labelPosition?: string | null | undefined;
4166
+ labelOverlap?: boolean | null | undefined;
3373
4167
  } | null | undefined;
3374
4168
  color?: {
3375
4169
  colorScheme?: string[] | null | undefined;
@@ -3385,8 +4179,8 @@ export declare class Builder implements VSeedBuilder {
3385
4179
  maxSize?: number | null | undefined;
3386
4180
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
3387
4181
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4182
+ labelColor?: string | null | undefined;
3388
4183
  labelFontSize?: number | null | undefined;
3389
- labelFontColor?: string | null | undefined;
3390
4184
  labelFontWeight?: string | number | null | undefined;
3391
4185
  } | null | undefined;
3392
4186
  } | null | undefined;
@@ -3394,6 +4188,29 @@ export declare class Builder implements VSeedBuilder {
3394
4188
  backgroundColor?: string | null | undefined;
3395
4189
  label?: {
3396
4190
  enable?: boolean | null | undefined;
4191
+ wrap?: boolean | null | undefined;
4192
+ showValue?: boolean | null | undefined;
4193
+ showValuePercent?: boolean | null | undefined;
4194
+ autoFormat?: boolean | null | undefined;
4195
+ numFormat?: {
4196
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
4197
+ ratio?: number | undefined;
4198
+ symbol?: string | undefined;
4199
+ thousandSeparator?: boolean | undefined;
4200
+ prefix?: string | undefined;
4201
+ suffix?: string | undefined;
4202
+ fractionDigits?: number | undefined;
4203
+ significantDigits?: number | undefined;
4204
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
4205
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
4206
+ } | null | undefined;
4207
+ labelFontSize?: number | null | undefined;
4208
+ labelFontWeight?: string | number | null | undefined;
4209
+ labelBackgroundColor?: string | null | undefined;
4210
+ labelColor?: string | null | undefined;
4211
+ labelColorSmartInvert?: boolean | null | undefined;
4212
+ labelPosition?: string | null | undefined;
4213
+ labelOverlap?: boolean | null | undefined;
3397
4214
  } | null | undefined;
3398
4215
  color?: {
3399
4216
  colorScheme?: string[] | null | undefined;
@@ -3409,8 +4226,8 @@ export declare class Builder implements VSeedBuilder {
3409
4226
  maxSize?: number | null | undefined;
3410
4227
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
3411
4228
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4229
+ labelColor?: string | null | undefined;
3412
4230
  labelFontSize?: number | null | undefined;
3413
- labelFontColor?: string | null | undefined;
3414
4231
  labelFontWeight?: string | number | null | undefined;
3415
4232
  } | null | undefined;
3416
4233
  } | null | undefined;
@@ -3418,6 +4235,29 @@ export declare class Builder implements VSeedBuilder {
3418
4235
  backgroundColor?: string | null | undefined;
3419
4236
  label?: {
3420
4237
  enable?: boolean | null | undefined;
4238
+ wrap?: boolean | null | undefined;
4239
+ showValue?: boolean | null | undefined;
4240
+ showValuePercent?: boolean | null | undefined;
4241
+ autoFormat?: boolean | null | undefined;
4242
+ numFormat?: {
4243
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
4244
+ ratio?: number | undefined;
4245
+ symbol?: string | undefined;
4246
+ thousandSeparator?: boolean | undefined;
4247
+ prefix?: string | undefined;
4248
+ suffix?: string | undefined;
4249
+ fractionDigits?: number | undefined;
4250
+ significantDigits?: number | undefined;
4251
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
4252
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
4253
+ } | null | undefined;
4254
+ labelFontSize?: number | null | undefined;
4255
+ labelFontWeight?: string | number | null | undefined;
4256
+ labelBackgroundColor?: string | null | undefined;
4257
+ labelColor?: string | null | undefined;
4258
+ labelColorSmartInvert?: boolean | null | undefined;
4259
+ labelPosition?: string | null | undefined;
4260
+ labelOverlap?: boolean | null | undefined;
3421
4261
  } | null | undefined;
3422
4262
  color?: {
3423
4263
  colorScheme?: string[] | null | undefined;
@@ -3433,8 +4273,8 @@ export declare class Builder implements VSeedBuilder {
3433
4273
  maxSize?: number | null | undefined;
3434
4274
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
3435
4275
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4276
+ labelColor?: string | null | undefined;
3436
4277
  labelFontSize?: number | null | undefined;
3437
- labelFontColor?: string | null | undefined;
3438
4278
  labelFontWeight?: string | number | null | undefined;
3439
4279
  } | null | undefined;
3440
4280
  } | null | undefined;
@@ -3775,8 +4615,14 @@ export declare class Builder implements VSeedBuilder {
3775
4615
  index: number;
3776
4616
  foldInfo: {
3777
4617
  foldMap: Record<string, string | undefined>;
3778
- colorRange: number[];
3779
- measureRange: number[];
4618
+ statistics: {
4619
+ min: number;
4620
+ max: number;
4621
+ sum: number;
4622
+ count: number;
4623
+ colorMin: number;
4624
+ colorMax: number;
4625
+ };
3780
4626
  measureId: string;
3781
4627
  measureName: string;
3782
4628
  measureValue: string;
@@ -3793,8 +4639,14 @@ export declare class Builder implements VSeedBuilder {
3793
4639
  };
3794
4640
  foldInfoList?: {
3795
4641
  foldMap: Record<string, string | undefined>;
3796
- colorRange: number[];
3797
- measureRange: number[];
4642
+ statistics: {
4643
+ min: number;
4644
+ max: number;
4645
+ sum: number;
4646
+ count: number;
4647
+ colorMin: number;
4648
+ colorMax: number;
4649
+ };
3798
4650
  measureId: string;
3799
4651
  measureName: string;
3800
4652
  measureValue: string;
@@ -3875,6 +4727,29 @@ export declare class Builder implements VSeedBuilder {
3875
4727
  backgroundColor?: string | null | undefined;
3876
4728
  label?: {
3877
4729
  enable?: boolean | null | undefined;
4730
+ wrap?: boolean | null | undefined;
4731
+ showValue?: boolean | null | undefined;
4732
+ showValuePercent?: boolean | null | undefined;
4733
+ autoFormat?: boolean | null | undefined;
4734
+ numFormat?: {
4735
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
4736
+ ratio?: number | undefined;
4737
+ symbol?: string | undefined;
4738
+ thousandSeparator?: boolean | undefined;
4739
+ prefix?: string | undefined;
4740
+ suffix?: string | undefined;
4741
+ fractionDigits?: number | undefined;
4742
+ significantDigits?: number | undefined;
4743
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
4744
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
4745
+ } | null | undefined;
4746
+ labelFontSize?: number | null | undefined;
4747
+ labelFontWeight?: string | number | null | undefined;
4748
+ labelBackgroundColor?: string | null | undefined;
4749
+ labelColor?: string | null | undefined;
4750
+ labelColorSmartInvert?: boolean | null | undefined;
4751
+ labelPosition?: string | null | undefined;
4752
+ labelOverlap?: boolean | null | undefined;
3878
4753
  } | null | undefined;
3879
4754
  color?: {
3880
4755
  colorScheme?: string[] | null | undefined;
@@ -3890,8 +4765,8 @@ export declare class Builder implements VSeedBuilder {
3890
4765
  maxSize?: number | null | undefined;
3891
4766
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
3892
4767
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4768
+ labelColor?: string | null | undefined;
3893
4769
  labelFontSize?: number | null | undefined;
3894
- labelFontColor?: string | null | undefined;
3895
4770
  labelFontWeight?: string | number | null | undefined;
3896
4771
  } | null | undefined;
3897
4772
  xAxis?: {
@@ -3985,6 +4860,29 @@ export declare class Builder implements VSeedBuilder {
3985
4860
  backgroundColor?: string | null | undefined;
3986
4861
  label?: {
3987
4862
  enable?: boolean | null | undefined;
4863
+ wrap?: boolean | null | undefined;
4864
+ showValue?: boolean | null | undefined;
4865
+ showValuePercent?: boolean | null | undefined;
4866
+ autoFormat?: boolean | null | undefined;
4867
+ numFormat?: {
4868
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
4869
+ ratio?: number | undefined;
4870
+ symbol?: string | undefined;
4871
+ thousandSeparator?: boolean | undefined;
4872
+ prefix?: string | undefined;
4873
+ suffix?: string | undefined;
4874
+ fractionDigits?: number | undefined;
4875
+ significantDigits?: number | undefined;
4876
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
4877
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
4878
+ } | null | undefined;
4879
+ labelFontSize?: number | null | undefined;
4880
+ labelFontWeight?: string | number | null | undefined;
4881
+ labelBackgroundColor?: string | null | undefined;
4882
+ labelColor?: string | null | undefined;
4883
+ labelColorSmartInvert?: boolean | null | undefined;
4884
+ labelPosition?: string | null | undefined;
4885
+ labelOverlap?: boolean | null | undefined;
3988
4886
  } | null | undefined;
3989
4887
  color?: {
3990
4888
  colorScheme?: string[] | null | undefined;
@@ -4000,8 +4898,8 @@ export declare class Builder implements VSeedBuilder {
4000
4898
  maxSize?: number | null | undefined;
4001
4899
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
4002
4900
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4901
+ labelColor?: string | null | undefined;
4003
4902
  labelFontSize?: number | null | undefined;
4004
- labelFontColor?: string | null | undefined;
4005
4903
  labelFontWeight?: string | number | null | undefined;
4006
4904
  } | null | undefined;
4007
4905
  xAxis?: {
@@ -4096,6 +4994,29 @@ export declare class Builder implements VSeedBuilder {
4096
4994
  backgroundColor?: string | null | undefined;
4097
4995
  label?: {
4098
4996
  enable?: boolean | null | undefined;
4997
+ wrap?: boolean | null | undefined;
4998
+ showValue?: boolean | null | undefined;
4999
+ showValuePercent?: boolean | null | undefined;
5000
+ autoFormat?: boolean | null | undefined;
5001
+ numFormat?: {
5002
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
5003
+ ratio?: number | undefined;
5004
+ symbol?: string | undefined;
5005
+ thousandSeparator?: boolean | undefined;
5006
+ prefix?: string | undefined;
5007
+ suffix?: string | undefined;
5008
+ fractionDigits?: number | undefined;
5009
+ significantDigits?: number | undefined;
5010
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
5011
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
5012
+ } | null | undefined;
5013
+ labelFontSize?: number | null | undefined;
5014
+ labelFontWeight?: string | number | null | undefined;
5015
+ labelBackgroundColor?: string | null | undefined;
5016
+ labelColor?: string | null | undefined;
5017
+ labelColorSmartInvert?: boolean | null | undefined;
5018
+ labelPosition?: string | null | undefined;
5019
+ labelOverlap?: boolean | null | undefined;
4099
5020
  } | null | undefined;
4100
5021
  color?: {
4101
5022
  colorScheme?: string[] | null | undefined;
@@ -4111,8 +5032,8 @@ export declare class Builder implements VSeedBuilder {
4111
5032
  maxSize?: number | null | undefined;
4112
5033
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
4113
5034
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
5035
+ labelColor?: string | null | undefined;
4114
5036
  labelFontSize?: number | null | undefined;
4115
- labelFontColor?: string | null | undefined;
4116
5037
  labelFontWeight?: string | number | null | undefined;
4117
5038
  } | null | undefined;
4118
5039
  xAxis?: {
@@ -4207,6 +5128,29 @@ export declare class Builder implements VSeedBuilder {
4207
5128
  backgroundColor?: string | null | undefined;
4208
5129
  label?: {
4209
5130
  enable?: boolean | null | undefined;
5131
+ wrap?: boolean | null | undefined;
5132
+ showValue?: boolean | null | undefined;
5133
+ showValuePercent?: boolean | null | undefined;
5134
+ autoFormat?: boolean | null | undefined;
5135
+ numFormat?: {
5136
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
5137
+ ratio?: number | undefined;
5138
+ symbol?: string | undefined;
5139
+ thousandSeparator?: boolean | undefined;
5140
+ prefix?: string | undefined;
5141
+ suffix?: string | undefined;
5142
+ fractionDigits?: number | undefined;
5143
+ significantDigits?: number | undefined;
5144
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
5145
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
5146
+ } | null | undefined;
5147
+ labelFontSize?: number | null | undefined;
5148
+ labelFontWeight?: string | number | null | undefined;
5149
+ labelBackgroundColor?: string | null | undefined;
5150
+ labelColor?: string | null | undefined;
5151
+ labelColorSmartInvert?: boolean | null | undefined;
5152
+ labelPosition?: string | null | undefined;
5153
+ labelOverlap?: boolean | null | undefined;
4210
5154
  } | null | undefined;
4211
5155
  color?: {
4212
5156
  colorScheme?: string[] | null | undefined;
@@ -4222,8 +5166,8 @@ export declare class Builder implements VSeedBuilder {
4222
5166
  maxSize?: number | null | undefined;
4223
5167
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
4224
5168
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
5169
+ labelColor?: string | null | undefined;
4225
5170
  labelFontSize?: number | null | undefined;
4226
- labelFontColor?: string | null | undefined;
4227
5171
  labelFontWeight?: string | number | null | undefined;
4228
5172
  } | null | undefined;
4229
5173
  xAxis?: {
@@ -4318,6 +5262,29 @@ export declare class Builder implements VSeedBuilder {
4318
5262
  backgroundColor?: string | null | undefined;
4319
5263
  label?: {
4320
5264
  enable?: boolean | null | undefined;
5265
+ wrap?: boolean | null | undefined;
5266
+ showValue?: boolean | null | undefined;
5267
+ showValuePercent?: boolean | null | undefined;
5268
+ autoFormat?: boolean | null | undefined;
5269
+ numFormat?: {
5270
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
5271
+ ratio?: number | undefined;
5272
+ symbol?: string | undefined;
5273
+ thousandSeparator?: boolean | undefined;
5274
+ prefix?: string | undefined;
5275
+ suffix?: string | undefined;
5276
+ fractionDigits?: number | undefined;
5277
+ significantDigits?: number | undefined;
5278
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
5279
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
5280
+ } | null | undefined;
5281
+ labelFontSize?: number | null | undefined;
5282
+ labelFontWeight?: string | number | null | undefined;
5283
+ labelBackgroundColor?: string | null | undefined;
5284
+ labelColor?: string | null | undefined;
5285
+ labelColorSmartInvert?: boolean | null | undefined;
5286
+ labelPosition?: string | null | undefined;
5287
+ labelOverlap?: boolean | null | undefined;
4321
5288
  } | null | undefined;
4322
5289
  color?: {
4323
5290
  colorScheme?: string[] | null | undefined;
@@ -4333,8 +5300,8 @@ export declare class Builder implements VSeedBuilder {
4333
5300
  maxSize?: number | null | undefined;
4334
5301
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
4335
5302
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
5303
+ labelColor?: string | null | undefined;
4336
5304
  labelFontSize?: number | null | undefined;
4337
- labelFontColor?: string | null | undefined;
4338
5305
  labelFontWeight?: string | number | null | undefined;
4339
5306
  } | null | undefined;
4340
5307
  xAxis?: {
@@ -4429,6 +5396,29 @@ export declare class Builder implements VSeedBuilder {
4429
5396
  backgroundColor?: string | null | undefined;
4430
5397
  label?: {
4431
5398
  enable?: boolean | null | undefined;
5399
+ wrap?: boolean | null | undefined;
5400
+ showValue?: boolean | null | undefined;
5401
+ showValuePercent?: boolean | null | undefined;
5402
+ autoFormat?: boolean | null | undefined;
5403
+ numFormat?: {
5404
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
5405
+ ratio?: number | undefined;
5406
+ symbol?: string | undefined;
5407
+ thousandSeparator?: boolean | undefined;
5408
+ prefix?: string | undefined;
5409
+ suffix?: string | undefined;
5410
+ fractionDigits?: number | undefined;
5411
+ significantDigits?: number | undefined;
5412
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
5413
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
5414
+ } | null | undefined;
5415
+ labelFontSize?: number | null | undefined;
5416
+ labelFontWeight?: string | number | null | undefined;
5417
+ labelBackgroundColor?: string | null | undefined;
5418
+ labelColor?: string | null | undefined;
5419
+ labelColorSmartInvert?: boolean | null | undefined;
5420
+ labelPosition?: string | null | undefined;
5421
+ labelOverlap?: boolean | null | undefined;
4432
5422
  } | null | undefined;
4433
5423
  color?: {
4434
5424
  colorScheme?: string[] | null | undefined;
@@ -4444,8 +5434,8 @@ export declare class Builder implements VSeedBuilder {
4444
5434
  maxSize?: number | null | undefined;
4445
5435
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
4446
5436
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
5437
+ labelColor?: string | null | undefined;
4447
5438
  labelFontSize?: number | null | undefined;
4448
- labelFontColor?: string | null | undefined;
4449
5439
  labelFontWeight?: string | number | null | undefined;
4450
5440
  } | null | undefined;
4451
5441
  xAxis?: {
@@ -4540,10 +5530,33 @@ export declare class Builder implements VSeedBuilder {
4540
5530
  backgroundColor?: string | null | undefined;
4541
5531
  label?: {
4542
5532
  enable?: boolean | null | undefined;
4543
- } | null | undefined;
4544
- color?: {
4545
- colorScheme?: string[] | null | undefined;
4546
- linearColorScheme?: string[] | null | undefined;
5533
+ wrap?: boolean | null | undefined;
5534
+ showValue?: boolean | null | undefined;
5535
+ showValuePercent?: boolean | null | undefined;
5536
+ autoFormat?: boolean | null | undefined;
5537
+ numFormat?: {
5538
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
5539
+ ratio?: number | undefined;
5540
+ symbol?: string | undefined;
5541
+ thousandSeparator?: boolean | undefined;
5542
+ prefix?: string | undefined;
5543
+ suffix?: string | undefined;
5544
+ fractionDigits?: number | undefined;
5545
+ significantDigits?: number | undefined;
5546
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
5547
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
5548
+ } | null | undefined;
5549
+ labelFontSize?: number | null | undefined;
5550
+ labelFontWeight?: string | number | null | undefined;
5551
+ labelBackgroundColor?: string | null | undefined;
5552
+ labelColor?: string | null | undefined;
5553
+ labelColorSmartInvert?: boolean | null | undefined;
5554
+ labelPosition?: string | null | undefined;
5555
+ labelOverlap?: boolean | null | undefined;
5556
+ } | null | undefined;
5557
+ color?: {
5558
+ colorScheme?: string[] | null | undefined;
5559
+ linearColorScheme?: string[] | null | undefined;
4547
5560
  colorMapping?: Record<string, string> | null | undefined;
4548
5561
  } | null | undefined;
4549
5562
  tooltip?: {
@@ -4555,8 +5568,8 @@ export declare class Builder implements VSeedBuilder {
4555
5568
  maxSize?: number | null | undefined;
4556
5569
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
4557
5570
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
5571
+ labelColor?: string | null | undefined;
4558
5572
  labelFontSize?: number | null | undefined;
4559
- labelFontColor?: string | null | undefined;
4560
5573
  labelFontWeight?: string | number | null | undefined;
4561
5574
  } | null | undefined;
4562
5575
  xAxis?: {
@@ -4651,6 +5664,29 @@ export declare class Builder implements VSeedBuilder {
4651
5664
  backgroundColor?: string | null | undefined;
4652
5665
  label?: {
4653
5666
  enable?: boolean | null | undefined;
5667
+ wrap?: boolean | null | undefined;
5668
+ showValue?: boolean | null | undefined;
5669
+ showValuePercent?: boolean | null | undefined;
5670
+ autoFormat?: boolean | null | undefined;
5671
+ numFormat?: {
5672
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
5673
+ ratio?: number | undefined;
5674
+ symbol?: string | undefined;
5675
+ thousandSeparator?: boolean | undefined;
5676
+ prefix?: string | undefined;
5677
+ suffix?: string | undefined;
5678
+ fractionDigits?: number | undefined;
5679
+ significantDigits?: number | undefined;
5680
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
5681
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
5682
+ } | null | undefined;
5683
+ labelFontSize?: number | null | undefined;
5684
+ labelFontWeight?: string | number | null | undefined;
5685
+ labelBackgroundColor?: string | null | undefined;
5686
+ labelColor?: string | null | undefined;
5687
+ labelColorSmartInvert?: boolean | null | undefined;
5688
+ labelPosition?: string | null | undefined;
5689
+ labelOverlap?: boolean | null | undefined;
4654
5690
  } | null | undefined;
4655
5691
  color?: {
4656
5692
  colorScheme?: string[] | null | undefined;
@@ -4666,8 +5702,8 @@ export declare class Builder implements VSeedBuilder {
4666
5702
  maxSize?: number | null | undefined;
4667
5703
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
4668
5704
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
5705
+ labelColor?: string | null | undefined;
4669
5706
  labelFontSize?: number | null | undefined;
4670
- labelFontColor?: string | null | undefined;
4671
5707
  labelFontWeight?: string | number | null | undefined;
4672
5708
  } | null | undefined;
4673
5709
  xAxis?: {
@@ -4761,6 +5797,29 @@ export declare class Builder implements VSeedBuilder {
4761
5797
  backgroundColor?: string | null | undefined;
4762
5798
  label?: {
4763
5799
  enable?: boolean | null | undefined;
5800
+ wrap?: boolean | null | undefined;
5801
+ showValue?: boolean | null | undefined;
5802
+ showValuePercent?: boolean | null | undefined;
5803
+ autoFormat?: boolean | null | undefined;
5804
+ numFormat?: {
5805
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
5806
+ ratio?: number | undefined;
5807
+ symbol?: string | undefined;
5808
+ thousandSeparator?: boolean | undefined;
5809
+ prefix?: string | undefined;
5810
+ suffix?: string | undefined;
5811
+ fractionDigits?: number | undefined;
5812
+ significantDigits?: number | undefined;
5813
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
5814
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
5815
+ } | null | undefined;
5816
+ labelFontSize?: number | null | undefined;
5817
+ labelFontWeight?: string | number | null | undefined;
5818
+ labelBackgroundColor?: string | null | undefined;
5819
+ labelColor?: string | null | undefined;
5820
+ labelColorSmartInvert?: boolean | null | undefined;
5821
+ labelPosition?: string | null | undefined;
5822
+ labelOverlap?: boolean | null | undefined;
4764
5823
  } | null | undefined;
4765
5824
  color?: {
4766
5825
  colorScheme?: string[] | null | undefined;
@@ -4776,8 +5835,8 @@ export declare class Builder implements VSeedBuilder {
4776
5835
  maxSize?: number | null | undefined;
4777
5836
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
4778
5837
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
5838
+ labelColor?: string | null | undefined;
4779
5839
  labelFontSize?: number | null | undefined;
4780
- labelFontColor?: string | null | undefined;
4781
5840
  labelFontWeight?: string | number | null | undefined;
4782
5841
  } | null | undefined;
4783
5842
  xAxis?: {
@@ -4871,6 +5930,29 @@ export declare class Builder implements VSeedBuilder {
4871
5930
  backgroundColor?: string | null | undefined;
4872
5931
  label?: {
4873
5932
  enable?: boolean | null | undefined;
5933
+ wrap?: boolean | null | undefined;
5934
+ showValue?: boolean | null | undefined;
5935
+ showValuePercent?: boolean | null | undefined;
5936
+ autoFormat?: boolean | null | undefined;
5937
+ numFormat?: {
5938
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
5939
+ ratio?: number | undefined;
5940
+ symbol?: string | undefined;
5941
+ thousandSeparator?: boolean | undefined;
5942
+ prefix?: string | undefined;
5943
+ suffix?: string | undefined;
5944
+ fractionDigits?: number | undefined;
5945
+ significantDigits?: number | undefined;
5946
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
5947
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
5948
+ } | null | undefined;
5949
+ labelFontSize?: number | null | undefined;
5950
+ labelFontWeight?: string | number | null | undefined;
5951
+ labelBackgroundColor?: string | null | undefined;
5952
+ labelColor?: string | null | undefined;
5953
+ labelColorSmartInvert?: boolean | null | undefined;
5954
+ labelPosition?: string | null | undefined;
5955
+ labelOverlap?: boolean | null | undefined;
4874
5956
  } | null | undefined;
4875
5957
  color?: {
4876
5958
  colorScheme?: string[] | null | undefined;
@@ -4886,8 +5968,8 @@ export declare class Builder implements VSeedBuilder {
4886
5968
  maxSize?: number | null | undefined;
4887
5969
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
4888
5970
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
5971
+ labelColor?: string | null | undefined;
4889
5972
  labelFontSize?: number | null | undefined;
4890
- labelFontColor?: string | null | undefined;
4891
5973
  labelFontWeight?: string | number | null | undefined;
4892
5974
  } | null | undefined;
4893
5975
  xAxis?: {
@@ -4982,6 +6064,29 @@ export declare class Builder implements VSeedBuilder {
4982
6064
  backgroundColor?: string | null | undefined;
4983
6065
  label?: {
4984
6066
  enable?: boolean | null | undefined;
6067
+ wrap?: boolean | null | undefined;
6068
+ showValue?: boolean | null | undefined;
6069
+ showValuePercent?: boolean | null | undefined;
6070
+ autoFormat?: boolean | null | undefined;
6071
+ numFormat?: {
6072
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
6073
+ ratio?: number | undefined;
6074
+ symbol?: string | undefined;
6075
+ thousandSeparator?: boolean | undefined;
6076
+ prefix?: string | undefined;
6077
+ suffix?: string | undefined;
6078
+ fractionDigits?: number | undefined;
6079
+ significantDigits?: number | undefined;
6080
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
6081
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
6082
+ } | null | undefined;
6083
+ labelFontSize?: number | null | undefined;
6084
+ labelFontWeight?: string | number | null | undefined;
6085
+ labelBackgroundColor?: string | null | undefined;
6086
+ labelColor?: string | null | undefined;
6087
+ labelColorSmartInvert?: boolean | null | undefined;
6088
+ labelPosition?: string | null | undefined;
6089
+ labelOverlap?: boolean | null | undefined;
4985
6090
  } | null | undefined;
4986
6091
  color?: {
4987
6092
  colorScheme?: string[] | null | undefined;
@@ -4997,8 +6102,8 @@ export declare class Builder implements VSeedBuilder {
4997
6102
  maxSize?: number | null | undefined;
4998
6103
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
4999
6104
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
6105
+ labelColor?: string | null | undefined;
5000
6106
  labelFontSize?: number | null | undefined;
5001
- labelFontColor?: string | null | undefined;
5002
6107
  labelFontWeight?: string | number | null | undefined;
5003
6108
  } | null | undefined;
5004
6109
  dualChartType?: {
@@ -5218,6 +6323,29 @@ export declare class Builder implements VSeedBuilder {
5218
6323
  backgroundColor?: string | null | undefined;
5219
6324
  label?: {
5220
6325
  enable?: boolean | null | undefined;
6326
+ wrap?: boolean | null | undefined;
6327
+ showValue?: boolean | null | undefined;
6328
+ showValuePercent?: boolean | null | undefined;
6329
+ autoFormat?: boolean | null | undefined;
6330
+ numFormat?: {
6331
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
6332
+ ratio?: number | undefined;
6333
+ symbol?: string | undefined;
6334
+ thousandSeparator?: boolean | undefined;
6335
+ prefix?: string | undefined;
6336
+ suffix?: string | undefined;
6337
+ fractionDigits?: number | undefined;
6338
+ significantDigits?: number | undefined;
6339
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
6340
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
6341
+ } | null | undefined;
6342
+ labelFontSize?: number | null | undefined;
6343
+ labelFontWeight?: string | number | null | undefined;
6344
+ labelBackgroundColor?: string | null | undefined;
6345
+ labelColor?: string | null | undefined;
6346
+ labelColorSmartInvert?: boolean | null | undefined;
6347
+ labelPosition?: string | null | undefined;
6348
+ labelOverlap?: boolean | null | undefined;
5221
6349
  } | null | undefined;
5222
6350
  color?: {
5223
6351
  colorScheme?: string[] | null | undefined;
@@ -5233,8 +6361,8 @@ export declare class Builder implements VSeedBuilder {
5233
6361
  maxSize?: number | null | undefined;
5234
6362
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
5235
6363
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
6364
+ labelColor?: string | null | undefined;
5236
6365
  labelFontSize?: number | null | undefined;
5237
- labelFontColor?: string | null | undefined;
5238
6366
  labelFontWeight?: string | number | null | undefined;
5239
6367
  } | null | undefined;
5240
6368
  } | null | undefined;
@@ -5242,6 +6370,29 @@ export declare class Builder implements VSeedBuilder {
5242
6370
  backgroundColor?: string | null | undefined;
5243
6371
  label?: {
5244
6372
  enable?: boolean | null | undefined;
6373
+ wrap?: boolean | null | undefined;
6374
+ showValue?: boolean | null | undefined;
6375
+ showValuePercent?: boolean | null | undefined;
6376
+ autoFormat?: boolean | null | undefined;
6377
+ numFormat?: {
6378
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
6379
+ ratio?: number | undefined;
6380
+ symbol?: string | undefined;
6381
+ thousandSeparator?: boolean | undefined;
6382
+ prefix?: string | undefined;
6383
+ suffix?: string | undefined;
6384
+ fractionDigits?: number | undefined;
6385
+ significantDigits?: number | undefined;
6386
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
6387
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
6388
+ } | null | undefined;
6389
+ labelFontSize?: number | null | undefined;
6390
+ labelFontWeight?: string | number | null | undefined;
6391
+ labelBackgroundColor?: string | null | undefined;
6392
+ labelColor?: string | null | undefined;
6393
+ labelColorSmartInvert?: boolean | null | undefined;
6394
+ labelPosition?: string | null | undefined;
6395
+ labelOverlap?: boolean | null | undefined;
5245
6396
  } | null | undefined;
5246
6397
  color?: {
5247
6398
  colorScheme?: string[] | null | undefined;
@@ -5257,8 +6408,8 @@ export declare class Builder implements VSeedBuilder {
5257
6408
  maxSize?: number | null | undefined;
5258
6409
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
5259
6410
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
6411
+ labelColor?: string | null | undefined;
5260
6412
  labelFontSize?: number | null | undefined;
5261
- labelFontColor?: string | null | undefined;
5262
6413
  labelFontWeight?: string | number | null | undefined;
5263
6414
  } | null | undefined;
5264
6415
  } | null | undefined;
@@ -5266,6 +6417,29 @@ export declare class Builder implements VSeedBuilder {
5266
6417
  backgroundColor?: string | null | undefined;
5267
6418
  label?: {
5268
6419
  enable?: boolean | null | undefined;
6420
+ wrap?: boolean | null | undefined;
6421
+ showValue?: boolean | null | undefined;
6422
+ showValuePercent?: boolean | null | undefined;
6423
+ autoFormat?: boolean | null | undefined;
6424
+ numFormat?: {
6425
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
6426
+ ratio?: number | undefined;
6427
+ symbol?: string | undefined;
6428
+ thousandSeparator?: boolean | undefined;
6429
+ prefix?: string | undefined;
6430
+ suffix?: string | undefined;
6431
+ fractionDigits?: number | undefined;
6432
+ significantDigits?: number | undefined;
6433
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
6434
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
6435
+ } | null | undefined;
6436
+ labelFontSize?: number | null | undefined;
6437
+ labelFontWeight?: string | number | null | undefined;
6438
+ labelBackgroundColor?: string | null | undefined;
6439
+ labelColor?: string | null | undefined;
6440
+ labelColorSmartInvert?: boolean | null | undefined;
6441
+ labelPosition?: string | null | undefined;
6442
+ labelOverlap?: boolean | null | undefined;
5269
6443
  } | null | undefined;
5270
6444
  color?: {
5271
6445
  colorScheme?: string[] | null | undefined;
@@ -5281,8 +6455,8 @@ export declare class Builder implements VSeedBuilder {
5281
6455
  maxSize?: number | null | undefined;
5282
6456
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
5283
6457
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
6458
+ labelColor?: string | null | undefined;
5284
6459
  labelFontSize?: number | null | undefined;
5285
- labelFontColor?: string | null | undefined;
5286
6460
  labelFontWeight?: string | number | null | undefined;
5287
6461
  } | null | undefined;
5288
6462
  } | null | undefined;
@@ -5290,6 +6464,29 @@ export declare class Builder implements VSeedBuilder {
5290
6464
  backgroundColor?: string | null | undefined;
5291
6465
  label?: {
5292
6466
  enable?: boolean | null | undefined;
6467
+ wrap?: boolean | null | undefined;
6468
+ showValue?: boolean | null | undefined;
6469
+ showValuePercent?: boolean | null | undefined;
6470
+ autoFormat?: boolean | null | undefined;
6471
+ numFormat?: {
6472
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
6473
+ ratio?: number | undefined;
6474
+ symbol?: string | undefined;
6475
+ thousandSeparator?: boolean | undefined;
6476
+ prefix?: string | undefined;
6477
+ suffix?: string | undefined;
6478
+ fractionDigits?: number | undefined;
6479
+ significantDigits?: number | undefined;
6480
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
6481
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
6482
+ } | null | undefined;
6483
+ labelFontSize?: number | null | undefined;
6484
+ labelFontWeight?: string | number | null | undefined;
6485
+ labelBackgroundColor?: string | null | undefined;
6486
+ labelColor?: string | null | undefined;
6487
+ labelColorSmartInvert?: boolean | null | undefined;
6488
+ labelPosition?: string | null | undefined;
6489
+ labelOverlap?: boolean | null | undefined;
5293
6490
  } | null | undefined;
5294
6491
  color?: {
5295
6492
  colorScheme?: string[] | null | undefined;
@@ -5305,8 +6502,8 @@ export declare class Builder implements VSeedBuilder {
5305
6502
  maxSize?: number | null | undefined;
5306
6503
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
5307
6504
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
6505
+ labelColor?: string | null | undefined;
5308
6506
  labelFontSize?: number | null | undefined;
5309
- labelFontColor?: string | null | undefined;
5310
6507
  labelFontWeight?: string | number | null | undefined;
5311
6508
  } | null | undefined;
5312
6509
  } | null | undefined;
@@ -5314,6 +6511,29 @@ export declare class Builder implements VSeedBuilder {
5314
6511
  backgroundColor?: string | null | undefined;
5315
6512
  label?: {
5316
6513
  enable?: boolean | null | undefined;
6514
+ wrap?: boolean | null | undefined;
6515
+ showValue?: boolean | null | undefined;
6516
+ showValuePercent?: boolean | null | undefined;
6517
+ autoFormat?: boolean | null | undefined;
6518
+ numFormat?: {
6519
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
6520
+ ratio?: number | undefined;
6521
+ symbol?: string | undefined;
6522
+ thousandSeparator?: boolean | undefined;
6523
+ prefix?: string | undefined;
6524
+ suffix?: string | undefined;
6525
+ fractionDigits?: number | undefined;
6526
+ significantDigits?: number | undefined;
6527
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
6528
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
6529
+ } | null | undefined;
6530
+ labelFontSize?: number | null | undefined;
6531
+ labelFontWeight?: string | number | null | undefined;
6532
+ labelBackgroundColor?: string | null | undefined;
6533
+ labelColor?: string | null | undefined;
6534
+ labelColorSmartInvert?: boolean | null | undefined;
6535
+ labelPosition?: string | null | undefined;
6536
+ labelOverlap?: boolean | null | undefined;
5317
6537
  } | null | undefined;
5318
6538
  color?: {
5319
6539
  colorScheme?: string[] | null | undefined;
@@ -5329,8 +6549,8 @@ export declare class Builder implements VSeedBuilder {
5329
6549
  maxSize?: number | null | undefined;
5330
6550
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
5331
6551
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
6552
+ labelColor?: string | null | undefined;
5332
6553
  labelFontSize?: number | null | undefined;
5333
- labelFontColor?: string | null | undefined;
5334
6554
  labelFontWeight?: string | number | null | undefined;
5335
6555
  } | null | undefined;
5336
6556
  } | null | undefined;
@@ -5338,6 +6558,29 @@ export declare class Builder implements VSeedBuilder {
5338
6558
  backgroundColor?: string | null | undefined;
5339
6559
  label?: {
5340
6560
  enable?: boolean | null | undefined;
6561
+ wrap?: boolean | null | undefined;
6562
+ showValue?: boolean | null | undefined;
6563
+ showValuePercent?: boolean | null | undefined;
6564
+ autoFormat?: boolean | null | undefined;
6565
+ numFormat?: {
6566
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
6567
+ ratio?: number | undefined;
6568
+ symbol?: string | undefined;
6569
+ thousandSeparator?: boolean | undefined;
6570
+ prefix?: string | undefined;
6571
+ suffix?: string | undefined;
6572
+ fractionDigits?: number | undefined;
6573
+ significantDigits?: number | undefined;
6574
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
6575
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
6576
+ } | null | undefined;
6577
+ labelFontSize?: number | null | undefined;
6578
+ labelFontWeight?: string | number | null | undefined;
6579
+ labelBackgroundColor?: string | null | undefined;
6580
+ labelColor?: string | null | undefined;
6581
+ labelColorSmartInvert?: boolean | null | undefined;
6582
+ labelPosition?: string | null | undefined;
6583
+ labelOverlap?: boolean | null | undefined;
5341
6584
  } | null | undefined;
5342
6585
  color?: {
5343
6586
  colorScheme?: string[] | null | undefined;
@@ -5353,8 +6596,8 @@ export declare class Builder implements VSeedBuilder {
5353
6596
  maxSize?: number | null | undefined;
5354
6597
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
5355
6598
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
6599
+ labelColor?: string | null | undefined;
5356
6600
  labelFontSize?: number | null | undefined;
5357
- labelFontColor?: string | null | undefined;
5358
6601
  labelFontWeight?: string | number | null | undefined;
5359
6602
  } | null | undefined;
5360
6603
  } | null | undefined;
@@ -5362,6 +6605,29 @@ export declare class Builder implements VSeedBuilder {
5362
6605
  backgroundColor?: string | null | undefined;
5363
6606
  label?: {
5364
6607
  enable?: boolean | null | undefined;
6608
+ wrap?: boolean | null | undefined;
6609
+ showValue?: boolean | null | undefined;
6610
+ showValuePercent?: boolean | null | undefined;
6611
+ autoFormat?: boolean | null | undefined;
6612
+ numFormat?: {
6613
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
6614
+ ratio?: number | undefined;
6615
+ symbol?: string | undefined;
6616
+ thousandSeparator?: boolean | undefined;
6617
+ prefix?: string | undefined;
6618
+ suffix?: string | undefined;
6619
+ fractionDigits?: number | undefined;
6620
+ significantDigits?: number | undefined;
6621
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
6622
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
6623
+ } | null | undefined;
6624
+ labelFontSize?: number | null | undefined;
6625
+ labelFontWeight?: string | number | null | undefined;
6626
+ labelBackgroundColor?: string | null | undefined;
6627
+ labelColor?: string | null | undefined;
6628
+ labelColorSmartInvert?: boolean | null | undefined;
6629
+ labelPosition?: string | null | undefined;
6630
+ labelOverlap?: boolean | null | undefined;
5365
6631
  } | null | undefined;
5366
6632
  color?: {
5367
6633
  colorScheme?: string[] | null | undefined;
@@ -5377,8 +6643,8 @@ export declare class Builder implements VSeedBuilder {
5377
6643
  maxSize?: number | null | undefined;
5378
6644
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
5379
6645
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
6646
+ labelColor?: string | null | undefined;
5380
6647
  labelFontSize?: number | null | undefined;
5381
- labelFontColor?: string | null | undefined;
5382
6648
  labelFontWeight?: string | number | null | undefined;
5383
6649
  } | null | undefined;
5384
6650
  } | null | undefined;
@@ -5653,6 +6919,29 @@ export declare class Builder implements VSeedBuilder {
5653
6919
  backgroundColor?: string | null | undefined;
5654
6920
  label?: {
5655
6921
  enable?: boolean | null | undefined;
6922
+ wrap?: boolean | null | undefined;
6923
+ showValue?: boolean | null | undefined;
6924
+ showValuePercent?: boolean | null | undefined;
6925
+ autoFormat?: boolean | null | undefined;
6926
+ numFormat?: {
6927
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
6928
+ ratio?: number | undefined;
6929
+ symbol?: string | undefined;
6930
+ thousandSeparator?: boolean | undefined;
6931
+ prefix?: string | undefined;
6932
+ suffix?: string | undefined;
6933
+ fractionDigits?: number | undefined;
6934
+ significantDigits?: number | undefined;
6935
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
6936
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
6937
+ } | null | undefined;
6938
+ labelFontSize?: number | null | undefined;
6939
+ labelFontWeight?: string | number | null | undefined;
6940
+ labelBackgroundColor?: string | null | undefined;
6941
+ labelColor?: string | null | undefined;
6942
+ labelColorSmartInvert?: boolean | null | undefined;
6943
+ labelPosition?: string | null | undefined;
6944
+ labelOverlap?: boolean | null | undefined;
5656
6945
  } | null | undefined;
5657
6946
  color?: {
5658
6947
  colorScheme?: string[] | null | undefined;
@@ -5668,8 +6957,8 @@ export declare class Builder implements VSeedBuilder {
5668
6957
  maxSize?: number | null | undefined;
5669
6958
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
5670
6959
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
6960
+ labelColor?: string | null | undefined;
5671
6961
  labelFontSize?: number | null | undefined;
5672
- labelFontColor?: string | null | undefined;
5673
6962
  labelFontWeight?: string | number | null | undefined;
5674
6963
  } | null | undefined;
5675
6964
  xAxis?: {
@@ -5763,6 +7052,29 @@ export declare class Builder implements VSeedBuilder {
5763
7052
  backgroundColor?: string | null | undefined;
5764
7053
  label?: {
5765
7054
  enable?: boolean | null | undefined;
7055
+ wrap?: boolean | null | undefined;
7056
+ showValue?: boolean | null | undefined;
7057
+ showValuePercent?: boolean | null | undefined;
7058
+ autoFormat?: boolean | null | undefined;
7059
+ numFormat?: {
7060
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
7061
+ ratio?: number | undefined;
7062
+ symbol?: string | undefined;
7063
+ thousandSeparator?: boolean | undefined;
7064
+ prefix?: string | undefined;
7065
+ suffix?: string | undefined;
7066
+ fractionDigits?: number | undefined;
7067
+ significantDigits?: number | undefined;
7068
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
7069
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
7070
+ } | null | undefined;
7071
+ labelFontSize?: number | null | undefined;
7072
+ labelFontWeight?: string | number | null | undefined;
7073
+ labelBackgroundColor?: string | null | undefined;
7074
+ labelColor?: string | null | undefined;
7075
+ labelColorSmartInvert?: boolean | null | undefined;
7076
+ labelPosition?: string | null | undefined;
7077
+ labelOverlap?: boolean | null | undefined;
5766
7078
  } | null | undefined;
5767
7079
  color?: {
5768
7080
  colorScheme?: string[] | null | undefined;
@@ -5778,8 +7090,8 @@ export declare class Builder implements VSeedBuilder {
5778
7090
  maxSize?: number | null | undefined;
5779
7091
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
5780
7092
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
7093
+ labelColor?: string | null | undefined;
5781
7094
  labelFontSize?: number | null | undefined;
5782
- labelFontColor?: string | null | undefined;
5783
7095
  labelFontWeight?: string | number | null | undefined;
5784
7096
  } | null | undefined;
5785
7097
  xAxis?: {
@@ -5874,6 +7186,29 @@ export declare class Builder implements VSeedBuilder {
5874
7186
  backgroundColor?: string | null | undefined;
5875
7187
  label?: {
5876
7188
  enable?: boolean | null | undefined;
7189
+ wrap?: boolean | null | undefined;
7190
+ showValue?: boolean | null | undefined;
7191
+ showValuePercent?: boolean | null | undefined;
7192
+ autoFormat?: boolean | null | undefined;
7193
+ numFormat?: {
7194
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
7195
+ ratio?: number | undefined;
7196
+ symbol?: string | undefined;
7197
+ thousandSeparator?: boolean | undefined;
7198
+ prefix?: string | undefined;
7199
+ suffix?: string | undefined;
7200
+ fractionDigits?: number | undefined;
7201
+ significantDigits?: number | undefined;
7202
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
7203
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
7204
+ } | null | undefined;
7205
+ labelFontSize?: number | null | undefined;
7206
+ labelFontWeight?: string | number | null | undefined;
7207
+ labelBackgroundColor?: string | null | undefined;
7208
+ labelColor?: string | null | undefined;
7209
+ labelColorSmartInvert?: boolean | null | undefined;
7210
+ labelPosition?: string | null | undefined;
7211
+ labelOverlap?: boolean | null | undefined;
5877
7212
  } | null | undefined;
5878
7213
  color?: {
5879
7214
  colorScheme?: string[] | null | undefined;
@@ -5889,8 +7224,8 @@ export declare class Builder implements VSeedBuilder {
5889
7224
  maxSize?: number | null | undefined;
5890
7225
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
5891
7226
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
7227
+ labelColor?: string | null | undefined;
5892
7228
  labelFontSize?: number | null | undefined;
5893
- labelFontColor?: string | null | undefined;
5894
7229
  labelFontWeight?: string | number | null | undefined;
5895
7230
  } | null | undefined;
5896
7231
  xAxis?: {
@@ -5985,6 +7320,29 @@ export declare class Builder implements VSeedBuilder {
5985
7320
  backgroundColor?: string | null | undefined;
5986
7321
  label?: {
5987
7322
  enable?: boolean | null | undefined;
7323
+ wrap?: boolean | null | undefined;
7324
+ showValue?: boolean | null | undefined;
7325
+ showValuePercent?: boolean | null | undefined;
7326
+ autoFormat?: boolean | null | undefined;
7327
+ numFormat?: {
7328
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
7329
+ ratio?: number | undefined;
7330
+ symbol?: string | undefined;
7331
+ thousandSeparator?: boolean | undefined;
7332
+ prefix?: string | undefined;
7333
+ suffix?: string | undefined;
7334
+ fractionDigits?: number | undefined;
7335
+ significantDigits?: number | undefined;
7336
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
7337
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
7338
+ } | null | undefined;
7339
+ labelFontSize?: number | null | undefined;
7340
+ labelFontWeight?: string | number | null | undefined;
7341
+ labelBackgroundColor?: string | null | undefined;
7342
+ labelColor?: string | null | undefined;
7343
+ labelColorSmartInvert?: boolean | null | undefined;
7344
+ labelPosition?: string | null | undefined;
7345
+ labelOverlap?: boolean | null | undefined;
5988
7346
  } | null | undefined;
5989
7347
  color?: {
5990
7348
  colorScheme?: string[] | null | undefined;
@@ -6000,8 +7358,8 @@ export declare class Builder implements VSeedBuilder {
6000
7358
  maxSize?: number | null | undefined;
6001
7359
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
6002
7360
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
7361
+ labelColor?: string | null | undefined;
6003
7362
  labelFontSize?: number | null | undefined;
6004
- labelFontColor?: string | null | undefined;
6005
7363
  labelFontWeight?: string | number | null | undefined;
6006
7364
  } | null | undefined;
6007
7365
  xAxis?: {
@@ -6096,6 +7454,29 @@ export declare class Builder implements VSeedBuilder {
6096
7454
  backgroundColor?: string | null | undefined;
6097
7455
  label?: {
6098
7456
  enable?: boolean | null | undefined;
7457
+ wrap?: boolean | null | undefined;
7458
+ showValue?: boolean | null | undefined;
7459
+ showValuePercent?: boolean | null | undefined;
7460
+ autoFormat?: boolean | null | undefined;
7461
+ numFormat?: {
7462
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
7463
+ ratio?: number | undefined;
7464
+ symbol?: string | undefined;
7465
+ thousandSeparator?: boolean | undefined;
7466
+ prefix?: string | undefined;
7467
+ suffix?: string | undefined;
7468
+ fractionDigits?: number | undefined;
7469
+ significantDigits?: number | undefined;
7470
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
7471
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
7472
+ } | null | undefined;
7473
+ labelFontSize?: number | null | undefined;
7474
+ labelFontWeight?: string | number | null | undefined;
7475
+ labelBackgroundColor?: string | null | undefined;
7476
+ labelColor?: string | null | undefined;
7477
+ labelColorSmartInvert?: boolean | null | undefined;
7478
+ labelPosition?: string | null | undefined;
7479
+ labelOverlap?: boolean | null | undefined;
6099
7480
  } | null | undefined;
6100
7481
  color?: {
6101
7482
  colorScheme?: string[] | null | undefined;
@@ -6111,8 +7492,8 @@ export declare class Builder implements VSeedBuilder {
6111
7492
  maxSize?: number | null | undefined;
6112
7493
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
6113
7494
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
7495
+ labelColor?: string | null | undefined;
6114
7496
  labelFontSize?: number | null | undefined;
6115
- labelFontColor?: string | null | undefined;
6116
7497
  labelFontWeight?: string | number | null | undefined;
6117
7498
  } | null | undefined;
6118
7499
  xAxis?: {
@@ -6207,6 +7588,29 @@ export declare class Builder implements VSeedBuilder {
6207
7588
  backgroundColor?: string | null | undefined;
6208
7589
  label?: {
6209
7590
  enable?: boolean | null | undefined;
7591
+ wrap?: boolean | null | undefined;
7592
+ showValue?: boolean | null | undefined;
7593
+ showValuePercent?: boolean | null | undefined;
7594
+ autoFormat?: boolean | null | undefined;
7595
+ numFormat?: {
7596
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
7597
+ ratio?: number | undefined;
7598
+ symbol?: string | undefined;
7599
+ thousandSeparator?: boolean | undefined;
7600
+ prefix?: string | undefined;
7601
+ suffix?: string | undefined;
7602
+ fractionDigits?: number | undefined;
7603
+ significantDigits?: number | undefined;
7604
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
7605
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
7606
+ } | null | undefined;
7607
+ labelFontSize?: number | null | undefined;
7608
+ labelFontWeight?: string | number | null | undefined;
7609
+ labelBackgroundColor?: string | null | undefined;
7610
+ labelColor?: string | null | undefined;
7611
+ labelColorSmartInvert?: boolean | null | undefined;
7612
+ labelPosition?: string | null | undefined;
7613
+ labelOverlap?: boolean | null | undefined;
6210
7614
  } | null | undefined;
6211
7615
  color?: {
6212
7616
  colorScheme?: string[] | null | undefined;
@@ -6222,8 +7626,8 @@ export declare class Builder implements VSeedBuilder {
6222
7626
  maxSize?: number | null | undefined;
6223
7627
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
6224
7628
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
7629
+ labelColor?: string | null | undefined;
6225
7630
  labelFontSize?: number | null | undefined;
6226
- labelFontColor?: string | null | undefined;
6227
7631
  labelFontWeight?: string | number | null | undefined;
6228
7632
  } | null | undefined;
6229
7633
  xAxis?: {
@@ -6318,6 +7722,29 @@ export declare class Builder implements VSeedBuilder {
6318
7722
  backgroundColor?: string | null | undefined;
6319
7723
  label?: {
6320
7724
  enable?: boolean | null | undefined;
7725
+ wrap?: boolean | null | undefined;
7726
+ showValue?: boolean | null | undefined;
7727
+ showValuePercent?: boolean | null | undefined;
7728
+ autoFormat?: boolean | null | undefined;
7729
+ numFormat?: {
7730
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
7731
+ ratio?: number | undefined;
7732
+ symbol?: string | undefined;
7733
+ thousandSeparator?: boolean | undefined;
7734
+ prefix?: string | undefined;
7735
+ suffix?: string | undefined;
7736
+ fractionDigits?: number | undefined;
7737
+ significantDigits?: number | undefined;
7738
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
7739
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
7740
+ } | null | undefined;
7741
+ labelFontSize?: number | null | undefined;
7742
+ labelFontWeight?: string | number | null | undefined;
7743
+ labelBackgroundColor?: string | null | undefined;
7744
+ labelColor?: string | null | undefined;
7745
+ labelColorSmartInvert?: boolean | null | undefined;
7746
+ labelPosition?: string | null | undefined;
7747
+ labelOverlap?: boolean | null | undefined;
6321
7748
  } | null | undefined;
6322
7749
  color?: {
6323
7750
  colorScheme?: string[] | null | undefined;
@@ -6333,8 +7760,8 @@ export declare class Builder implements VSeedBuilder {
6333
7760
  maxSize?: number | null | undefined;
6334
7761
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
6335
7762
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
7763
+ labelColor?: string | null | undefined;
6336
7764
  labelFontSize?: number | null | undefined;
6337
- labelFontColor?: string | null | undefined;
6338
7765
  labelFontWeight?: string | number | null | undefined;
6339
7766
  } | null | undefined;
6340
7767
  xAxis?: {
@@ -6429,6 +7856,29 @@ export declare class Builder implements VSeedBuilder {
6429
7856
  backgroundColor?: string | null | undefined;
6430
7857
  label?: {
6431
7858
  enable?: boolean | null | undefined;
7859
+ wrap?: boolean | null | undefined;
7860
+ showValue?: boolean | null | undefined;
7861
+ showValuePercent?: boolean | null | undefined;
7862
+ autoFormat?: boolean | null | undefined;
7863
+ numFormat?: {
7864
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
7865
+ ratio?: number | undefined;
7866
+ symbol?: string | undefined;
7867
+ thousandSeparator?: boolean | undefined;
7868
+ prefix?: string | undefined;
7869
+ suffix?: string | undefined;
7870
+ fractionDigits?: number | undefined;
7871
+ significantDigits?: number | undefined;
7872
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
7873
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
7874
+ } | null | undefined;
7875
+ labelFontSize?: number | null | undefined;
7876
+ labelFontWeight?: string | number | null | undefined;
7877
+ labelBackgroundColor?: string | null | undefined;
7878
+ labelColor?: string | null | undefined;
7879
+ labelColorSmartInvert?: boolean | null | undefined;
7880
+ labelPosition?: string | null | undefined;
7881
+ labelOverlap?: boolean | null | undefined;
6432
7882
  } | null | undefined;
6433
7883
  color?: {
6434
7884
  colorScheme?: string[] | null | undefined;
@@ -6444,8 +7894,8 @@ export declare class Builder implements VSeedBuilder {
6444
7894
  maxSize?: number | null | undefined;
6445
7895
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
6446
7896
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
7897
+ labelColor?: string | null | undefined;
6447
7898
  labelFontSize?: number | null | undefined;
6448
- labelFontColor?: string | null | undefined;
6449
7899
  labelFontWeight?: string | number | null | undefined;
6450
7900
  } | null | undefined;
6451
7901
  xAxis?: {
@@ -6539,6 +7989,29 @@ export declare class Builder implements VSeedBuilder {
6539
7989
  backgroundColor?: string | null | undefined;
6540
7990
  label?: {
6541
7991
  enable?: boolean | null | undefined;
7992
+ wrap?: boolean | null | undefined;
7993
+ showValue?: boolean | null | undefined;
7994
+ showValuePercent?: boolean | null | undefined;
7995
+ autoFormat?: boolean | null | undefined;
7996
+ numFormat?: {
7997
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
7998
+ ratio?: number | undefined;
7999
+ symbol?: string | undefined;
8000
+ thousandSeparator?: boolean | undefined;
8001
+ prefix?: string | undefined;
8002
+ suffix?: string | undefined;
8003
+ fractionDigits?: number | undefined;
8004
+ significantDigits?: number | undefined;
8005
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
8006
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
8007
+ } | null | undefined;
8008
+ labelFontSize?: number | null | undefined;
8009
+ labelFontWeight?: string | number | null | undefined;
8010
+ labelBackgroundColor?: string | null | undefined;
8011
+ labelColor?: string | null | undefined;
8012
+ labelColorSmartInvert?: boolean | null | undefined;
8013
+ labelPosition?: string | null | undefined;
8014
+ labelOverlap?: boolean | null | undefined;
6542
8015
  } | null | undefined;
6543
8016
  color?: {
6544
8017
  colorScheme?: string[] | null | undefined;
@@ -6554,8 +8027,8 @@ export declare class Builder implements VSeedBuilder {
6554
8027
  maxSize?: number | null | undefined;
6555
8028
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
6556
8029
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
8030
+ labelColor?: string | null | undefined;
6557
8031
  labelFontSize?: number | null | undefined;
6558
- labelFontColor?: string | null | undefined;
6559
8032
  labelFontWeight?: string | number | null | undefined;
6560
8033
  } | null | undefined;
6561
8034
  xAxis?: {
@@ -6649,6 +8122,29 @@ export declare class Builder implements VSeedBuilder {
6649
8122
  backgroundColor?: string | null | undefined;
6650
8123
  label?: {
6651
8124
  enable?: boolean | null | undefined;
8125
+ wrap?: boolean | null | undefined;
8126
+ showValue?: boolean | null | undefined;
8127
+ showValuePercent?: boolean | null | undefined;
8128
+ autoFormat?: boolean | null | undefined;
8129
+ numFormat?: {
8130
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
8131
+ ratio?: number | undefined;
8132
+ symbol?: string | undefined;
8133
+ thousandSeparator?: boolean | undefined;
8134
+ prefix?: string | undefined;
8135
+ suffix?: string | undefined;
8136
+ fractionDigits?: number | undefined;
8137
+ significantDigits?: number | undefined;
8138
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
8139
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
8140
+ } | null | undefined;
8141
+ labelFontSize?: number | null | undefined;
8142
+ labelFontWeight?: string | number | null | undefined;
8143
+ labelBackgroundColor?: string | null | undefined;
8144
+ labelColor?: string | null | undefined;
8145
+ labelColorSmartInvert?: boolean | null | undefined;
8146
+ labelPosition?: string | null | undefined;
8147
+ labelOverlap?: boolean | null | undefined;
6652
8148
  } | null | undefined;
6653
8149
  color?: {
6654
8150
  colorScheme?: string[] | null | undefined;
@@ -6664,8 +8160,8 @@ export declare class Builder implements VSeedBuilder {
6664
8160
  maxSize?: number | null | undefined;
6665
8161
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
6666
8162
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
8163
+ labelColor?: string | null | undefined;
6667
8164
  labelFontSize?: number | null | undefined;
6668
- labelFontColor?: string | null | undefined;
6669
8165
  labelFontWeight?: string | number | null | undefined;
6670
8166
  } | null | undefined;
6671
8167
  xAxis?: {
@@ -6760,6 +8256,29 @@ export declare class Builder implements VSeedBuilder {
6760
8256
  backgroundColor?: string | null | undefined;
6761
8257
  label?: {
6762
8258
  enable?: boolean | null | undefined;
8259
+ wrap?: boolean | null | undefined;
8260
+ showValue?: boolean | null | undefined;
8261
+ showValuePercent?: boolean | null | undefined;
8262
+ autoFormat?: boolean | null | undefined;
8263
+ numFormat?: {
8264
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
8265
+ ratio?: number | undefined;
8266
+ symbol?: string | undefined;
8267
+ thousandSeparator?: boolean | undefined;
8268
+ prefix?: string | undefined;
8269
+ suffix?: string | undefined;
8270
+ fractionDigits?: number | undefined;
8271
+ significantDigits?: number | undefined;
8272
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
8273
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
8274
+ } | null | undefined;
8275
+ labelFontSize?: number | null | undefined;
8276
+ labelFontWeight?: string | number | null | undefined;
8277
+ labelBackgroundColor?: string | null | undefined;
8278
+ labelColor?: string | null | undefined;
8279
+ labelColorSmartInvert?: boolean | null | undefined;
8280
+ labelPosition?: string | null | undefined;
8281
+ labelOverlap?: boolean | null | undefined;
6763
8282
  } | null | undefined;
6764
8283
  color?: {
6765
8284
  colorScheme?: string[] | null | undefined;
@@ -6775,8 +8294,8 @@ export declare class Builder implements VSeedBuilder {
6775
8294
  maxSize?: number | null | undefined;
6776
8295
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
6777
8296
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
8297
+ labelColor?: string | null | undefined;
6778
8298
  labelFontSize?: number | null | undefined;
6779
- labelFontColor?: string | null | undefined;
6780
8299
  labelFontWeight?: string | number | null | undefined;
6781
8300
  } | null | undefined;
6782
8301
  dualChartType?: {
@@ -6996,6 +8515,29 @@ export declare class Builder implements VSeedBuilder {
6996
8515
  backgroundColor?: string | null | undefined;
6997
8516
  label?: {
6998
8517
  enable?: boolean | null | undefined;
8518
+ wrap?: boolean | null | undefined;
8519
+ showValue?: boolean | null | undefined;
8520
+ showValuePercent?: boolean | null | undefined;
8521
+ autoFormat?: boolean | null | undefined;
8522
+ numFormat?: {
8523
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
8524
+ ratio?: number | undefined;
8525
+ symbol?: string | undefined;
8526
+ thousandSeparator?: boolean | undefined;
8527
+ prefix?: string | undefined;
8528
+ suffix?: string | undefined;
8529
+ fractionDigits?: number | undefined;
8530
+ significantDigits?: number | undefined;
8531
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
8532
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
8533
+ } | null | undefined;
8534
+ labelFontSize?: number | null | undefined;
8535
+ labelFontWeight?: string | number | null | undefined;
8536
+ labelBackgroundColor?: string | null | undefined;
8537
+ labelColor?: string | null | undefined;
8538
+ labelColorSmartInvert?: boolean | null | undefined;
8539
+ labelPosition?: string | null | undefined;
8540
+ labelOverlap?: boolean | null | undefined;
6999
8541
  } | null | undefined;
7000
8542
  color?: {
7001
8543
  colorScheme?: string[] | null | undefined;
@@ -7011,8 +8553,8 @@ export declare class Builder implements VSeedBuilder {
7011
8553
  maxSize?: number | null | undefined;
7012
8554
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
7013
8555
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
8556
+ labelColor?: string | null | undefined;
7014
8557
  labelFontSize?: number | null | undefined;
7015
- labelFontColor?: string | null | undefined;
7016
8558
  labelFontWeight?: string | number | null | undefined;
7017
8559
  } | null | undefined;
7018
8560
  } | null | undefined;
@@ -7020,6 +8562,29 @@ export declare class Builder implements VSeedBuilder {
7020
8562
  backgroundColor?: string | null | undefined;
7021
8563
  label?: {
7022
8564
  enable?: boolean | null | undefined;
8565
+ wrap?: boolean | null | undefined;
8566
+ showValue?: boolean | null | undefined;
8567
+ showValuePercent?: boolean | null | undefined;
8568
+ autoFormat?: boolean | null | undefined;
8569
+ numFormat?: {
8570
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
8571
+ ratio?: number | undefined;
8572
+ symbol?: string | undefined;
8573
+ thousandSeparator?: boolean | undefined;
8574
+ prefix?: string | undefined;
8575
+ suffix?: string | undefined;
8576
+ fractionDigits?: number | undefined;
8577
+ significantDigits?: number | undefined;
8578
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
8579
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
8580
+ } | null | undefined;
8581
+ labelFontSize?: number | null | undefined;
8582
+ labelFontWeight?: string | number | null | undefined;
8583
+ labelBackgroundColor?: string | null | undefined;
8584
+ labelColor?: string | null | undefined;
8585
+ labelColorSmartInvert?: boolean | null | undefined;
8586
+ labelPosition?: string | null | undefined;
8587
+ labelOverlap?: boolean | null | undefined;
7023
8588
  } | null | undefined;
7024
8589
  color?: {
7025
8590
  colorScheme?: string[] | null | undefined;
@@ -7035,8 +8600,8 @@ export declare class Builder implements VSeedBuilder {
7035
8600
  maxSize?: number | null | undefined;
7036
8601
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
7037
8602
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
8603
+ labelColor?: string | null | undefined;
7038
8604
  labelFontSize?: number | null | undefined;
7039
- labelFontColor?: string | null | undefined;
7040
8605
  labelFontWeight?: string | number | null | undefined;
7041
8606
  } | null | undefined;
7042
8607
  } | null | undefined;
@@ -7044,6 +8609,29 @@ export declare class Builder implements VSeedBuilder {
7044
8609
  backgroundColor?: string | null | undefined;
7045
8610
  label?: {
7046
8611
  enable?: boolean | null | undefined;
8612
+ wrap?: boolean | null | undefined;
8613
+ showValue?: boolean | null | undefined;
8614
+ showValuePercent?: boolean | null | undefined;
8615
+ autoFormat?: boolean | null | undefined;
8616
+ numFormat?: {
8617
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
8618
+ ratio?: number | undefined;
8619
+ symbol?: string | undefined;
8620
+ thousandSeparator?: boolean | undefined;
8621
+ prefix?: string | undefined;
8622
+ suffix?: string | undefined;
8623
+ fractionDigits?: number | undefined;
8624
+ significantDigits?: number | undefined;
8625
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
8626
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
8627
+ } | null | undefined;
8628
+ labelFontSize?: number | null | undefined;
8629
+ labelFontWeight?: string | number | null | undefined;
8630
+ labelBackgroundColor?: string | null | undefined;
8631
+ labelColor?: string | null | undefined;
8632
+ labelColorSmartInvert?: boolean | null | undefined;
8633
+ labelPosition?: string | null | undefined;
8634
+ labelOverlap?: boolean | null | undefined;
7047
8635
  } | null | undefined;
7048
8636
  color?: {
7049
8637
  colorScheme?: string[] | null | undefined;
@@ -7059,8 +8647,8 @@ export declare class Builder implements VSeedBuilder {
7059
8647
  maxSize?: number | null | undefined;
7060
8648
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
7061
8649
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
8650
+ labelColor?: string | null | undefined;
7062
8651
  labelFontSize?: number | null | undefined;
7063
- labelFontColor?: string | null | undefined;
7064
8652
  labelFontWeight?: string | number | null | undefined;
7065
8653
  } | null | undefined;
7066
8654
  } | null | undefined;
@@ -7068,6 +8656,29 @@ export declare class Builder implements VSeedBuilder {
7068
8656
  backgroundColor?: string | null | undefined;
7069
8657
  label?: {
7070
8658
  enable?: boolean | null | undefined;
8659
+ wrap?: boolean | null | undefined;
8660
+ showValue?: boolean | null | undefined;
8661
+ showValuePercent?: boolean | null | undefined;
8662
+ autoFormat?: boolean | null | undefined;
8663
+ numFormat?: {
8664
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
8665
+ ratio?: number | undefined;
8666
+ symbol?: string | undefined;
8667
+ thousandSeparator?: boolean | undefined;
8668
+ prefix?: string | undefined;
8669
+ suffix?: string | undefined;
8670
+ fractionDigits?: number | undefined;
8671
+ significantDigits?: number | undefined;
8672
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
8673
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
8674
+ } | null | undefined;
8675
+ labelFontSize?: number | null | undefined;
8676
+ labelFontWeight?: string | number | null | undefined;
8677
+ labelBackgroundColor?: string | null | undefined;
8678
+ labelColor?: string | null | undefined;
8679
+ labelColorSmartInvert?: boolean | null | undefined;
8680
+ labelPosition?: string | null | undefined;
8681
+ labelOverlap?: boolean | null | undefined;
7071
8682
  } | null | undefined;
7072
8683
  color?: {
7073
8684
  colorScheme?: string[] | null | undefined;
@@ -7083,8 +8694,8 @@ export declare class Builder implements VSeedBuilder {
7083
8694
  maxSize?: number | null | undefined;
7084
8695
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
7085
8696
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
8697
+ labelColor?: string | null | undefined;
7086
8698
  labelFontSize?: number | null | undefined;
7087
- labelFontColor?: string | null | undefined;
7088
8699
  labelFontWeight?: string | number | null | undefined;
7089
8700
  } | null | undefined;
7090
8701
  } | null | undefined;
@@ -7092,6 +8703,29 @@ export declare class Builder implements VSeedBuilder {
7092
8703
  backgroundColor?: string | null | undefined;
7093
8704
  label?: {
7094
8705
  enable?: boolean | null | undefined;
8706
+ wrap?: boolean | null | undefined;
8707
+ showValue?: boolean | null | undefined;
8708
+ showValuePercent?: boolean | null | undefined;
8709
+ autoFormat?: boolean | null | undefined;
8710
+ numFormat?: {
8711
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
8712
+ ratio?: number | undefined;
8713
+ symbol?: string | undefined;
8714
+ thousandSeparator?: boolean | undefined;
8715
+ prefix?: string | undefined;
8716
+ suffix?: string | undefined;
8717
+ fractionDigits?: number | undefined;
8718
+ significantDigits?: number | undefined;
8719
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
8720
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
8721
+ } | null | undefined;
8722
+ labelFontSize?: number | null | undefined;
8723
+ labelFontWeight?: string | number | null | undefined;
8724
+ labelBackgroundColor?: string | null | undefined;
8725
+ labelColor?: string | null | undefined;
8726
+ labelColorSmartInvert?: boolean | null | undefined;
8727
+ labelPosition?: string | null | undefined;
8728
+ labelOverlap?: boolean | null | undefined;
7095
8729
  } | null | undefined;
7096
8730
  color?: {
7097
8731
  colorScheme?: string[] | null | undefined;
@@ -7107,8 +8741,8 @@ export declare class Builder implements VSeedBuilder {
7107
8741
  maxSize?: number | null | undefined;
7108
8742
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
7109
8743
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
8744
+ labelColor?: string | null | undefined;
7110
8745
  labelFontSize?: number | null | undefined;
7111
- labelFontColor?: string | null | undefined;
7112
8746
  labelFontWeight?: string | number | null | undefined;
7113
8747
  } | null | undefined;
7114
8748
  } | null | undefined;
@@ -7116,6 +8750,29 @@ export declare class Builder implements VSeedBuilder {
7116
8750
  backgroundColor?: string | null | undefined;
7117
8751
  label?: {
7118
8752
  enable?: boolean | null | undefined;
8753
+ wrap?: boolean | null | undefined;
8754
+ showValue?: boolean | null | undefined;
8755
+ showValuePercent?: boolean | null | undefined;
8756
+ autoFormat?: boolean | null | undefined;
8757
+ numFormat?: {
8758
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
8759
+ ratio?: number | undefined;
8760
+ symbol?: string | undefined;
8761
+ thousandSeparator?: boolean | undefined;
8762
+ prefix?: string | undefined;
8763
+ suffix?: string | undefined;
8764
+ fractionDigits?: number | undefined;
8765
+ significantDigits?: number | undefined;
8766
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
8767
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
8768
+ } | null | undefined;
8769
+ labelFontSize?: number | null | undefined;
8770
+ labelFontWeight?: string | number | null | undefined;
8771
+ labelBackgroundColor?: string | null | undefined;
8772
+ labelColor?: string | null | undefined;
8773
+ labelColorSmartInvert?: boolean | null | undefined;
8774
+ labelPosition?: string | null | undefined;
8775
+ labelOverlap?: boolean | null | undefined;
7119
8776
  } | null | undefined;
7120
8777
  color?: {
7121
8778
  colorScheme?: string[] | null | undefined;
@@ -7131,8 +8788,8 @@ export declare class Builder implements VSeedBuilder {
7131
8788
  maxSize?: number | null | undefined;
7132
8789
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
7133
8790
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
8791
+ labelColor?: string | null | undefined;
7134
8792
  labelFontSize?: number | null | undefined;
7135
- labelFontColor?: string | null | undefined;
7136
8793
  labelFontWeight?: string | number | null | undefined;
7137
8794
  } | null | undefined;
7138
8795
  } | null | undefined;
@@ -7140,6 +8797,29 @@ export declare class Builder implements VSeedBuilder {
7140
8797
  backgroundColor?: string | null | undefined;
7141
8798
  label?: {
7142
8799
  enable?: boolean | null | undefined;
8800
+ wrap?: boolean | null | undefined;
8801
+ showValue?: boolean | null | undefined;
8802
+ showValuePercent?: boolean | null | undefined;
8803
+ autoFormat?: boolean | null | undefined;
8804
+ numFormat?: {
8805
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
8806
+ ratio?: number | undefined;
8807
+ symbol?: string | undefined;
8808
+ thousandSeparator?: boolean | undefined;
8809
+ prefix?: string | undefined;
8810
+ suffix?: string | undefined;
8811
+ fractionDigits?: number | undefined;
8812
+ significantDigits?: number | undefined;
8813
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
8814
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
8815
+ } | null | undefined;
8816
+ labelFontSize?: number | null | undefined;
8817
+ labelFontWeight?: string | number | null | undefined;
8818
+ labelBackgroundColor?: string | null | undefined;
8819
+ labelColor?: string | null | undefined;
8820
+ labelColorSmartInvert?: boolean | null | undefined;
8821
+ labelPosition?: string | null | undefined;
8822
+ labelOverlap?: boolean | null | undefined;
7143
8823
  } | null | undefined;
7144
8824
  color?: {
7145
8825
  colorScheme?: string[] | null | undefined;
@@ -7155,8 +8835,8 @@ export declare class Builder implements VSeedBuilder {
7155
8835
  maxSize?: number | null | undefined;
7156
8836
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
7157
8837
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
8838
+ labelColor?: string | null | undefined;
7158
8839
  labelFontSize?: number | null | undefined;
7159
- labelFontColor?: string | null | undefined;
7160
8840
  labelFontWeight?: string | number | null | undefined;
7161
8841
  } | null | undefined;
7162
8842
  } | null | undefined;
@@ -7522,7 +9202,7 @@ export declare class Builder implements VSeedBuilder {
7522
9202
  * @example Builder.getTheme('light'), 获取浅色主题
7523
9203
  * @returns 主题配置
7524
9204
  */
7525
- static getTheme: (themeKey: string) => {
9205
+ static getTheme: (themeKey?: string) => {
7526
9206
  config?: {
7527
9207
  table?: {
7528
9208
  backgroundColor?: string | null | undefined;
@@ -7560,6 +9240,29 @@ export declare class Builder implements VSeedBuilder {
7560
9240
  backgroundColor?: string | null | undefined;
7561
9241
  label?: {
7562
9242
  enable?: boolean | null | undefined;
9243
+ wrap?: boolean | null | undefined;
9244
+ showValue?: boolean | null | undefined;
9245
+ showValuePercent?: boolean | null | undefined;
9246
+ autoFormat?: boolean | null | undefined;
9247
+ numFormat?: {
9248
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
9249
+ ratio?: number | undefined;
9250
+ symbol?: string | undefined;
9251
+ thousandSeparator?: boolean | undefined;
9252
+ prefix?: string | undefined;
9253
+ suffix?: string | undefined;
9254
+ fractionDigits?: number | undefined;
9255
+ significantDigits?: number | undefined;
9256
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
9257
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
9258
+ } | null | undefined;
9259
+ labelFontSize?: number | null | undefined;
9260
+ labelFontWeight?: string | number | null | undefined;
9261
+ labelBackgroundColor?: string | null | undefined;
9262
+ labelColor?: string | null | undefined;
9263
+ labelColorSmartInvert?: boolean | null | undefined;
9264
+ labelPosition?: string | null | undefined;
9265
+ labelOverlap?: boolean | null | undefined;
7563
9266
  } | null | undefined;
7564
9267
  color?: {
7565
9268
  colorScheme?: string[] | null | undefined;
@@ -7575,8 +9278,8 @@ export declare class Builder implements VSeedBuilder {
7575
9278
  maxSize?: number | null | undefined;
7576
9279
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
7577
9280
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9281
+ labelColor?: string | null | undefined;
7578
9282
  labelFontSize?: number | null | undefined;
7579
- labelFontColor?: string | null | undefined;
7580
9283
  labelFontWeight?: string | number | null | undefined;
7581
9284
  } | null | undefined;
7582
9285
  xAxis?: {
@@ -7670,6 +9373,29 @@ export declare class Builder implements VSeedBuilder {
7670
9373
  backgroundColor?: string | null | undefined;
7671
9374
  label?: {
7672
9375
  enable?: boolean | null | undefined;
9376
+ wrap?: boolean | null | undefined;
9377
+ showValue?: boolean | null | undefined;
9378
+ showValuePercent?: boolean | null | undefined;
9379
+ autoFormat?: boolean | null | undefined;
9380
+ numFormat?: {
9381
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
9382
+ ratio?: number | undefined;
9383
+ symbol?: string | undefined;
9384
+ thousandSeparator?: boolean | undefined;
9385
+ prefix?: string | undefined;
9386
+ suffix?: string | undefined;
9387
+ fractionDigits?: number | undefined;
9388
+ significantDigits?: number | undefined;
9389
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
9390
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
9391
+ } | null | undefined;
9392
+ labelFontSize?: number | null | undefined;
9393
+ labelFontWeight?: string | number | null | undefined;
9394
+ labelBackgroundColor?: string | null | undefined;
9395
+ labelColor?: string | null | undefined;
9396
+ labelColorSmartInvert?: boolean | null | undefined;
9397
+ labelPosition?: string | null | undefined;
9398
+ labelOverlap?: boolean | null | undefined;
7673
9399
  } | null | undefined;
7674
9400
  color?: {
7675
9401
  colorScheme?: string[] | null | undefined;
@@ -7685,8 +9411,8 @@ export declare class Builder implements VSeedBuilder {
7685
9411
  maxSize?: number | null | undefined;
7686
9412
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
7687
9413
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9414
+ labelColor?: string | null | undefined;
7688
9415
  labelFontSize?: number | null | undefined;
7689
- labelFontColor?: string | null | undefined;
7690
9416
  labelFontWeight?: string | number | null | undefined;
7691
9417
  } | null | undefined;
7692
9418
  xAxis?: {
@@ -7781,6 +9507,29 @@ export declare class Builder implements VSeedBuilder {
7781
9507
  backgroundColor?: string | null | undefined;
7782
9508
  label?: {
7783
9509
  enable?: boolean | null | undefined;
9510
+ wrap?: boolean | null | undefined;
9511
+ showValue?: boolean | null | undefined;
9512
+ showValuePercent?: boolean | null | undefined;
9513
+ autoFormat?: boolean | null | undefined;
9514
+ numFormat?: {
9515
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
9516
+ ratio?: number | undefined;
9517
+ symbol?: string | undefined;
9518
+ thousandSeparator?: boolean | undefined;
9519
+ prefix?: string | undefined;
9520
+ suffix?: string | undefined;
9521
+ fractionDigits?: number | undefined;
9522
+ significantDigits?: number | undefined;
9523
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
9524
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
9525
+ } | null | undefined;
9526
+ labelFontSize?: number | null | undefined;
9527
+ labelFontWeight?: string | number | null | undefined;
9528
+ labelBackgroundColor?: string | null | undefined;
9529
+ labelColor?: string | null | undefined;
9530
+ labelColorSmartInvert?: boolean | null | undefined;
9531
+ labelPosition?: string | null | undefined;
9532
+ labelOverlap?: boolean | null | undefined;
7784
9533
  } | null | undefined;
7785
9534
  color?: {
7786
9535
  colorScheme?: string[] | null | undefined;
@@ -7796,8 +9545,8 @@ export declare class Builder implements VSeedBuilder {
7796
9545
  maxSize?: number | null | undefined;
7797
9546
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
7798
9547
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9548
+ labelColor?: string | null | undefined;
7799
9549
  labelFontSize?: number | null | undefined;
7800
- labelFontColor?: string | null | undefined;
7801
9550
  labelFontWeight?: string | number | null | undefined;
7802
9551
  } | null | undefined;
7803
9552
  xAxis?: {
@@ -7892,6 +9641,29 @@ export declare class Builder implements VSeedBuilder {
7892
9641
  backgroundColor?: string | null | undefined;
7893
9642
  label?: {
7894
9643
  enable?: boolean | null | undefined;
9644
+ wrap?: boolean | null | undefined;
9645
+ showValue?: boolean | null | undefined;
9646
+ showValuePercent?: boolean | null | undefined;
9647
+ autoFormat?: boolean | null | undefined;
9648
+ numFormat?: {
9649
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
9650
+ ratio?: number | undefined;
9651
+ symbol?: string | undefined;
9652
+ thousandSeparator?: boolean | undefined;
9653
+ prefix?: string | undefined;
9654
+ suffix?: string | undefined;
9655
+ fractionDigits?: number | undefined;
9656
+ significantDigits?: number | undefined;
9657
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
9658
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
9659
+ } | null | undefined;
9660
+ labelFontSize?: number | null | undefined;
9661
+ labelFontWeight?: string | number | null | undefined;
9662
+ labelBackgroundColor?: string | null | undefined;
9663
+ labelColor?: string | null | undefined;
9664
+ labelColorSmartInvert?: boolean | null | undefined;
9665
+ labelPosition?: string | null | undefined;
9666
+ labelOverlap?: boolean | null | undefined;
7895
9667
  } | null | undefined;
7896
9668
  color?: {
7897
9669
  colorScheme?: string[] | null | undefined;
@@ -7907,8 +9679,8 @@ export declare class Builder implements VSeedBuilder {
7907
9679
  maxSize?: number | null | undefined;
7908
9680
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
7909
9681
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9682
+ labelColor?: string | null | undefined;
7910
9683
  labelFontSize?: number | null | undefined;
7911
- labelFontColor?: string | null | undefined;
7912
9684
  labelFontWeight?: string | number | null | undefined;
7913
9685
  } | null | undefined;
7914
9686
  xAxis?: {
@@ -8003,6 +9775,29 @@ export declare class Builder implements VSeedBuilder {
8003
9775
  backgroundColor?: string | null | undefined;
8004
9776
  label?: {
8005
9777
  enable?: boolean | null | undefined;
9778
+ wrap?: boolean | null | undefined;
9779
+ showValue?: boolean | null | undefined;
9780
+ showValuePercent?: boolean | null | undefined;
9781
+ autoFormat?: boolean | null | undefined;
9782
+ numFormat?: {
9783
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
9784
+ ratio?: number | undefined;
9785
+ symbol?: string | undefined;
9786
+ thousandSeparator?: boolean | undefined;
9787
+ prefix?: string | undefined;
9788
+ suffix?: string | undefined;
9789
+ fractionDigits?: number | undefined;
9790
+ significantDigits?: number | undefined;
9791
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
9792
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
9793
+ } | null | undefined;
9794
+ labelFontSize?: number | null | undefined;
9795
+ labelFontWeight?: string | number | null | undefined;
9796
+ labelBackgroundColor?: string | null | undefined;
9797
+ labelColor?: string | null | undefined;
9798
+ labelColorSmartInvert?: boolean | null | undefined;
9799
+ labelPosition?: string | null | undefined;
9800
+ labelOverlap?: boolean | null | undefined;
8006
9801
  } | null | undefined;
8007
9802
  color?: {
8008
9803
  colorScheme?: string[] | null | undefined;
@@ -8018,8 +9813,8 @@ export declare class Builder implements VSeedBuilder {
8018
9813
  maxSize?: number | null | undefined;
8019
9814
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
8020
9815
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9816
+ labelColor?: string | null | undefined;
8021
9817
  labelFontSize?: number | null | undefined;
8022
- labelFontColor?: string | null | undefined;
8023
9818
  labelFontWeight?: string | number | null | undefined;
8024
9819
  } | null | undefined;
8025
9820
  xAxis?: {
@@ -8114,6 +9909,29 @@ export declare class Builder implements VSeedBuilder {
8114
9909
  backgroundColor?: string | null | undefined;
8115
9910
  label?: {
8116
9911
  enable?: boolean | null | undefined;
9912
+ wrap?: boolean | null | undefined;
9913
+ showValue?: boolean | null | undefined;
9914
+ showValuePercent?: boolean | null | undefined;
9915
+ autoFormat?: boolean | null | undefined;
9916
+ numFormat?: {
9917
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
9918
+ ratio?: number | undefined;
9919
+ symbol?: string | undefined;
9920
+ thousandSeparator?: boolean | undefined;
9921
+ prefix?: string | undefined;
9922
+ suffix?: string | undefined;
9923
+ fractionDigits?: number | undefined;
9924
+ significantDigits?: number | undefined;
9925
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
9926
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
9927
+ } | null | undefined;
9928
+ labelFontSize?: number | null | undefined;
9929
+ labelFontWeight?: string | number | null | undefined;
9930
+ labelBackgroundColor?: string | null | undefined;
9931
+ labelColor?: string | null | undefined;
9932
+ labelColorSmartInvert?: boolean | null | undefined;
9933
+ labelPosition?: string | null | undefined;
9934
+ labelOverlap?: boolean | null | undefined;
8117
9935
  } | null | undefined;
8118
9936
  color?: {
8119
9937
  colorScheme?: string[] | null | undefined;
@@ -8129,8 +9947,8 @@ export declare class Builder implements VSeedBuilder {
8129
9947
  maxSize?: number | null | undefined;
8130
9948
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
8131
9949
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9950
+ labelColor?: string | null | undefined;
8132
9951
  labelFontSize?: number | null | undefined;
8133
- labelFontColor?: string | null | undefined;
8134
9952
  labelFontWeight?: string | number | null | undefined;
8135
9953
  } | null | undefined;
8136
9954
  xAxis?: {
@@ -8225,6 +10043,29 @@ export declare class Builder implements VSeedBuilder {
8225
10043
  backgroundColor?: string | null | undefined;
8226
10044
  label?: {
8227
10045
  enable?: boolean | null | undefined;
10046
+ wrap?: boolean | null | undefined;
10047
+ showValue?: boolean | null | undefined;
10048
+ showValuePercent?: boolean | null | undefined;
10049
+ autoFormat?: boolean | null | undefined;
10050
+ numFormat?: {
10051
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
10052
+ ratio?: number | undefined;
10053
+ symbol?: string | undefined;
10054
+ thousandSeparator?: boolean | undefined;
10055
+ prefix?: string | undefined;
10056
+ suffix?: string | undefined;
10057
+ fractionDigits?: number | undefined;
10058
+ significantDigits?: number | undefined;
10059
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
10060
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
10061
+ } | null | undefined;
10062
+ labelFontSize?: number | null | undefined;
10063
+ labelFontWeight?: string | number | null | undefined;
10064
+ labelBackgroundColor?: string | null | undefined;
10065
+ labelColor?: string | null | undefined;
10066
+ labelColorSmartInvert?: boolean | null | undefined;
10067
+ labelPosition?: string | null | undefined;
10068
+ labelOverlap?: boolean | null | undefined;
8228
10069
  } | null | undefined;
8229
10070
  color?: {
8230
10071
  colorScheme?: string[] | null | undefined;
@@ -8240,8 +10081,8 @@ export declare class Builder implements VSeedBuilder {
8240
10081
  maxSize?: number | null | undefined;
8241
10082
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
8242
10083
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
10084
+ labelColor?: string | null | undefined;
8243
10085
  labelFontSize?: number | null | undefined;
8244
- labelFontColor?: string | null | undefined;
8245
10086
  labelFontWeight?: string | number | null | undefined;
8246
10087
  } | null | undefined;
8247
10088
  xAxis?: {
@@ -8336,6 +10177,29 @@ export declare class Builder implements VSeedBuilder {
8336
10177
  backgroundColor?: string | null | undefined;
8337
10178
  label?: {
8338
10179
  enable?: boolean | null | undefined;
10180
+ wrap?: boolean | null | undefined;
10181
+ showValue?: boolean | null | undefined;
10182
+ showValuePercent?: boolean | null | undefined;
10183
+ autoFormat?: boolean | null | undefined;
10184
+ numFormat?: {
10185
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
10186
+ ratio?: number | undefined;
10187
+ symbol?: string | undefined;
10188
+ thousandSeparator?: boolean | undefined;
10189
+ prefix?: string | undefined;
10190
+ suffix?: string | undefined;
10191
+ fractionDigits?: number | undefined;
10192
+ significantDigits?: number | undefined;
10193
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
10194
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
10195
+ } | null | undefined;
10196
+ labelFontSize?: number | null | undefined;
10197
+ labelFontWeight?: string | number | null | undefined;
10198
+ labelBackgroundColor?: string | null | undefined;
10199
+ labelColor?: string | null | undefined;
10200
+ labelColorSmartInvert?: boolean | null | undefined;
10201
+ labelPosition?: string | null | undefined;
10202
+ labelOverlap?: boolean | null | undefined;
8339
10203
  } | null | undefined;
8340
10204
  color?: {
8341
10205
  colorScheme?: string[] | null | undefined;
@@ -8351,8 +10215,8 @@ export declare class Builder implements VSeedBuilder {
8351
10215
  maxSize?: number | null | undefined;
8352
10216
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
8353
10217
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
10218
+ labelColor?: string | null | undefined;
8354
10219
  labelFontSize?: number | null | undefined;
8355
- labelFontColor?: string | null | undefined;
8356
10220
  labelFontWeight?: string | number | null | undefined;
8357
10221
  } | null | undefined;
8358
10222
  xAxis?: {
@@ -8446,6 +10310,29 @@ export declare class Builder implements VSeedBuilder {
8446
10310
  backgroundColor?: string | null | undefined;
8447
10311
  label?: {
8448
10312
  enable?: boolean | null | undefined;
10313
+ wrap?: boolean | null | undefined;
10314
+ showValue?: boolean | null | undefined;
10315
+ showValuePercent?: boolean | null | undefined;
10316
+ autoFormat?: boolean | null | undefined;
10317
+ numFormat?: {
10318
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
10319
+ ratio?: number | undefined;
10320
+ symbol?: string | undefined;
10321
+ thousandSeparator?: boolean | undefined;
10322
+ prefix?: string | undefined;
10323
+ suffix?: string | undefined;
10324
+ fractionDigits?: number | undefined;
10325
+ significantDigits?: number | undefined;
10326
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
10327
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
10328
+ } | null | undefined;
10329
+ labelFontSize?: number | null | undefined;
10330
+ labelFontWeight?: string | number | null | undefined;
10331
+ labelBackgroundColor?: string | null | undefined;
10332
+ labelColor?: string | null | undefined;
10333
+ labelColorSmartInvert?: boolean | null | undefined;
10334
+ labelPosition?: string | null | undefined;
10335
+ labelOverlap?: boolean | null | undefined;
8449
10336
  } | null | undefined;
8450
10337
  color?: {
8451
10338
  colorScheme?: string[] | null | undefined;
@@ -8461,8 +10348,8 @@ export declare class Builder implements VSeedBuilder {
8461
10348
  maxSize?: number | null | undefined;
8462
10349
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
8463
10350
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
10351
+ labelColor?: string | null | undefined;
8464
10352
  labelFontSize?: number | null | undefined;
8465
- labelFontColor?: string | null | undefined;
8466
10353
  labelFontWeight?: string | number | null | undefined;
8467
10354
  } | null | undefined;
8468
10355
  xAxis?: {
@@ -8556,6 +10443,29 @@ export declare class Builder implements VSeedBuilder {
8556
10443
  backgroundColor?: string | null | undefined;
8557
10444
  label?: {
8558
10445
  enable?: boolean | null | undefined;
10446
+ wrap?: boolean | null | undefined;
10447
+ showValue?: boolean | null | undefined;
10448
+ showValuePercent?: boolean | null | undefined;
10449
+ autoFormat?: boolean | null | undefined;
10450
+ numFormat?: {
10451
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
10452
+ ratio?: number | undefined;
10453
+ symbol?: string | undefined;
10454
+ thousandSeparator?: boolean | undefined;
10455
+ prefix?: string | undefined;
10456
+ suffix?: string | undefined;
10457
+ fractionDigits?: number | undefined;
10458
+ significantDigits?: number | undefined;
10459
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
10460
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
10461
+ } | null | undefined;
10462
+ labelFontSize?: number | null | undefined;
10463
+ labelFontWeight?: string | number | null | undefined;
10464
+ labelBackgroundColor?: string | null | undefined;
10465
+ labelColor?: string | null | undefined;
10466
+ labelColorSmartInvert?: boolean | null | undefined;
10467
+ labelPosition?: string | null | undefined;
10468
+ labelOverlap?: boolean | null | undefined;
8559
10469
  } | null | undefined;
8560
10470
  color?: {
8561
10471
  colorScheme?: string[] | null | undefined;
@@ -8571,8 +10481,8 @@ export declare class Builder implements VSeedBuilder {
8571
10481
  maxSize?: number | null | undefined;
8572
10482
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
8573
10483
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
10484
+ labelColor?: string | null | undefined;
8574
10485
  labelFontSize?: number | null | undefined;
8575
- labelFontColor?: string | null | undefined;
8576
10486
  labelFontWeight?: string | number | null | undefined;
8577
10487
  } | null | undefined;
8578
10488
  xAxis?: {
@@ -8667,6 +10577,29 @@ export declare class Builder implements VSeedBuilder {
8667
10577
  backgroundColor?: string | null | undefined;
8668
10578
  label?: {
8669
10579
  enable?: boolean | null | undefined;
10580
+ wrap?: boolean | null | undefined;
10581
+ showValue?: boolean | null | undefined;
10582
+ showValuePercent?: boolean | null | undefined;
10583
+ autoFormat?: boolean | null | undefined;
10584
+ numFormat?: {
10585
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
10586
+ ratio?: number | undefined;
10587
+ symbol?: string | undefined;
10588
+ thousandSeparator?: boolean | undefined;
10589
+ prefix?: string | undefined;
10590
+ suffix?: string | undefined;
10591
+ fractionDigits?: number | undefined;
10592
+ significantDigits?: number | undefined;
10593
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
10594
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
10595
+ } | null | undefined;
10596
+ labelFontSize?: number | null | undefined;
10597
+ labelFontWeight?: string | number | null | undefined;
10598
+ labelBackgroundColor?: string | null | undefined;
10599
+ labelColor?: string | null | undefined;
10600
+ labelColorSmartInvert?: boolean | null | undefined;
10601
+ labelPosition?: string | null | undefined;
10602
+ labelOverlap?: boolean | null | undefined;
8670
10603
  } | null | undefined;
8671
10604
  color?: {
8672
10605
  colorScheme?: string[] | null | undefined;
@@ -8682,8 +10615,8 @@ export declare class Builder implements VSeedBuilder {
8682
10615
  maxSize?: number | null | undefined;
8683
10616
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
8684
10617
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
10618
+ labelColor?: string | null | undefined;
8685
10619
  labelFontSize?: number | null | undefined;
8686
- labelFontColor?: string | null | undefined;
8687
10620
  labelFontWeight?: string | number | null | undefined;
8688
10621
  } | null | undefined;
8689
10622
  dualChartType?: {
@@ -8903,6 +10836,29 @@ export declare class Builder implements VSeedBuilder {
8903
10836
  backgroundColor?: string | null | undefined;
8904
10837
  label?: {
8905
10838
  enable?: boolean | null | undefined;
10839
+ wrap?: boolean | null | undefined;
10840
+ showValue?: boolean | null | undefined;
10841
+ showValuePercent?: boolean | null | undefined;
10842
+ autoFormat?: boolean | null | undefined;
10843
+ numFormat?: {
10844
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
10845
+ ratio?: number | undefined;
10846
+ symbol?: string | undefined;
10847
+ thousandSeparator?: boolean | undefined;
10848
+ prefix?: string | undefined;
10849
+ suffix?: string | undefined;
10850
+ fractionDigits?: number | undefined;
10851
+ significantDigits?: number | undefined;
10852
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
10853
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
10854
+ } | null | undefined;
10855
+ labelFontSize?: number | null | undefined;
10856
+ labelFontWeight?: string | number | null | undefined;
10857
+ labelBackgroundColor?: string | null | undefined;
10858
+ labelColor?: string | null | undefined;
10859
+ labelColorSmartInvert?: boolean | null | undefined;
10860
+ labelPosition?: string | null | undefined;
10861
+ labelOverlap?: boolean | null | undefined;
8906
10862
  } | null | undefined;
8907
10863
  color?: {
8908
10864
  colorScheme?: string[] | null | undefined;
@@ -8918,8 +10874,8 @@ export declare class Builder implements VSeedBuilder {
8918
10874
  maxSize?: number | null | undefined;
8919
10875
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
8920
10876
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
10877
+ labelColor?: string | null | undefined;
8921
10878
  labelFontSize?: number | null | undefined;
8922
- labelFontColor?: string | null | undefined;
8923
10879
  labelFontWeight?: string | number | null | undefined;
8924
10880
  } | null | undefined;
8925
10881
  } | null | undefined;
@@ -8927,6 +10883,29 @@ export declare class Builder implements VSeedBuilder {
8927
10883
  backgroundColor?: string | null | undefined;
8928
10884
  label?: {
8929
10885
  enable?: boolean | null | undefined;
10886
+ wrap?: boolean | null | undefined;
10887
+ showValue?: boolean | null | undefined;
10888
+ showValuePercent?: boolean | null | undefined;
10889
+ autoFormat?: boolean | null | undefined;
10890
+ numFormat?: {
10891
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
10892
+ ratio?: number | undefined;
10893
+ symbol?: string | undefined;
10894
+ thousandSeparator?: boolean | undefined;
10895
+ prefix?: string | undefined;
10896
+ suffix?: string | undefined;
10897
+ fractionDigits?: number | undefined;
10898
+ significantDigits?: number | undefined;
10899
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
10900
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
10901
+ } | null | undefined;
10902
+ labelFontSize?: number | null | undefined;
10903
+ labelFontWeight?: string | number | null | undefined;
10904
+ labelBackgroundColor?: string | null | undefined;
10905
+ labelColor?: string | null | undefined;
10906
+ labelColorSmartInvert?: boolean | null | undefined;
10907
+ labelPosition?: string | null | undefined;
10908
+ labelOverlap?: boolean | null | undefined;
8930
10909
  } | null | undefined;
8931
10910
  color?: {
8932
10911
  colorScheme?: string[] | null | undefined;
@@ -8942,8 +10921,8 @@ export declare class Builder implements VSeedBuilder {
8942
10921
  maxSize?: number | null | undefined;
8943
10922
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
8944
10923
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
10924
+ labelColor?: string | null | undefined;
8945
10925
  labelFontSize?: number | null | undefined;
8946
- labelFontColor?: string | null | undefined;
8947
10926
  labelFontWeight?: string | number | null | undefined;
8948
10927
  } | null | undefined;
8949
10928
  } | null | undefined;
@@ -8951,6 +10930,29 @@ export declare class Builder implements VSeedBuilder {
8951
10930
  backgroundColor?: string | null | undefined;
8952
10931
  label?: {
8953
10932
  enable?: boolean | null | undefined;
10933
+ wrap?: boolean | null | undefined;
10934
+ showValue?: boolean | null | undefined;
10935
+ showValuePercent?: boolean | null | undefined;
10936
+ autoFormat?: boolean | null | undefined;
10937
+ numFormat?: {
10938
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
10939
+ ratio?: number | undefined;
10940
+ symbol?: string | undefined;
10941
+ thousandSeparator?: boolean | undefined;
10942
+ prefix?: string | undefined;
10943
+ suffix?: string | undefined;
10944
+ fractionDigits?: number | undefined;
10945
+ significantDigits?: number | undefined;
10946
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
10947
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
10948
+ } | null | undefined;
10949
+ labelFontSize?: number | null | undefined;
10950
+ labelFontWeight?: string | number | null | undefined;
10951
+ labelBackgroundColor?: string | null | undefined;
10952
+ labelColor?: string | null | undefined;
10953
+ labelColorSmartInvert?: boolean | null | undefined;
10954
+ labelPosition?: string | null | undefined;
10955
+ labelOverlap?: boolean | null | undefined;
8954
10956
  } | null | undefined;
8955
10957
  color?: {
8956
10958
  colorScheme?: string[] | null | undefined;
@@ -8966,8 +10968,8 @@ export declare class Builder implements VSeedBuilder {
8966
10968
  maxSize?: number | null | undefined;
8967
10969
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
8968
10970
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
10971
+ labelColor?: string | null | undefined;
8969
10972
  labelFontSize?: number | null | undefined;
8970
- labelFontColor?: string | null | undefined;
8971
10973
  labelFontWeight?: string | number | null | undefined;
8972
10974
  } | null | undefined;
8973
10975
  } | null | undefined;
@@ -8975,6 +10977,29 @@ export declare class Builder implements VSeedBuilder {
8975
10977
  backgroundColor?: string | null | undefined;
8976
10978
  label?: {
8977
10979
  enable?: boolean | null | undefined;
10980
+ wrap?: boolean | null | undefined;
10981
+ showValue?: boolean | null | undefined;
10982
+ showValuePercent?: boolean | null | undefined;
10983
+ autoFormat?: boolean | null | undefined;
10984
+ numFormat?: {
10985
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
10986
+ ratio?: number | undefined;
10987
+ symbol?: string | undefined;
10988
+ thousandSeparator?: boolean | undefined;
10989
+ prefix?: string | undefined;
10990
+ suffix?: string | undefined;
10991
+ fractionDigits?: number | undefined;
10992
+ significantDigits?: number | undefined;
10993
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
10994
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
10995
+ } | null | undefined;
10996
+ labelFontSize?: number | null | undefined;
10997
+ labelFontWeight?: string | number | null | undefined;
10998
+ labelBackgroundColor?: string | null | undefined;
10999
+ labelColor?: string | null | undefined;
11000
+ labelColorSmartInvert?: boolean | null | undefined;
11001
+ labelPosition?: string | null | undefined;
11002
+ labelOverlap?: boolean | null | undefined;
8978
11003
  } | null | undefined;
8979
11004
  color?: {
8980
11005
  colorScheme?: string[] | null | undefined;
@@ -8990,8 +11015,8 @@ export declare class Builder implements VSeedBuilder {
8990
11015
  maxSize?: number | null | undefined;
8991
11016
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
8992
11017
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
11018
+ labelColor?: string | null | undefined;
8993
11019
  labelFontSize?: number | null | undefined;
8994
- labelFontColor?: string | null | undefined;
8995
11020
  labelFontWeight?: string | number | null | undefined;
8996
11021
  } | null | undefined;
8997
11022
  } | null | undefined;
@@ -8999,6 +11024,29 @@ export declare class Builder implements VSeedBuilder {
8999
11024
  backgroundColor?: string | null | undefined;
9000
11025
  label?: {
9001
11026
  enable?: boolean | null | undefined;
11027
+ wrap?: boolean | null | undefined;
11028
+ showValue?: boolean | null | undefined;
11029
+ showValuePercent?: boolean | null | undefined;
11030
+ autoFormat?: boolean | null | undefined;
11031
+ numFormat?: {
11032
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
11033
+ ratio?: number | undefined;
11034
+ symbol?: string | undefined;
11035
+ thousandSeparator?: boolean | undefined;
11036
+ prefix?: string | undefined;
11037
+ suffix?: string | undefined;
11038
+ fractionDigits?: number | undefined;
11039
+ significantDigits?: number | undefined;
11040
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
11041
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
11042
+ } | null | undefined;
11043
+ labelFontSize?: number | null | undefined;
11044
+ labelFontWeight?: string | number | null | undefined;
11045
+ labelBackgroundColor?: string | null | undefined;
11046
+ labelColor?: string | null | undefined;
11047
+ labelColorSmartInvert?: boolean | null | undefined;
11048
+ labelPosition?: string | null | undefined;
11049
+ labelOverlap?: boolean | null | undefined;
9002
11050
  } | null | undefined;
9003
11051
  color?: {
9004
11052
  colorScheme?: string[] | null | undefined;
@@ -9014,8 +11062,8 @@ export declare class Builder implements VSeedBuilder {
9014
11062
  maxSize?: number | null | undefined;
9015
11063
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9016
11064
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
11065
+ labelColor?: string | null | undefined;
9017
11066
  labelFontSize?: number | null | undefined;
9018
- labelFontColor?: string | null | undefined;
9019
11067
  labelFontWeight?: string | number | null | undefined;
9020
11068
  } | null | undefined;
9021
11069
  } | null | undefined;
@@ -9023,6 +11071,29 @@ export declare class Builder implements VSeedBuilder {
9023
11071
  backgroundColor?: string | null | undefined;
9024
11072
  label?: {
9025
11073
  enable?: boolean | null | undefined;
11074
+ wrap?: boolean | null | undefined;
11075
+ showValue?: boolean | null | undefined;
11076
+ showValuePercent?: boolean | null | undefined;
11077
+ autoFormat?: boolean | null | undefined;
11078
+ numFormat?: {
11079
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
11080
+ ratio?: number | undefined;
11081
+ symbol?: string | undefined;
11082
+ thousandSeparator?: boolean | undefined;
11083
+ prefix?: string | undefined;
11084
+ suffix?: string | undefined;
11085
+ fractionDigits?: number | undefined;
11086
+ significantDigits?: number | undefined;
11087
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
11088
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
11089
+ } | null | undefined;
11090
+ labelFontSize?: number | null | undefined;
11091
+ labelFontWeight?: string | number | null | undefined;
11092
+ labelBackgroundColor?: string | null | undefined;
11093
+ labelColor?: string | null | undefined;
11094
+ labelColorSmartInvert?: boolean | null | undefined;
11095
+ labelPosition?: string | null | undefined;
11096
+ labelOverlap?: boolean | null | undefined;
9026
11097
  } | null | undefined;
9027
11098
  color?: {
9028
11099
  colorScheme?: string[] | null | undefined;
@@ -9038,8 +11109,8 @@ export declare class Builder implements VSeedBuilder {
9038
11109
  maxSize?: number | null | undefined;
9039
11110
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9040
11111
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
11112
+ labelColor?: string | null | undefined;
9041
11113
  labelFontSize?: number | null | undefined;
9042
- labelFontColor?: string | null | undefined;
9043
11114
  labelFontWeight?: string | number | null | undefined;
9044
11115
  } | null | undefined;
9045
11116
  } | null | undefined;
@@ -9047,6 +11118,29 @@ export declare class Builder implements VSeedBuilder {
9047
11118
  backgroundColor?: string | null | undefined;
9048
11119
  label?: {
9049
11120
  enable?: boolean | null | undefined;
11121
+ wrap?: boolean | null | undefined;
11122
+ showValue?: boolean | null | undefined;
11123
+ showValuePercent?: boolean | null | undefined;
11124
+ autoFormat?: boolean | null | undefined;
11125
+ numFormat?: {
11126
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
11127
+ ratio?: number | undefined;
11128
+ symbol?: string | undefined;
11129
+ thousandSeparator?: boolean | undefined;
11130
+ prefix?: string | undefined;
11131
+ suffix?: string | undefined;
11132
+ fractionDigits?: number | undefined;
11133
+ significantDigits?: number | undefined;
11134
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
11135
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
11136
+ } | null | undefined;
11137
+ labelFontSize?: number | null | undefined;
11138
+ labelFontWeight?: string | number | null | undefined;
11139
+ labelBackgroundColor?: string | null | undefined;
11140
+ labelColor?: string | null | undefined;
11141
+ labelColorSmartInvert?: boolean | null | undefined;
11142
+ labelPosition?: string | null | undefined;
11143
+ labelOverlap?: boolean | null | undefined;
9050
11144
  } | null | undefined;
9051
11145
  color?: {
9052
11146
  colorScheme?: string[] | null | undefined;
@@ -9062,8 +11156,8 @@ export declare class Builder implements VSeedBuilder {
9062
11156
  maxSize?: number | null | undefined;
9063
11157
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9064
11158
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
11159
+ labelColor?: string | null | undefined;
9065
11160
  labelFontSize?: number | null | undefined;
9066
- labelFontColor?: string | null | undefined;
9067
11161
  labelFontWeight?: string | number | null | undefined;
9068
11162
  } | null | undefined;
9069
11163
  } | null | undefined;
@@ -9112,6 +11206,29 @@ export declare class Builder implements VSeedBuilder {
9112
11206
  backgroundColor?: string | null | undefined;
9113
11207
  label?: {
9114
11208
  enable?: boolean | null | undefined;
11209
+ wrap?: boolean | null | undefined;
11210
+ showValue?: boolean | null | undefined;
11211
+ showValuePercent?: boolean | null | undefined;
11212
+ autoFormat?: boolean | null | undefined;
11213
+ numFormat?: {
11214
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
11215
+ ratio?: number | undefined;
11216
+ symbol?: string | undefined;
11217
+ thousandSeparator?: boolean | undefined;
11218
+ prefix?: string | undefined;
11219
+ suffix?: string | undefined;
11220
+ fractionDigits?: number | undefined;
11221
+ significantDigits?: number | undefined;
11222
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
11223
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
11224
+ } | null | undefined;
11225
+ labelFontSize?: number | null | undefined;
11226
+ labelFontWeight?: string | number | null | undefined;
11227
+ labelBackgroundColor?: string | null | undefined;
11228
+ labelColor?: string | null | undefined;
11229
+ labelColorSmartInvert?: boolean | null | undefined;
11230
+ labelPosition?: string | null | undefined;
11231
+ labelOverlap?: boolean | null | undefined;
9115
11232
  } | null | undefined;
9116
11233
  color?: {
9117
11234
  colorScheme?: string[] | null | undefined;
@@ -9127,8 +11244,8 @@ export declare class Builder implements VSeedBuilder {
9127
11244
  maxSize?: number | null | undefined;
9128
11245
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9129
11246
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
11247
+ labelColor?: string | null | undefined;
9130
11248
  labelFontSize?: number | null | undefined;
9131
- labelFontColor?: string | null | undefined;
9132
11249
  labelFontWeight?: string | number | null | undefined;
9133
11250
  } | null | undefined;
9134
11251
  xAxis?: {
@@ -9222,6 +11339,29 @@ export declare class Builder implements VSeedBuilder {
9222
11339
  backgroundColor?: string | null | undefined;
9223
11340
  label?: {
9224
11341
  enable?: boolean | null | undefined;
11342
+ wrap?: boolean | null | undefined;
11343
+ showValue?: boolean | null | undefined;
11344
+ showValuePercent?: boolean | null | undefined;
11345
+ autoFormat?: boolean | null | undefined;
11346
+ numFormat?: {
11347
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
11348
+ ratio?: number | undefined;
11349
+ symbol?: string | undefined;
11350
+ thousandSeparator?: boolean | undefined;
11351
+ prefix?: string | undefined;
11352
+ suffix?: string | undefined;
11353
+ fractionDigits?: number | undefined;
11354
+ significantDigits?: number | undefined;
11355
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
11356
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
11357
+ } | null | undefined;
11358
+ labelFontSize?: number | null | undefined;
11359
+ labelFontWeight?: string | number | null | undefined;
11360
+ labelBackgroundColor?: string | null | undefined;
11361
+ labelColor?: string | null | undefined;
11362
+ labelColorSmartInvert?: boolean | null | undefined;
11363
+ labelPosition?: string | null | undefined;
11364
+ labelOverlap?: boolean | null | undefined;
9225
11365
  } | null | undefined;
9226
11366
  color?: {
9227
11367
  colorScheme?: string[] | null | undefined;
@@ -9237,8 +11377,8 @@ export declare class Builder implements VSeedBuilder {
9237
11377
  maxSize?: number | null | undefined;
9238
11378
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9239
11379
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
11380
+ labelColor?: string | null | undefined;
9240
11381
  labelFontSize?: number | null | undefined;
9241
- labelFontColor?: string | null | undefined;
9242
11382
  labelFontWeight?: string | number | null | undefined;
9243
11383
  } | null | undefined;
9244
11384
  xAxis?: {
@@ -9333,6 +11473,29 @@ export declare class Builder implements VSeedBuilder {
9333
11473
  backgroundColor?: string | null | undefined;
9334
11474
  label?: {
9335
11475
  enable?: boolean | null | undefined;
11476
+ wrap?: boolean | null | undefined;
11477
+ showValue?: boolean | null | undefined;
11478
+ showValuePercent?: boolean | null | undefined;
11479
+ autoFormat?: boolean | null | undefined;
11480
+ numFormat?: {
11481
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
11482
+ ratio?: number | undefined;
11483
+ symbol?: string | undefined;
11484
+ thousandSeparator?: boolean | undefined;
11485
+ prefix?: string | undefined;
11486
+ suffix?: string | undefined;
11487
+ fractionDigits?: number | undefined;
11488
+ significantDigits?: number | undefined;
11489
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
11490
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
11491
+ } | null | undefined;
11492
+ labelFontSize?: number | null | undefined;
11493
+ labelFontWeight?: string | number | null | undefined;
11494
+ labelBackgroundColor?: string | null | undefined;
11495
+ labelColor?: string | null | undefined;
11496
+ labelColorSmartInvert?: boolean | null | undefined;
11497
+ labelPosition?: string | null | undefined;
11498
+ labelOverlap?: boolean | null | undefined;
9336
11499
  } | null | undefined;
9337
11500
  color?: {
9338
11501
  colorScheme?: string[] | null | undefined;
@@ -9348,8 +11511,8 @@ export declare class Builder implements VSeedBuilder {
9348
11511
  maxSize?: number | null | undefined;
9349
11512
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9350
11513
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
11514
+ labelColor?: string | null | undefined;
9351
11515
  labelFontSize?: number | null | undefined;
9352
- labelFontColor?: string | null | undefined;
9353
11516
  labelFontWeight?: string | number | null | undefined;
9354
11517
  } | null | undefined;
9355
11518
  xAxis?: {
@@ -9444,6 +11607,29 @@ export declare class Builder implements VSeedBuilder {
9444
11607
  backgroundColor?: string | null | undefined;
9445
11608
  label?: {
9446
11609
  enable?: boolean | null | undefined;
11610
+ wrap?: boolean | null | undefined;
11611
+ showValue?: boolean | null | undefined;
11612
+ showValuePercent?: boolean | null | undefined;
11613
+ autoFormat?: boolean | null | undefined;
11614
+ numFormat?: {
11615
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
11616
+ ratio?: number | undefined;
11617
+ symbol?: string | undefined;
11618
+ thousandSeparator?: boolean | undefined;
11619
+ prefix?: string | undefined;
11620
+ suffix?: string | undefined;
11621
+ fractionDigits?: number | undefined;
11622
+ significantDigits?: number | undefined;
11623
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
11624
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
11625
+ } | null | undefined;
11626
+ labelFontSize?: number | null | undefined;
11627
+ labelFontWeight?: string | number | null | undefined;
11628
+ labelBackgroundColor?: string | null | undefined;
11629
+ labelColor?: string | null | undefined;
11630
+ labelColorSmartInvert?: boolean | null | undefined;
11631
+ labelPosition?: string | null | undefined;
11632
+ labelOverlap?: boolean | null | undefined;
9447
11633
  } | null | undefined;
9448
11634
  color?: {
9449
11635
  colorScheme?: string[] | null | undefined;
@@ -9459,8 +11645,8 @@ export declare class Builder implements VSeedBuilder {
9459
11645
  maxSize?: number | null | undefined;
9460
11646
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9461
11647
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
11648
+ labelColor?: string | null | undefined;
9462
11649
  labelFontSize?: number | null | undefined;
9463
- labelFontColor?: string | null | undefined;
9464
11650
  labelFontWeight?: string | number | null | undefined;
9465
11651
  } | null | undefined;
9466
11652
  xAxis?: {
@@ -9555,6 +11741,29 @@ export declare class Builder implements VSeedBuilder {
9555
11741
  backgroundColor?: string | null | undefined;
9556
11742
  label?: {
9557
11743
  enable?: boolean | null | undefined;
11744
+ wrap?: boolean | null | undefined;
11745
+ showValue?: boolean | null | undefined;
11746
+ showValuePercent?: boolean | null | undefined;
11747
+ autoFormat?: boolean | null | undefined;
11748
+ numFormat?: {
11749
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
11750
+ ratio?: number | undefined;
11751
+ symbol?: string | undefined;
11752
+ thousandSeparator?: boolean | undefined;
11753
+ prefix?: string | undefined;
11754
+ suffix?: string | undefined;
11755
+ fractionDigits?: number | undefined;
11756
+ significantDigits?: number | undefined;
11757
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
11758
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
11759
+ } | null | undefined;
11760
+ labelFontSize?: number | null | undefined;
11761
+ labelFontWeight?: string | number | null | undefined;
11762
+ labelBackgroundColor?: string | null | undefined;
11763
+ labelColor?: string | null | undefined;
11764
+ labelColorSmartInvert?: boolean | null | undefined;
11765
+ labelPosition?: string | null | undefined;
11766
+ labelOverlap?: boolean | null | undefined;
9558
11767
  } | null | undefined;
9559
11768
  color?: {
9560
11769
  colorScheme?: string[] | null | undefined;
@@ -9570,8 +11779,8 @@ export declare class Builder implements VSeedBuilder {
9570
11779
  maxSize?: number | null | undefined;
9571
11780
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9572
11781
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
11782
+ labelColor?: string | null | undefined;
9573
11783
  labelFontSize?: number | null | undefined;
9574
- labelFontColor?: string | null | undefined;
9575
11784
  labelFontWeight?: string | number | null | undefined;
9576
11785
  } | null | undefined;
9577
11786
  xAxis?: {
@@ -9666,6 +11875,29 @@ export declare class Builder implements VSeedBuilder {
9666
11875
  backgroundColor?: string | null | undefined;
9667
11876
  label?: {
9668
11877
  enable?: boolean | null | undefined;
11878
+ wrap?: boolean | null | undefined;
11879
+ showValue?: boolean | null | undefined;
11880
+ showValuePercent?: boolean | null | undefined;
11881
+ autoFormat?: boolean | null | undefined;
11882
+ numFormat?: {
11883
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
11884
+ ratio?: number | undefined;
11885
+ symbol?: string | undefined;
11886
+ thousandSeparator?: boolean | undefined;
11887
+ prefix?: string | undefined;
11888
+ suffix?: string | undefined;
11889
+ fractionDigits?: number | undefined;
11890
+ significantDigits?: number | undefined;
11891
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
11892
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
11893
+ } | null | undefined;
11894
+ labelFontSize?: number | null | undefined;
11895
+ labelFontWeight?: string | number | null | undefined;
11896
+ labelBackgroundColor?: string | null | undefined;
11897
+ labelColor?: string | null | undefined;
11898
+ labelColorSmartInvert?: boolean | null | undefined;
11899
+ labelPosition?: string | null | undefined;
11900
+ labelOverlap?: boolean | null | undefined;
9669
11901
  } | null | undefined;
9670
11902
  color?: {
9671
11903
  colorScheme?: string[] | null | undefined;
@@ -9681,8 +11913,8 @@ export declare class Builder implements VSeedBuilder {
9681
11913
  maxSize?: number | null | undefined;
9682
11914
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9683
11915
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
11916
+ labelColor?: string | null | undefined;
9684
11917
  labelFontSize?: number | null | undefined;
9685
- labelFontColor?: string | null | undefined;
9686
11918
  labelFontWeight?: string | number | null | undefined;
9687
11919
  } | null | undefined;
9688
11920
  xAxis?: {
@@ -9777,6 +12009,29 @@ export declare class Builder implements VSeedBuilder {
9777
12009
  backgroundColor?: string | null | undefined;
9778
12010
  label?: {
9779
12011
  enable?: boolean | null | undefined;
12012
+ wrap?: boolean | null | undefined;
12013
+ showValue?: boolean | null | undefined;
12014
+ showValuePercent?: boolean | null | undefined;
12015
+ autoFormat?: boolean | null | undefined;
12016
+ numFormat?: {
12017
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
12018
+ ratio?: number | undefined;
12019
+ symbol?: string | undefined;
12020
+ thousandSeparator?: boolean | undefined;
12021
+ prefix?: string | undefined;
12022
+ suffix?: string | undefined;
12023
+ fractionDigits?: number | undefined;
12024
+ significantDigits?: number | undefined;
12025
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
12026
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
12027
+ } | null | undefined;
12028
+ labelFontSize?: number | null | undefined;
12029
+ labelFontWeight?: string | number | null | undefined;
12030
+ labelBackgroundColor?: string | null | undefined;
12031
+ labelColor?: string | null | undefined;
12032
+ labelColorSmartInvert?: boolean | null | undefined;
12033
+ labelPosition?: string | null | undefined;
12034
+ labelOverlap?: boolean | null | undefined;
9780
12035
  } | null | undefined;
9781
12036
  color?: {
9782
12037
  colorScheme?: string[] | null | undefined;
@@ -9792,8 +12047,8 @@ export declare class Builder implements VSeedBuilder {
9792
12047
  maxSize?: number | null | undefined;
9793
12048
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9794
12049
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
12050
+ labelColor?: string | null | undefined;
9795
12051
  labelFontSize?: number | null | undefined;
9796
- labelFontColor?: string | null | undefined;
9797
12052
  labelFontWeight?: string | number | null | undefined;
9798
12053
  } | null | undefined;
9799
12054
  xAxis?: {
@@ -9888,6 +12143,29 @@ export declare class Builder implements VSeedBuilder {
9888
12143
  backgroundColor?: string | null | undefined;
9889
12144
  label?: {
9890
12145
  enable?: boolean | null | undefined;
12146
+ wrap?: boolean | null | undefined;
12147
+ showValue?: boolean | null | undefined;
12148
+ showValuePercent?: boolean | null | undefined;
12149
+ autoFormat?: boolean | null | undefined;
12150
+ numFormat?: {
12151
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
12152
+ ratio?: number | undefined;
12153
+ symbol?: string | undefined;
12154
+ thousandSeparator?: boolean | undefined;
12155
+ prefix?: string | undefined;
12156
+ suffix?: string | undefined;
12157
+ fractionDigits?: number | undefined;
12158
+ significantDigits?: number | undefined;
12159
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
12160
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
12161
+ } | null | undefined;
12162
+ labelFontSize?: number | null | undefined;
12163
+ labelFontWeight?: string | number | null | undefined;
12164
+ labelBackgroundColor?: string | null | undefined;
12165
+ labelColor?: string | null | undefined;
12166
+ labelColorSmartInvert?: boolean | null | undefined;
12167
+ labelPosition?: string | null | undefined;
12168
+ labelOverlap?: boolean | null | undefined;
9891
12169
  } | null | undefined;
9892
12170
  color?: {
9893
12171
  colorScheme?: string[] | null | undefined;
@@ -9903,8 +12181,8 @@ export declare class Builder implements VSeedBuilder {
9903
12181
  maxSize?: number | null | undefined;
9904
12182
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9905
12183
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
12184
+ labelColor?: string | null | undefined;
9906
12185
  labelFontSize?: number | null | undefined;
9907
- labelFontColor?: string | null | undefined;
9908
12186
  labelFontWeight?: string | number | null | undefined;
9909
12187
  } | null | undefined;
9910
12188
  xAxis?: {
@@ -9998,6 +12276,29 @@ export declare class Builder implements VSeedBuilder {
9998
12276
  backgroundColor?: string | null | undefined;
9999
12277
  label?: {
10000
12278
  enable?: boolean | null | undefined;
12279
+ wrap?: boolean | null | undefined;
12280
+ showValue?: boolean | null | undefined;
12281
+ showValuePercent?: boolean | null | undefined;
12282
+ autoFormat?: boolean | null | undefined;
12283
+ numFormat?: {
12284
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
12285
+ ratio?: number | undefined;
12286
+ symbol?: string | undefined;
12287
+ thousandSeparator?: boolean | undefined;
12288
+ prefix?: string | undefined;
12289
+ suffix?: string | undefined;
12290
+ fractionDigits?: number | undefined;
12291
+ significantDigits?: number | undefined;
12292
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
12293
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
12294
+ } | null | undefined;
12295
+ labelFontSize?: number | null | undefined;
12296
+ labelFontWeight?: string | number | null | undefined;
12297
+ labelBackgroundColor?: string | null | undefined;
12298
+ labelColor?: string | null | undefined;
12299
+ labelColorSmartInvert?: boolean | null | undefined;
12300
+ labelPosition?: string | null | undefined;
12301
+ labelOverlap?: boolean | null | undefined;
10001
12302
  } | null | undefined;
10002
12303
  color?: {
10003
12304
  colorScheme?: string[] | null | undefined;
@@ -10013,8 +12314,8 @@ export declare class Builder implements VSeedBuilder {
10013
12314
  maxSize?: number | null | undefined;
10014
12315
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
10015
12316
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
12317
+ labelColor?: string | null | undefined;
10016
12318
  labelFontSize?: number | null | undefined;
10017
- labelFontColor?: string | null | undefined;
10018
12319
  labelFontWeight?: string | number | null | undefined;
10019
12320
  } | null | undefined;
10020
12321
  xAxis?: {
@@ -10108,6 +12409,29 @@ export declare class Builder implements VSeedBuilder {
10108
12409
  backgroundColor?: string | null | undefined;
10109
12410
  label?: {
10110
12411
  enable?: boolean | null | undefined;
12412
+ wrap?: boolean | null | undefined;
12413
+ showValue?: boolean | null | undefined;
12414
+ showValuePercent?: boolean | null | undefined;
12415
+ autoFormat?: boolean | null | undefined;
12416
+ numFormat?: {
12417
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
12418
+ ratio?: number | undefined;
12419
+ symbol?: string | undefined;
12420
+ thousandSeparator?: boolean | undefined;
12421
+ prefix?: string | undefined;
12422
+ suffix?: string | undefined;
12423
+ fractionDigits?: number | undefined;
12424
+ significantDigits?: number | undefined;
12425
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
12426
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
12427
+ } | null | undefined;
12428
+ labelFontSize?: number | null | undefined;
12429
+ labelFontWeight?: string | number | null | undefined;
12430
+ labelBackgroundColor?: string | null | undefined;
12431
+ labelColor?: string | null | undefined;
12432
+ labelColorSmartInvert?: boolean | null | undefined;
12433
+ labelPosition?: string | null | undefined;
12434
+ labelOverlap?: boolean | null | undefined;
10111
12435
  } | null | undefined;
10112
12436
  color?: {
10113
12437
  colorScheme?: string[] | null | undefined;
@@ -10123,8 +12447,8 @@ export declare class Builder implements VSeedBuilder {
10123
12447
  maxSize?: number | null | undefined;
10124
12448
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
10125
12449
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
12450
+ labelColor?: string | null | undefined;
10126
12451
  labelFontSize?: number | null | undefined;
10127
- labelFontColor?: string | null | undefined;
10128
12452
  labelFontWeight?: string | number | null | undefined;
10129
12453
  } | null | undefined;
10130
12454
  xAxis?: {
@@ -10219,6 +12543,29 @@ export declare class Builder implements VSeedBuilder {
10219
12543
  backgroundColor?: string | null | undefined;
10220
12544
  label?: {
10221
12545
  enable?: boolean | null | undefined;
12546
+ wrap?: boolean | null | undefined;
12547
+ showValue?: boolean | null | undefined;
12548
+ showValuePercent?: boolean | null | undefined;
12549
+ autoFormat?: boolean | null | undefined;
12550
+ numFormat?: {
12551
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
12552
+ ratio?: number | undefined;
12553
+ symbol?: string | undefined;
12554
+ thousandSeparator?: boolean | undefined;
12555
+ prefix?: string | undefined;
12556
+ suffix?: string | undefined;
12557
+ fractionDigits?: number | undefined;
12558
+ significantDigits?: number | undefined;
12559
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
12560
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
12561
+ } | null | undefined;
12562
+ labelFontSize?: number | null | undefined;
12563
+ labelFontWeight?: string | number | null | undefined;
12564
+ labelBackgroundColor?: string | null | undefined;
12565
+ labelColor?: string | null | undefined;
12566
+ labelColorSmartInvert?: boolean | null | undefined;
12567
+ labelPosition?: string | null | undefined;
12568
+ labelOverlap?: boolean | null | undefined;
10222
12569
  } | null | undefined;
10223
12570
  color?: {
10224
12571
  colorScheme?: string[] | null | undefined;
@@ -10234,8 +12581,8 @@ export declare class Builder implements VSeedBuilder {
10234
12581
  maxSize?: number | null | undefined;
10235
12582
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
10236
12583
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
12584
+ labelColor?: string | null | undefined;
10237
12585
  labelFontSize?: number | null | undefined;
10238
- labelFontColor?: string | null | undefined;
10239
12586
  labelFontWeight?: string | number | null | undefined;
10240
12587
  } | null | undefined;
10241
12588
  dualChartType?: {
@@ -10455,6 +12802,29 @@ export declare class Builder implements VSeedBuilder {
10455
12802
  backgroundColor?: string | null | undefined;
10456
12803
  label?: {
10457
12804
  enable?: boolean | null | undefined;
12805
+ wrap?: boolean | null | undefined;
12806
+ showValue?: boolean | null | undefined;
12807
+ showValuePercent?: boolean | null | undefined;
12808
+ autoFormat?: boolean | null | undefined;
12809
+ numFormat?: {
12810
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
12811
+ ratio?: number | undefined;
12812
+ symbol?: string | undefined;
12813
+ thousandSeparator?: boolean | undefined;
12814
+ prefix?: string | undefined;
12815
+ suffix?: string | undefined;
12816
+ fractionDigits?: number | undefined;
12817
+ significantDigits?: number | undefined;
12818
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
12819
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
12820
+ } | null | undefined;
12821
+ labelFontSize?: number | null | undefined;
12822
+ labelFontWeight?: string | number | null | undefined;
12823
+ labelBackgroundColor?: string | null | undefined;
12824
+ labelColor?: string | null | undefined;
12825
+ labelColorSmartInvert?: boolean | null | undefined;
12826
+ labelPosition?: string | null | undefined;
12827
+ labelOverlap?: boolean | null | undefined;
10458
12828
  } | null | undefined;
10459
12829
  color?: {
10460
12830
  colorScheme?: string[] | null | undefined;
@@ -10470,8 +12840,8 @@ export declare class Builder implements VSeedBuilder {
10470
12840
  maxSize?: number | null | undefined;
10471
12841
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
10472
12842
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
12843
+ labelColor?: string | null | undefined;
10473
12844
  labelFontSize?: number | null | undefined;
10474
- labelFontColor?: string | null | undefined;
10475
12845
  labelFontWeight?: string | number | null | undefined;
10476
12846
  } | null | undefined;
10477
12847
  } | null | undefined;
@@ -10479,6 +12849,29 @@ export declare class Builder implements VSeedBuilder {
10479
12849
  backgroundColor?: string | null | undefined;
10480
12850
  label?: {
10481
12851
  enable?: boolean | null | undefined;
12852
+ wrap?: boolean | null | undefined;
12853
+ showValue?: boolean | null | undefined;
12854
+ showValuePercent?: boolean | null | undefined;
12855
+ autoFormat?: boolean | null | undefined;
12856
+ numFormat?: {
12857
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
12858
+ ratio?: number | undefined;
12859
+ symbol?: string | undefined;
12860
+ thousandSeparator?: boolean | undefined;
12861
+ prefix?: string | undefined;
12862
+ suffix?: string | undefined;
12863
+ fractionDigits?: number | undefined;
12864
+ significantDigits?: number | undefined;
12865
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
12866
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
12867
+ } | null | undefined;
12868
+ labelFontSize?: number | null | undefined;
12869
+ labelFontWeight?: string | number | null | undefined;
12870
+ labelBackgroundColor?: string | null | undefined;
12871
+ labelColor?: string | null | undefined;
12872
+ labelColorSmartInvert?: boolean | null | undefined;
12873
+ labelPosition?: string | null | undefined;
12874
+ labelOverlap?: boolean | null | undefined;
10482
12875
  } | null | undefined;
10483
12876
  color?: {
10484
12877
  colorScheme?: string[] | null | undefined;
@@ -10494,8 +12887,8 @@ export declare class Builder implements VSeedBuilder {
10494
12887
  maxSize?: number | null | undefined;
10495
12888
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
10496
12889
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
12890
+ labelColor?: string | null | undefined;
10497
12891
  labelFontSize?: number | null | undefined;
10498
- labelFontColor?: string | null | undefined;
10499
12892
  labelFontWeight?: string | number | null | undefined;
10500
12893
  } | null | undefined;
10501
12894
  } | null | undefined;
@@ -10503,6 +12896,29 @@ export declare class Builder implements VSeedBuilder {
10503
12896
  backgroundColor?: string | null | undefined;
10504
12897
  label?: {
10505
12898
  enable?: boolean | null | undefined;
12899
+ wrap?: boolean | null | undefined;
12900
+ showValue?: boolean | null | undefined;
12901
+ showValuePercent?: boolean | null | undefined;
12902
+ autoFormat?: boolean | null | undefined;
12903
+ numFormat?: {
12904
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
12905
+ ratio?: number | undefined;
12906
+ symbol?: string | undefined;
12907
+ thousandSeparator?: boolean | undefined;
12908
+ prefix?: string | undefined;
12909
+ suffix?: string | undefined;
12910
+ fractionDigits?: number | undefined;
12911
+ significantDigits?: number | undefined;
12912
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
12913
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
12914
+ } | null | undefined;
12915
+ labelFontSize?: number | null | undefined;
12916
+ labelFontWeight?: string | number | null | undefined;
12917
+ labelBackgroundColor?: string | null | undefined;
12918
+ labelColor?: string | null | undefined;
12919
+ labelColorSmartInvert?: boolean | null | undefined;
12920
+ labelPosition?: string | null | undefined;
12921
+ labelOverlap?: boolean | null | undefined;
10506
12922
  } | null | undefined;
10507
12923
  color?: {
10508
12924
  colorScheme?: string[] | null | undefined;
@@ -10518,8 +12934,8 @@ export declare class Builder implements VSeedBuilder {
10518
12934
  maxSize?: number | null | undefined;
10519
12935
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
10520
12936
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
12937
+ labelColor?: string | null | undefined;
10521
12938
  labelFontSize?: number | null | undefined;
10522
- labelFontColor?: string | null | undefined;
10523
12939
  labelFontWeight?: string | number | null | undefined;
10524
12940
  } | null | undefined;
10525
12941
  } | null | undefined;
@@ -10527,6 +12943,29 @@ export declare class Builder implements VSeedBuilder {
10527
12943
  backgroundColor?: string | null | undefined;
10528
12944
  label?: {
10529
12945
  enable?: boolean | null | undefined;
12946
+ wrap?: boolean | null | undefined;
12947
+ showValue?: boolean | null | undefined;
12948
+ showValuePercent?: boolean | null | undefined;
12949
+ autoFormat?: boolean | null | undefined;
12950
+ numFormat?: {
12951
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
12952
+ ratio?: number | undefined;
12953
+ symbol?: string | undefined;
12954
+ thousandSeparator?: boolean | undefined;
12955
+ prefix?: string | undefined;
12956
+ suffix?: string | undefined;
12957
+ fractionDigits?: number | undefined;
12958
+ significantDigits?: number | undefined;
12959
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
12960
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
12961
+ } | null | undefined;
12962
+ labelFontSize?: number | null | undefined;
12963
+ labelFontWeight?: string | number | null | undefined;
12964
+ labelBackgroundColor?: string | null | undefined;
12965
+ labelColor?: string | null | undefined;
12966
+ labelColorSmartInvert?: boolean | null | undefined;
12967
+ labelPosition?: string | null | undefined;
12968
+ labelOverlap?: boolean | null | undefined;
10530
12969
  } | null | undefined;
10531
12970
  color?: {
10532
12971
  colorScheme?: string[] | null | undefined;
@@ -10542,8 +12981,8 @@ export declare class Builder implements VSeedBuilder {
10542
12981
  maxSize?: number | null | undefined;
10543
12982
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
10544
12983
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
12984
+ labelColor?: string | null | undefined;
10545
12985
  labelFontSize?: number | null | undefined;
10546
- labelFontColor?: string | null | undefined;
10547
12986
  labelFontWeight?: string | number | null | undefined;
10548
12987
  } | null | undefined;
10549
12988
  } | null | undefined;
@@ -10551,6 +12990,29 @@ export declare class Builder implements VSeedBuilder {
10551
12990
  backgroundColor?: string | null | undefined;
10552
12991
  label?: {
10553
12992
  enable?: boolean | null | undefined;
12993
+ wrap?: boolean | null | undefined;
12994
+ showValue?: boolean | null | undefined;
12995
+ showValuePercent?: boolean | null | undefined;
12996
+ autoFormat?: boolean | null | undefined;
12997
+ numFormat?: {
12998
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
12999
+ ratio?: number | undefined;
13000
+ symbol?: string | undefined;
13001
+ thousandSeparator?: boolean | undefined;
13002
+ prefix?: string | undefined;
13003
+ suffix?: string | undefined;
13004
+ fractionDigits?: number | undefined;
13005
+ significantDigits?: number | undefined;
13006
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
13007
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
13008
+ } | null | undefined;
13009
+ labelFontSize?: number | null | undefined;
13010
+ labelFontWeight?: string | number | null | undefined;
13011
+ labelBackgroundColor?: string | null | undefined;
13012
+ labelColor?: string | null | undefined;
13013
+ labelColorSmartInvert?: boolean | null | undefined;
13014
+ labelPosition?: string | null | undefined;
13015
+ labelOverlap?: boolean | null | undefined;
10554
13016
  } | null | undefined;
10555
13017
  color?: {
10556
13018
  colorScheme?: string[] | null | undefined;
@@ -10566,8 +13028,8 @@ export declare class Builder implements VSeedBuilder {
10566
13028
  maxSize?: number | null | undefined;
10567
13029
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
10568
13030
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
13031
+ labelColor?: string | null | undefined;
10569
13032
  labelFontSize?: number | null | undefined;
10570
- labelFontColor?: string | null | undefined;
10571
13033
  labelFontWeight?: string | number | null | undefined;
10572
13034
  } | null | undefined;
10573
13035
  } | null | undefined;
@@ -10575,6 +13037,29 @@ export declare class Builder implements VSeedBuilder {
10575
13037
  backgroundColor?: string | null | undefined;
10576
13038
  label?: {
10577
13039
  enable?: boolean | null | undefined;
13040
+ wrap?: boolean | null | undefined;
13041
+ showValue?: boolean | null | undefined;
13042
+ showValuePercent?: boolean | null | undefined;
13043
+ autoFormat?: boolean | null | undefined;
13044
+ numFormat?: {
13045
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
13046
+ ratio?: number | undefined;
13047
+ symbol?: string | undefined;
13048
+ thousandSeparator?: boolean | undefined;
13049
+ prefix?: string | undefined;
13050
+ suffix?: string | undefined;
13051
+ fractionDigits?: number | undefined;
13052
+ significantDigits?: number | undefined;
13053
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
13054
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
13055
+ } | null | undefined;
13056
+ labelFontSize?: number | null | undefined;
13057
+ labelFontWeight?: string | number | null | undefined;
13058
+ labelBackgroundColor?: string | null | undefined;
13059
+ labelColor?: string | null | undefined;
13060
+ labelColorSmartInvert?: boolean | null | undefined;
13061
+ labelPosition?: string | null | undefined;
13062
+ labelOverlap?: boolean | null | undefined;
10578
13063
  } | null | undefined;
10579
13064
  color?: {
10580
13065
  colorScheme?: string[] | null | undefined;
@@ -10590,8 +13075,8 @@ export declare class Builder implements VSeedBuilder {
10590
13075
  maxSize?: number | null | undefined;
10591
13076
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
10592
13077
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
13078
+ labelColor?: string | null | undefined;
10593
13079
  labelFontSize?: number | null | undefined;
10594
- labelFontColor?: string | null | undefined;
10595
13080
  labelFontWeight?: string | number | null | undefined;
10596
13081
  } | null | undefined;
10597
13082
  } | null | undefined;
@@ -10599,6 +13084,29 @@ export declare class Builder implements VSeedBuilder {
10599
13084
  backgroundColor?: string | null | undefined;
10600
13085
  label?: {
10601
13086
  enable?: boolean | null | undefined;
13087
+ wrap?: boolean | null | undefined;
13088
+ showValue?: boolean | null | undefined;
13089
+ showValuePercent?: boolean | null | undefined;
13090
+ autoFormat?: boolean | null | undefined;
13091
+ numFormat?: {
13092
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
13093
+ ratio?: number | undefined;
13094
+ symbol?: string | undefined;
13095
+ thousandSeparator?: boolean | undefined;
13096
+ prefix?: string | undefined;
13097
+ suffix?: string | undefined;
13098
+ fractionDigits?: number | undefined;
13099
+ significantDigits?: number | undefined;
13100
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
13101
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
13102
+ } | null | undefined;
13103
+ labelFontSize?: number | null | undefined;
13104
+ labelFontWeight?: string | number | null | undefined;
13105
+ labelBackgroundColor?: string | null | undefined;
13106
+ labelColor?: string | null | undefined;
13107
+ labelColorSmartInvert?: boolean | null | undefined;
13108
+ labelPosition?: string | null | undefined;
13109
+ labelOverlap?: boolean | null | undefined;
10602
13110
  } | null | undefined;
10603
13111
  color?: {
10604
13112
  colorScheme?: string[] | null | undefined;
@@ -10614,8 +13122,8 @@ export declare class Builder implements VSeedBuilder {
10614
13122
  maxSize?: number | null | undefined;
10615
13123
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
10616
13124
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
13125
+ labelColor?: string | null | undefined;
10617
13126
  labelFontSize?: number | null | undefined;
10618
- labelFontColor?: string | null | undefined;
10619
13127
  labelFontWeight?: string | number | null | undefined;
10620
13128
  } | null | undefined;
10621
13129
  } | null | undefined;