@visactor/vseed 0.2.1 → 0.2.3

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 (196) hide show
  1. package/dist/cjs/index.cjs +1 -3
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/esm/builder/builder/buildAdvanced.js +1 -2
  4. package/dist/esm/builder/builder/buildAdvanced.js.map +1 -1
  5. package/dist/esm/builder/builder/buildSpec.js +1 -2
  6. package/dist/esm/builder/builder/buildSpec.js.map +1 -1
  7. package/dist/esm/builder/builder/builder.d.ts +628 -334
  8. package/dist/esm/builder/register/all.js +2 -2
  9. package/dist/esm/builder/register/all.js.map +1 -1
  10. package/dist/esm/builder/register/chartType/boxplot.d.ts +1 -1
  11. package/dist/esm/builder/register/chartType/boxplot.js +2 -2
  12. package/dist/esm/builder/register/chartType/boxplot.js.map +1 -1
  13. package/dist/esm/builder/register/chartType/index.d.ts +1 -1
  14. package/dist/esm/builder/register/chartType/index.js +2 -2
  15. package/dist/esm/dataReshape/constant.d.ts +1 -0
  16. package/dist/esm/dataReshape/constant.js +2 -1
  17. package/dist/esm/dataReshape/constant.js.map +1 -1
  18. package/dist/esm/i18n/i18n.js +1 -4
  19. package/dist/esm/i18n/i18n.js.map +1 -1
  20. package/dist/esm/index.d.ts +1 -1
  21. package/dist/esm/index.js +2 -2
  22. package/dist/esm/pipeline/advanced/chart/pipes/config/histogram.js +17 -0
  23. package/dist/esm/pipeline/advanced/chart/pipes/config/histogram.js.map +1 -1
  24. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithBoxplotEncoding.js +12 -0
  25. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithBoxplotEncoding.js.map +1 -1
  26. package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js +3 -1
  27. package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js.map +1 -1
  28. package/dist/esm/pipeline/spec/chart/pipeline/histogram.js +3 -3
  29. package/dist/esm/pipeline/spec/chart/pipeline/histogram.js.map +1 -1
  30. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationHorizontalLine.js +4 -12
  31. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationHorizontalLine.js.map +1 -1
  32. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPoint.js +3 -76
  33. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPoint.js.map +1 -1
  34. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointCommon.d.ts +6 -0
  35. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointCommon.js +95 -0
  36. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointCommon.js.map +1 -0
  37. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointOfDualAxis.js +16 -84
  38. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointOfDualAxis.js.map +1 -1
  39. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointOfHistogram.d.ts +2 -0
  40. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointOfHistogram.js +23 -0
  41. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointOfHistogram.js.map +1 -0
  42. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationVerticalLine.js +4 -12
  43. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationVerticalLine.js.map +1 -1
  44. package/dist/esm/pipeline/spec/chart/pipes/annotation/index.d.ts +1 -0
  45. package/dist/esm/pipeline/spec/chart/pipes/annotation/index.js +2 -1
  46. package/dist/esm/pipeline/spec/chart/pipes/axes/axisStyle.d.ts +3 -0
  47. package/dist/esm/pipeline/spec/chart/pipes/axes/axisStyle.js +65 -0
  48. package/dist/esm/pipeline/spec/chart/pipes/axes/axisStyle.js.map +1 -0
  49. package/dist/esm/pipeline/spec/chart/pipes/axes/heatmapBandAxis.d.ts +2 -0
  50. package/dist/esm/pipeline/spec/chart/pipes/axes/heatmapBandAxis.js +24 -0
  51. package/dist/esm/pipeline/spec/chart/pipes/axes/heatmapBandAxis.js.map +1 -0
  52. package/dist/esm/pipeline/spec/chart/pipes/axes/index.d.ts +1 -0
  53. package/dist/esm/pipeline/spec/chart/pipes/axes/index.js +2 -1
  54. package/dist/esm/pipeline/spec/chart/pipes/axes/xBand.js +15 -72
  55. package/dist/esm/pipeline/spec/chart/pipes/axes/xBand.js.map +1 -1
  56. package/dist/esm/pipeline/spec/chart/pipes/axes/yBand.js +17 -73
  57. package/dist/esm/pipeline/spec/chart/pipes/axes/yBand.js.map +1 -1
  58. package/dist/esm/pipeline/spec/chart/pipes/dual/dualChartType.js +11 -13
  59. package/dist/esm/pipeline/spec/chart/pipes/dual/dualChartType.js.map +1 -1
  60. package/dist/esm/pipeline/spec/chart/pipes/init/boxplot.js +10 -8
  61. package/dist/esm/pipeline/spec/chart/pipes/init/boxplot.js.map +1 -1
  62. package/dist/esm/pipeline/spec/chart/pipes/init/heatmap.js +0 -12
  63. package/dist/esm/pipeline/spec/chart/pipes/init/heatmap.js.map +1 -1
  64. package/dist/esm/pipeline/spec/chart/pipes/label/label.js +1 -1
  65. package/dist/esm/pipeline/spec/chart/pipes/label/label.js.map +1 -1
  66. package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.js +13 -1
  67. package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.js.map +1 -1
  68. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/dimensionLinkage.js +2 -2
  69. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/dimensionLinkage.js.map +1 -1
  70. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js +3 -1
  71. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js.map +1 -1
  72. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipBoxplot.js +3 -1
  73. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipBoxplot.js.map +1 -1
  74. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipDualAxis.js +3 -1
  75. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipDualAxis.js.map +1 -1
  76. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipElement.d.ts +2 -0
  77. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipElement.js +58 -0
  78. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipElement.js.map +1 -0
  79. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHeatmap.js +3 -1
  80. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHeatmap.js.map +1 -1
  81. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHistogram.js +11 -8
  82. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHistogram.js.map +1 -1
  83. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.js +3 -1
  84. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.js.map +1 -1
  85. package/dist/esm/pipeline/spec/chart/utils/histogram.d.ts +1 -0
  86. package/dist/esm/pipeline/spec/chart/utils/histogram.js +6 -2
  87. package/dist/esm/pipeline/spec/chart/utils/histogram.js.map +1 -1
  88. package/dist/esm/pipeline/utils/boxplot.d.ts +1 -0
  89. package/dist/esm/pipeline/utils/boxplot.js +8 -0
  90. package/dist/esm/pipeline/utils/boxplot.js.map +1 -0
  91. package/dist/esm/pipeline/utils/index.d.ts +1 -0
  92. package/dist/esm/pipeline/utils/index.js +1 -0
  93. package/dist/esm/theme/common/legend.d.ts +3 -1
  94. package/dist/esm/theme/common/legend.js +13 -1
  95. package/dist/esm/theme/common/legend.js.map +1 -1
  96. package/dist/esm/theme/common/tooltip.js +1 -1
  97. package/dist/esm/theme/common/tooltip.js.map +1 -1
  98. package/dist/esm/theme/dark/dark.js +4 -1
  99. package/dist/esm/theme/dark/dark.js.map +1 -1
  100. package/dist/esm/theme/light/light.js +4 -1
  101. package/dist/esm/theme/light/light.js.map +1 -1
  102. package/dist/esm/types/advancedVSeed.d.ts +252 -420
  103. package/dist/esm/types/chartType/area/area.d.ts +2 -2
  104. package/dist/esm/types/chartType/area/zArea.d.ts +5 -281
  105. package/dist/esm/types/chartType/areaPercent/areaPercent.d.ts +3 -5
  106. package/dist/esm/types/chartType/areaPercent/zAreaPercent.d.ts +5 -281
  107. package/dist/esm/types/chartType/bar/bar.d.ts +3 -3
  108. package/dist/esm/types/chartType/bar/zBar.d.ts +5 -281
  109. package/dist/esm/types/chartType/barParallel/barParallel.d.ts +3 -3
  110. package/dist/esm/types/chartType/barParallel/zBarParallel.d.ts +5 -281
  111. package/dist/esm/types/chartType/barPercent/barPercent.d.ts +3 -3
  112. package/dist/esm/types/chartType/barPercent/zBarPercent.d.ts +5 -281
  113. package/dist/esm/types/chartType/{boxplot/boxplot.d.ts → boxPlot/boxPlot.d.ts} +6 -6
  114. package/dist/esm/types/chartType/boxPlot/index.d.ts +2 -0
  115. package/dist/esm/types/chartType/boxPlot/index.js +1 -0
  116. package/dist/esm/types/chartType/{boxplot/zBoxplot.d.ts → boxPlot/zBoxPlot.d.ts} +6 -282
  117. package/dist/esm/types/chartType/{boxplot/zBoxplot.js → boxPlot/zBoxPlot.js} +3 -3
  118. package/dist/esm/types/chartType/{boxplot/zBoxplot.js.map → boxPlot/zBoxPlot.js.map} +1 -1
  119. package/dist/esm/types/chartType/column/column.d.ts +4 -4
  120. package/dist/esm/types/chartType/column/zColumn.d.ts +7 -283
  121. package/dist/esm/types/chartType/column/zColumn.js +1 -1
  122. package/dist/esm/types/chartType/column/zColumn.js.map +1 -1
  123. package/dist/esm/types/chartType/columnParallel/columnParallel.d.ts +3 -5
  124. package/dist/esm/types/chartType/columnParallel/zColumnParallel.d.ts +5 -281
  125. package/dist/esm/types/chartType/columnPercent/columnPercent.d.ts +3 -3
  126. package/dist/esm/types/chartType/columnPercent/zColumnPercent.d.ts +5 -281
  127. package/dist/esm/types/chartType/donut/zDonut.d.ts +1 -1
  128. package/dist/esm/types/chartType/dualAxis/dualAxis.d.ts +3 -3
  129. package/dist/esm/types/chartType/dualAxis/zDualAxis.d.ts +5 -281
  130. package/dist/esm/types/chartType/funnel/zFunnel.d.ts +5 -0
  131. package/dist/esm/types/chartType/heatmap/zHeatmap.d.ts +5 -0
  132. package/dist/esm/types/chartType/histogram/histogram.d.ts +6 -6
  133. package/dist/esm/types/chartType/histogram/zHistogram.d.ts +5 -281
  134. package/dist/esm/types/chartType/index.d.ts +1 -1
  135. package/dist/esm/types/chartType/index.js +1 -1
  136. package/dist/esm/types/chartType/line/line.d.ts +3 -5
  137. package/dist/esm/types/chartType/line/zLine.d.ts +5 -281
  138. package/dist/esm/types/chartType/pie/zPie.d.ts +1 -1
  139. package/dist/esm/types/chartType/pivotTable/pivotTable.d.ts +1 -1
  140. package/dist/esm/types/chartType/radar/zRadar.d.ts +1 -1
  141. package/dist/esm/types/chartType/rose/zRose.d.ts +1 -1
  142. package/dist/esm/types/chartType/roseParallel/zRoseParallel.d.ts +1 -1
  143. package/dist/esm/types/chartType/scatter/scatter.d.ts +7 -7
  144. package/dist/esm/types/chartType/scatter/zScatter.d.ts +13 -289
  145. package/dist/esm/types/chartType/scatter/zScatter.js +4 -4
  146. package/dist/esm/types/chartType/scatter/zScatter.js.map +1 -1
  147. package/dist/esm/types/chartType/table/table.d.ts +1 -1
  148. package/dist/esm/types/dataSelector/selector.d.ts +108 -0
  149. package/dist/esm/types/dataSelector/selector.js +58 -51
  150. package/dist/esm/types/dataSelector/selector.js.map +1 -1
  151. package/dist/esm/types/properties/annotation/annotation.d.ts +4 -280
  152. package/dist/esm/types/properties/annotation/annotationArea.d.ts +2 -2
  153. package/dist/esm/types/properties/annotation/annotationHorizontalLine.d.ts +1 -6
  154. package/dist/esm/types/properties/annotation/annotationVerticalLine.d.ts +0 -5
  155. package/dist/esm/types/properties/annotation/zAnnotationArea.d.ts +2 -2
  156. package/dist/esm/types/properties/annotation/zAnnotationArea.js +3 -3
  157. package/dist/esm/types/properties/annotation/zAnnotationArea.js.map +1 -1
  158. package/dist/esm/types/properties/annotation/zAnnotationHorizontalLine.d.ts +0 -69
  159. package/dist/esm/types/properties/annotation/zAnnotationHorizontalLine.js +0 -5
  160. package/dist/esm/types/properties/annotation/zAnnotationHorizontalLine.js.map +1 -1
  161. package/dist/esm/types/properties/annotation/zAnnotationVerticalLine.d.ts +0 -69
  162. package/dist/esm/types/properties/annotation/zAnnotationVerticalLine.js +0 -5
  163. package/dist/esm/types/properties/annotation/zAnnotationVerticalLine.js.map +1 -1
  164. package/dist/esm/types/properties/config/area.d.ts +2 -2
  165. package/dist/esm/types/properties/config/bar.d.ts +3 -3
  166. package/dist/esm/types/properties/config/boxplot.d.ts +1 -1
  167. package/dist/esm/types/properties/config/column.d.ts +3 -3
  168. package/dist/esm/types/properties/config/config.d.ts +102 -48
  169. package/dist/esm/types/properties/config/dualAxis.d.ts +1 -1
  170. package/dist/esm/types/properties/config/funnel.d.ts +1 -1
  171. package/dist/esm/types/properties/config/heatmap.d.ts +83 -29
  172. package/dist/esm/types/properties/config/heatmap.js +6 -3
  173. package/dist/esm/types/properties/config/heatmap.js.map +1 -1
  174. package/dist/esm/types/properties/config/histogram.d.ts +1 -1
  175. package/dist/esm/types/properties/config/legend/legend.d.ts +10 -2
  176. package/dist/esm/types/properties/config/legend/legend.js +7 -2
  177. package/dist/esm/types/properties/config/legend/legend.js.map +1 -1
  178. package/dist/esm/types/properties/config/line.d.ts +1 -1
  179. package/dist/esm/types/properties/config/pie.d.ts +3 -3
  180. package/dist/esm/types/properties/config/rose.d.ts +2 -2
  181. package/dist/esm/types/properties/config/scatter.d.ts +1 -1
  182. package/dist/esm/types/properties/regressionLine/linearRegressionLine.d.ts +4 -0
  183. package/dist/esm/types/properties/regressionLine/logisticRegressionLine.d.ts +4 -0
  184. package/dist/esm/types/properties/regressionLine/lowessRegressionLine.d.ts +4 -0
  185. package/dist/esm/types/properties/regressionLine/polynomialRegressionLine.d.ts +4 -0
  186. package/dist/esm/types/properties/theme/customTheme.d.ts +204 -96
  187. package/dist/esm/types/vseed.d.ts +2 -2
  188. package/dist/esm/types/zVseed.d.ts +837 -4415
  189. package/dist/esm/types/zVseed.js +2 -2
  190. package/dist/esm/types/zVseed.js.map +1 -1
  191. package/dist/umd/index.js +541 -426
  192. package/dist/umd/index.js.map +1 -1
  193. package/package.json +10 -5
  194. package/dist/esm/types/chartType/boxplot/index.d.ts +0 -2
  195. package/dist/esm/types/chartType/boxplot/index.js +0 -1
  196. /package/dist/esm/types/chartType/{boxplot/boxplot.js → boxPlot/boxPlot.js} +0 -0
@@ -313,9 +313,9 @@ export declare class Builder implements VSeedBuilder {
313
313
  maxSize?: number | null | undefined;
314
314
  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;
315
315
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
316
- labelColor?: string | null | undefined;
317
316
  pagerIconColor?: string | null | undefined;
318
317
  pagerIconDisableColor?: string | null | undefined;
318
+ labelColor?: string | null | undefined;
319
319
  labelFontSize?: number | null | undefined;
320
320
  labelFontWeight?: string | number | null | undefined;
321
321
  } | null | undefined;
@@ -595,9 +595,9 @@ export declare class Builder implements VSeedBuilder {
595
595
  maxSize?: number | null | undefined;
596
596
  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;
597
597
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
598
- labelColor?: string | null | undefined;
599
598
  pagerIconColor?: string | null | undefined;
600
599
  pagerIconDisableColor?: string | null | undefined;
600
+ labelColor?: string | null | undefined;
601
601
  labelFontSize?: number | null | undefined;
602
602
  labelFontWeight?: string | number | null | undefined;
603
603
  } | null | undefined;
@@ -1021,9 +1021,9 @@ export declare class Builder implements VSeedBuilder {
1021
1021
  maxSize?: number | null | undefined;
1022
1022
  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;
1023
1023
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
1024
- labelColor?: string | null | undefined;
1025
1024
  pagerIconColor?: string | null | undefined;
1026
1025
  pagerIconDisableColor?: string | null | undefined;
1026
+ labelColor?: string | null | undefined;
1027
1027
  labelFontSize?: number | null | undefined;
1028
1028
  labelFontWeight?: string | number | null | undefined;
1029
1029
  } | null | undefined;
@@ -1305,9 +1305,9 @@ export declare class Builder implements VSeedBuilder {
1305
1305
  maxSize?: number | null | undefined;
1306
1306
  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;
1307
1307
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
1308
- labelColor?: string | null | undefined;
1309
1308
  pagerIconColor?: string | null | undefined;
1310
1309
  pagerIconDisableColor?: string | null | undefined;
1310
+ labelColor?: string | null | undefined;
1311
1311
  labelFontSize?: number | null | undefined;
1312
1312
  labelFontWeight?: string | number | null | undefined;
1313
1313
  } | null | undefined;
@@ -1589,9 +1589,9 @@ export declare class Builder implements VSeedBuilder {
1589
1589
  maxSize?: number | null | undefined;
1590
1590
  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;
1591
1591
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
1592
- labelColor?: string | null | undefined;
1593
1592
  pagerIconColor?: string | null | undefined;
1594
1593
  pagerIconDisableColor?: string | null | undefined;
1594
+ labelColor?: string | null | undefined;
1595
1595
  labelFontSize?: number | null | undefined;
1596
1596
  labelFontWeight?: string | number | null | undefined;
1597
1597
  } | null | undefined;
@@ -1871,9 +1871,9 @@ export declare class Builder implements VSeedBuilder {
1871
1871
  maxSize?: number | null | undefined;
1872
1872
  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;
1873
1873
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
1874
- labelColor?: string | null | undefined;
1875
1874
  pagerIconColor?: string | null | undefined;
1876
1875
  pagerIconDisableColor?: string | null | undefined;
1876
+ labelColor?: string | null | undefined;
1877
1877
  labelFontSize?: number | null | undefined;
1878
1878
  labelFontWeight?: string | number | null | undefined;
1879
1879
  } | null | undefined;
@@ -2153,9 +2153,9 @@ export declare class Builder implements VSeedBuilder {
2153
2153
  maxSize?: number | null | undefined;
2154
2154
  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;
2155
2155
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
2156
- labelColor?: string | null | undefined;
2157
2156
  pagerIconColor?: string | null | undefined;
2158
2157
  pagerIconDisableColor?: string | null | undefined;
2158
+ labelColor?: string | null | undefined;
2159
2159
  labelFontSize?: number | null | undefined;
2160
2160
  labelFontWeight?: string | number | null | undefined;
2161
2161
  } | null | undefined;
@@ -2435,9 +2435,9 @@ export declare class Builder implements VSeedBuilder {
2435
2435
  maxSize?: number | null | undefined;
2436
2436
  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;
2437
2437
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
2438
- labelColor?: string | null | undefined;
2439
2438
  pagerIconColor?: string | null | undefined;
2440
2439
  pagerIconDisableColor?: string | null | undefined;
2440
+ labelColor?: string | null | undefined;
2441
2441
  labelFontSize?: number | null | undefined;
2442
2442
  labelFontWeight?: string | number | null | undefined;
2443
2443
  } | null | undefined;
@@ -2717,9 +2717,9 @@ export declare class Builder implements VSeedBuilder {
2717
2717
  maxSize?: number | null | undefined;
2718
2718
  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;
2719
2719
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
2720
- labelColor?: string | null | undefined;
2721
2720
  pagerIconColor?: string | null | undefined;
2722
2721
  pagerIconDisableColor?: string | null | undefined;
2722
+ labelColor?: string | null | undefined;
2723
2723
  labelFontSize?: number | null | undefined;
2724
2724
  labelFontWeight?: string | number | null | undefined;
2725
2725
  } | null | undefined;
@@ -2999,9 +2999,9 @@ export declare class Builder implements VSeedBuilder {
2999
2999
  maxSize?: number | null | undefined;
3000
3000
  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;
3001
3001
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
3002
- labelColor?: string | null | undefined;
3003
3002
  pagerIconColor?: string | null | undefined;
3004
3003
  pagerIconDisableColor?: string | null | undefined;
3004
+ labelColor?: string | null | undefined;
3005
3005
  labelFontSize?: number | null | undefined;
3006
3006
  labelFontWeight?: string | number | null | undefined;
3007
3007
  } | null | undefined;
@@ -3438,9 +3438,9 @@ export declare class Builder implements VSeedBuilder {
3438
3438
  maxSize?: number | null | undefined;
3439
3439
  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;
3440
3440
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
3441
- labelColor?: string | null | undefined;
3442
3441
  pagerIconColor?: string | null | undefined;
3443
3442
  pagerIconDisableColor?: string | null | undefined;
3443
+ labelColor?: string | null | undefined;
3444
3444
  labelFontSize?: number | null | undefined;
3445
3445
  labelFontWeight?: string | number | null | undefined;
3446
3446
  } | null | undefined;
@@ -3885,9 +3885,9 @@ export declare class Builder implements VSeedBuilder {
3885
3885
  maxSize?: number | null | undefined;
3886
3886
  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;
3887
3887
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
3888
- labelColor?: string | null | undefined;
3889
3888
  pagerIconColor?: string | null | undefined;
3890
3889
  pagerIconDisableColor?: string | null | undefined;
3890
+ labelColor?: string | null | undefined;
3891
3891
  labelFontSize?: number | null | undefined;
3892
3892
  labelFontWeight?: string | number | null | undefined;
3893
3893
  } | null | undefined;
@@ -3985,9 +3985,9 @@ export declare class Builder implements VSeedBuilder {
3985
3985
  maxSize?: number | null | undefined;
3986
3986
  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;
3987
3987
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
3988
- labelColor?: string | null | undefined;
3989
3988
  pagerIconColor?: string | null | undefined;
3990
3989
  pagerIconDisableColor?: string | null | undefined;
3990
+ labelColor?: string | null | undefined;
3991
3991
  labelFontSize?: number | null | undefined;
3992
3992
  labelFontWeight?: string | number | null | undefined;
3993
3993
  } | null | undefined;
@@ -4085,9 +4085,9 @@ export declare class Builder implements VSeedBuilder {
4085
4085
  maxSize?: number | null | undefined;
4086
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;
4087
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;
4089
4088
  pagerIconColor?: string | null | undefined;
4090
4089
  pagerIconDisableColor?: string | null | undefined;
4090
+ labelColor?: string | null | undefined;
4091
4091
  labelFontSize?: number | null | undefined;
4092
4092
  labelFontWeight?: string | number | null | undefined;
4093
4093
  } | null | undefined;
@@ -4186,9 +4186,9 @@ export declare class Builder implements VSeedBuilder {
4186
4186
  maxSize?: number | null | undefined;
4187
4187
  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;
4188
4188
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4189
- labelColor?: string | null | undefined;
4190
4189
  pagerIconColor?: string | null | undefined;
4191
4190
  pagerIconDisableColor?: string | null | undefined;
4191
+ labelColor?: string | null | undefined;
4192
4192
  labelFontSize?: number | null | undefined;
4193
4193
  labelFontWeight?: string | number | null | undefined;
4194
4194
  } | null | undefined;
@@ -4287,9 +4287,9 @@ export declare class Builder implements VSeedBuilder {
4287
4287
  maxSize?: number | null | undefined;
4288
4288
  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;
4289
4289
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4290
- labelColor?: string | null | undefined;
4291
4290
  pagerIconColor?: string | null | undefined;
4292
4291
  pagerIconDisableColor?: string | null | undefined;
4292
+ labelColor?: string | null | undefined;
4293
4293
  labelFontSize?: number | null | undefined;
4294
4294
  labelFontWeight?: string | number | null | undefined;
4295
4295
  } | null | undefined;
@@ -4387,9 +4387,9 @@ export declare class Builder implements VSeedBuilder {
4387
4387
  maxSize?: number | null | undefined;
4388
4388
  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;
4389
4389
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4390
- labelColor?: string | null | undefined;
4391
4390
  pagerIconColor?: string | null | undefined;
4392
4391
  pagerIconDisableColor?: string | null | undefined;
4392
+ labelColor?: string | null | undefined;
4393
4393
  labelFontSize?: number | null | undefined;
4394
4394
  labelFontWeight?: string | number | null | undefined;
4395
4395
  } | null | undefined;
@@ -4485,14 +4485,11 @@ export declare class Builder implements VSeedBuilder {
4485
4485
  titleColor?: string | null | undefined;
4486
4486
  } | null | undefined;
4487
4487
  legend?: {
4488
- enable?: boolean | null | undefined;
4489
- border?: boolean | null | undefined;
4490
- maxSize?: number | null | undefined;
4491
- 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;
4492
4488
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4489
+ enable?: boolean | null | undefined;
4490
+ railBackgroundColor?: string | null | undefined;
4491
+ handlerBorderColor?: string | null | undefined;
4493
4492
  labelColor?: string | null | undefined;
4494
- pagerIconColor?: string | null | undefined;
4495
- pagerIconDisableColor?: string | null | undefined;
4496
4493
  labelFontSize?: number | null | undefined;
4497
4494
  labelFontWeight?: string | number | null | undefined;
4498
4495
  } | null | undefined;
@@ -4518,6 +4515,86 @@ export declare class Builder implements VSeedBuilder {
4518
4515
  lineWidth?: number | null | undefined;
4519
4516
  cornerRadius?: number | null | undefined;
4520
4517
  } | null | undefined;
4518
+ xAxis?: {
4519
+ visible?: boolean | null | undefined;
4520
+ labelAutoHide?: boolean | null | undefined;
4521
+ labelAutoHideGap?: number | null | undefined;
4522
+ labelAutoRotate?: boolean | null | undefined;
4523
+ labelAutoRotateAngleRange?: number[] | null | undefined;
4524
+ labelAutoLimit?: boolean | null | undefined;
4525
+ labelAutoLimitLength?: number | null | undefined;
4526
+ label?: {
4527
+ visible?: boolean | null | undefined;
4528
+ labelColor?: string | null | undefined;
4529
+ labelFontSize?: number | null | undefined;
4530
+ labelFontWeight?: number | null | undefined;
4531
+ labelAngle?: number | null | undefined;
4532
+ } | null | undefined;
4533
+ line?: {
4534
+ visible?: boolean | null | undefined;
4535
+ lineColor?: string | null | undefined;
4536
+ lineWidth?: number | null | undefined;
4537
+ } | null | undefined;
4538
+ tick?: {
4539
+ visible?: boolean | null | undefined;
4540
+ tickInside?: boolean | null | undefined;
4541
+ tickColor?: string | null | undefined;
4542
+ tickSize?: number | null | undefined;
4543
+ } | null | undefined;
4544
+ title?: {
4545
+ visible?: boolean | null | undefined;
4546
+ titleText?: string | null | undefined;
4547
+ titleColor?: string | null | undefined;
4548
+ titleFontSize?: number | null | undefined;
4549
+ titleFontWeight?: number | null | undefined;
4550
+ } | null | undefined;
4551
+ grid?: {
4552
+ visible?: boolean | null | undefined;
4553
+ gridColor?: string | null | undefined;
4554
+ gridWidth?: number | null | undefined;
4555
+ gridLineDash?: number[] | null | undefined;
4556
+ } | null | undefined;
4557
+ } | null | undefined;
4558
+ yAxis?: {
4559
+ visible?: boolean | null | undefined;
4560
+ labelAutoHide?: boolean | null | undefined;
4561
+ labelAutoHideGap?: number | null | undefined;
4562
+ labelAutoRotate?: boolean | null | undefined;
4563
+ labelAutoRotateAngleRange?: number[] | null | undefined;
4564
+ labelAutoLimit?: boolean | null | undefined;
4565
+ labelAutoLimitLength?: number | null | undefined;
4566
+ label?: {
4567
+ visible?: boolean | null | undefined;
4568
+ labelColor?: string | null | undefined;
4569
+ labelFontSize?: number | null | undefined;
4570
+ labelFontWeight?: number | null | undefined;
4571
+ labelAngle?: number | null | undefined;
4572
+ } | null | undefined;
4573
+ line?: {
4574
+ visible?: boolean | null | undefined;
4575
+ lineColor?: string | null | undefined;
4576
+ lineWidth?: number | null | undefined;
4577
+ } | null | undefined;
4578
+ tick?: {
4579
+ visible?: boolean | null | undefined;
4580
+ tickInside?: boolean | null | undefined;
4581
+ tickColor?: string | null | undefined;
4582
+ tickSize?: number | null | undefined;
4583
+ } | null | undefined;
4584
+ title?: {
4585
+ visible?: boolean | null | undefined;
4586
+ titleText?: string | null | undefined;
4587
+ titleColor?: string | null | undefined;
4588
+ titleFontSize?: number | null | undefined;
4589
+ titleFontWeight?: number | null | undefined;
4590
+ } | null | undefined;
4591
+ grid?: {
4592
+ visible?: boolean | null | undefined;
4593
+ gridColor?: string | null | undefined;
4594
+ gridWidth?: number | null | undefined;
4595
+ gridLineDash?: number[] | null | undefined;
4596
+ } | null | undefined;
4597
+ } | null | undefined;
4521
4598
  } | null | undefined;
4522
4599
  boxPlot?: {
4523
4600
  backgroundColor?: string | null | undefined;
@@ -4594,9 +4671,9 @@ export declare class Builder implements VSeedBuilder {
4594
4671
  maxSize?: number | null | undefined;
4595
4672
  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;
4596
4673
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4597
- labelColor?: string | null | undefined;
4598
4674
  pagerIconColor?: string | null | undefined;
4599
4675
  pagerIconDisableColor?: string | null | undefined;
4676
+ labelColor?: string | null | undefined;
4600
4677
  labelFontSize?: number | null | undefined;
4601
4678
  labelFontWeight?: string | number | null | undefined;
4602
4679
  } | null | undefined;
@@ -4895,9 +4972,9 @@ export declare class Builder implements VSeedBuilder {
4895
4972
  maxSize?: number | null | undefined;
4896
4973
  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;
4897
4974
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4898
- labelColor?: string | null | undefined;
4899
4975
  pagerIconColor?: string | null | undefined;
4900
4976
  pagerIconDisableColor?: string | null | undefined;
4977
+ labelColor?: string | null | undefined;
4901
4978
  labelFontSize?: number | null | undefined;
4902
4979
  labelFontWeight?: string | number | null | undefined;
4903
4980
  } | null | undefined;
@@ -5735,9 +5812,9 @@ export declare class Builder implements VSeedBuilder {
5735
5812
  maxSize?: number | null | undefined;
5736
5813
  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;
5737
5814
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
5738
- labelColor?: string | null | undefined;
5739
5815
  pagerIconColor?: string | null | undefined;
5740
5816
  pagerIconDisableColor?: string | null | undefined;
5817
+ labelColor?: string | null | undefined;
5741
5818
  labelFontSize?: number | null | undefined;
5742
5819
  labelFontWeight?: string | number | null | undefined;
5743
5820
  } | null | undefined;
@@ -6017,9 +6094,9 @@ export declare class Builder implements VSeedBuilder {
6017
6094
  maxSize?: number | null | undefined;
6018
6095
  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;
6019
6096
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
6020
- labelColor?: string | null | undefined;
6021
6097
  pagerIconColor?: string | null | undefined;
6022
6098
  pagerIconDisableColor?: string | null | undefined;
6099
+ labelColor?: string | null | undefined;
6023
6100
  labelFontSize?: number | null | undefined;
6024
6101
  labelFontWeight?: string | number | null | undefined;
6025
6102
  } | null | undefined;
@@ -6443,9 +6520,9 @@ export declare class Builder implements VSeedBuilder {
6443
6520
  maxSize?: number | null | undefined;
6444
6521
  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;
6445
6522
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
6446
- labelColor?: string | null | undefined;
6447
6523
  pagerIconColor?: string | null | undefined;
6448
6524
  pagerIconDisableColor?: string | null | undefined;
6525
+ labelColor?: string | null | undefined;
6449
6526
  labelFontSize?: number | null | undefined;
6450
6527
  labelFontWeight?: string | number | null | undefined;
6451
6528
  } | null | undefined;
@@ -6727,9 +6804,9 @@ export declare class Builder implements VSeedBuilder {
6727
6804
  maxSize?: number | null | undefined;
6728
6805
  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;
6729
6806
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
6730
- labelColor?: string | null | undefined;
6731
6807
  pagerIconColor?: string | null | undefined;
6732
6808
  pagerIconDisableColor?: string | null | undefined;
6809
+ labelColor?: string | null | undefined;
6733
6810
  labelFontSize?: number | null | undefined;
6734
6811
  labelFontWeight?: string | number | null | undefined;
6735
6812
  } | null | undefined;
@@ -7011,9 +7088,9 @@ export declare class Builder implements VSeedBuilder {
7011
7088
  maxSize?: number | null | undefined;
7012
7089
  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
7090
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
7014
- labelColor?: string | null | undefined;
7015
7091
  pagerIconColor?: string | null | undefined;
7016
7092
  pagerIconDisableColor?: string | null | undefined;
7093
+ labelColor?: string | null | undefined;
7017
7094
  labelFontSize?: number | null | undefined;
7018
7095
  labelFontWeight?: string | number | null | undefined;
7019
7096
  } | null | undefined;
@@ -7293,9 +7370,9 @@ export declare class Builder implements VSeedBuilder {
7293
7370
  maxSize?: number | null | undefined;
7294
7371
  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;
7295
7372
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
7296
- labelColor?: string | null | undefined;
7297
7373
  pagerIconColor?: string | null | undefined;
7298
7374
  pagerIconDisableColor?: string | null | undefined;
7375
+ labelColor?: string | null | undefined;
7299
7376
  labelFontSize?: number | null | undefined;
7300
7377
  labelFontWeight?: string | number | null | undefined;
7301
7378
  } | null | undefined;
@@ -7575,9 +7652,9 @@ export declare class Builder implements VSeedBuilder {
7575
7652
  maxSize?: number | null | undefined;
7576
7653
  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
7654
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
7578
- labelColor?: string | null | undefined;
7579
7655
  pagerIconColor?: string | null | undefined;
7580
7656
  pagerIconDisableColor?: string | null | undefined;
7657
+ labelColor?: string | null | undefined;
7581
7658
  labelFontSize?: number | null | undefined;
7582
7659
  labelFontWeight?: string | number | null | undefined;
7583
7660
  } | null | undefined;
@@ -7857,9 +7934,9 @@ export declare class Builder implements VSeedBuilder {
7857
7934
  maxSize?: number | null | undefined;
7858
7935
  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;
7859
7936
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
7860
- labelColor?: string | null | undefined;
7861
7937
  pagerIconColor?: string | null | undefined;
7862
7938
  pagerIconDisableColor?: string | null | undefined;
7939
+ labelColor?: string | null | undefined;
7863
7940
  labelFontSize?: number | null | undefined;
7864
7941
  labelFontWeight?: string | number | null | undefined;
7865
7942
  } | null | undefined;
@@ -8139,9 +8216,9 @@ export declare class Builder implements VSeedBuilder {
8139
8216
  maxSize?: number | null | undefined;
8140
8217
  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;
8141
8218
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
8142
- labelColor?: string | null | undefined;
8143
8219
  pagerIconColor?: string | null | undefined;
8144
8220
  pagerIconDisableColor?: string | null | undefined;
8221
+ labelColor?: string | null | undefined;
8145
8222
  labelFontSize?: number | null | undefined;
8146
8223
  labelFontWeight?: string | number | null | undefined;
8147
8224
  } | null | undefined;
@@ -8421,9 +8498,9 @@ export declare class Builder implements VSeedBuilder {
8421
8498
  maxSize?: number | null | undefined;
8422
8499
  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;
8423
8500
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
8424
- labelColor?: string | null | undefined;
8425
8501
  pagerIconColor?: string | null | undefined;
8426
8502
  pagerIconDisableColor?: string | null | undefined;
8503
+ labelColor?: string | null | undefined;
8427
8504
  labelFontSize?: number | null | undefined;
8428
8505
  labelFontWeight?: string | number | null | undefined;
8429
8506
  } | null | undefined;
@@ -8860,9 +8937,9 @@ export declare class Builder implements VSeedBuilder {
8860
8937
  maxSize?: number | null | undefined;
8861
8938
  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;
8862
8939
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
8863
- labelColor?: string | null | undefined;
8864
8940
  pagerIconColor?: string | null | undefined;
8865
8941
  pagerIconDisableColor?: string | null | undefined;
8942
+ labelColor?: string | null | undefined;
8866
8943
  labelFontSize?: number | null | undefined;
8867
8944
  labelFontWeight?: string | number | null | undefined;
8868
8945
  } | null | undefined;
@@ -9307,9 +9384,9 @@ export declare class Builder implements VSeedBuilder {
9307
9384
  maxSize?: number | null | undefined;
9308
9385
  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;
9309
9386
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9310
- labelColor?: string | null | undefined;
9311
9387
  pagerIconColor?: string | null | undefined;
9312
9388
  pagerIconDisableColor?: string | null | undefined;
9389
+ labelColor?: string | null | undefined;
9313
9390
  labelFontSize?: number | null | undefined;
9314
9391
  labelFontWeight?: string | number | null | undefined;
9315
9392
  } | null | undefined;
@@ -9407,9 +9484,9 @@ export declare class Builder implements VSeedBuilder {
9407
9484
  maxSize?: number | null | undefined;
9408
9485
  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;
9409
9486
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9410
- labelColor?: string | null | undefined;
9411
9487
  pagerIconColor?: string | null | undefined;
9412
9488
  pagerIconDisableColor?: string | null | undefined;
9489
+ labelColor?: string | null | undefined;
9413
9490
  labelFontSize?: number | null | undefined;
9414
9491
  labelFontWeight?: string | number | null | undefined;
9415
9492
  } | null | undefined;
@@ -9507,9 +9584,9 @@ export declare class Builder implements VSeedBuilder {
9507
9584
  maxSize?: number | null | undefined;
9508
9585
  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;
9509
9586
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9510
- labelColor?: string | null | undefined;
9511
9587
  pagerIconColor?: string | null | undefined;
9512
9588
  pagerIconDisableColor?: string | null | undefined;
9589
+ labelColor?: string | null | undefined;
9513
9590
  labelFontSize?: number | null | undefined;
9514
9591
  labelFontWeight?: string | number | null | undefined;
9515
9592
  } | null | undefined;
@@ -9608,9 +9685,9 @@ export declare class Builder implements VSeedBuilder {
9608
9685
  maxSize?: number | null | undefined;
9609
9686
  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;
9610
9687
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9611
- labelColor?: string | null | undefined;
9612
9688
  pagerIconColor?: string | null | undefined;
9613
9689
  pagerIconDisableColor?: string | null | undefined;
9690
+ labelColor?: string | null | undefined;
9614
9691
  labelFontSize?: number | null | undefined;
9615
9692
  labelFontWeight?: string | number | null | undefined;
9616
9693
  } | null | undefined;
@@ -9709,9 +9786,9 @@ export declare class Builder implements VSeedBuilder {
9709
9786
  maxSize?: number | null | undefined;
9710
9787
  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;
9711
9788
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9712
- labelColor?: string | null | undefined;
9713
9789
  pagerIconColor?: string | null | undefined;
9714
9790
  pagerIconDisableColor?: string | null | undefined;
9791
+ labelColor?: string | null | undefined;
9715
9792
  labelFontSize?: number | null | undefined;
9716
9793
  labelFontWeight?: string | number | null | undefined;
9717
9794
  } | null | undefined;
@@ -9809,9 +9886,9 @@ export declare class Builder implements VSeedBuilder {
9809
9886
  maxSize?: number | null | undefined;
9810
9887
  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;
9811
9888
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9812
- labelColor?: string | null | undefined;
9813
9889
  pagerIconColor?: string | null | undefined;
9814
9890
  pagerIconDisableColor?: string | null | undefined;
9891
+ labelColor?: string | null | undefined;
9815
9892
  labelFontSize?: number | null | undefined;
9816
9893
  labelFontWeight?: string | number | null | undefined;
9817
9894
  } | null | undefined;
@@ -9907,14 +9984,11 @@ export declare class Builder implements VSeedBuilder {
9907
9984
  titleColor?: string | null | undefined;
9908
9985
  } | null | undefined;
9909
9986
  legend?: {
9910
- enable?: boolean | null | undefined;
9911
- border?: boolean | null | undefined;
9912
- maxSize?: number | null | undefined;
9913
- 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;
9914
9987
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9988
+ enable?: boolean | null | undefined;
9989
+ railBackgroundColor?: string | null | undefined;
9990
+ handlerBorderColor?: string | null | undefined;
9915
9991
  labelColor?: string | null | undefined;
9916
- pagerIconColor?: string | null | undefined;
9917
- pagerIconDisableColor?: string | null | undefined;
9918
9992
  labelFontSize?: number | null | undefined;
9919
9993
  labelFontWeight?: string | number | null | undefined;
9920
9994
  } | null | undefined;
@@ -9940,6 +10014,86 @@ export declare class Builder implements VSeedBuilder {
9940
10014
  lineWidth?: number | null | undefined;
9941
10015
  cornerRadius?: number | null | undefined;
9942
10016
  } | null | undefined;
10017
+ xAxis?: {
10018
+ visible?: boolean | null | undefined;
10019
+ labelAutoHide?: boolean | null | undefined;
10020
+ labelAutoHideGap?: number | null | undefined;
10021
+ labelAutoRotate?: boolean | null | undefined;
10022
+ labelAutoRotateAngleRange?: number[] | null | undefined;
10023
+ labelAutoLimit?: boolean | null | undefined;
10024
+ labelAutoLimitLength?: number | null | undefined;
10025
+ label?: {
10026
+ visible?: boolean | null | undefined;
10027
+ labelColor?: string | null | undefined;
10028
+ labelFontSize?: number | null | undefined;
10029
+ labelFontWeight?: number | null | undefined;
10030
+ labelAngle?: number | null | undefined;
10031
+ } | null | undefined;
10032
+ line?: {
10033
+ visible?: boolean | null | undefined;
10034
+ lineColor?: string | null | undefined;
10035
+ lineWidth?: number | null | undefined;
10036
+ } | null | undefined;
10037
+ tick?: {
10038
+ visible?: boolean | null | undefined;
10039
+ tickInside?: boolean | null | undefined;
10040
+ tickColor?: string | null | undefined;
10041
+ tickSize?: number | null | undefined;
10042
+ } | null | undefined;
10043
+ title?: {
10044
+ visible?: boolean | null | undefined;
10045
+ titleText?: string | null | undefined;
10046
+ titleColor?: string | null | undefined;
10047
+ titleFontSize?: number | null | undefined;
10048
+ titleFontWeight?: number | null | undefined;
10049
+ } | null | undefined;
10050
+ grid?: {
10051
+ visible?: boolean | null | undefined;
10052
+ gridColor?: string | null | undefined;
10053
+ gridWidth?: number | null | undefined;
10054
+ gridLineDash?: number[] | null | undefined;
10055
+ } | null | undefined;
10056
+ } | null | undefined;
10057
+ yAxis?: {
10058
+ visible?: boolean | null | undefined;
10059
+ labelAutoHide?: boolean | null | undefined;
10060
+ labelAutoHideGap?: number | null | undefined;
10061
+ labelAutoRotate?: boolean | null | undefined;
10062
+ labelAutoRotateAngleRange?: number[] | null | undefined;
10063
+ labelAutoLimit?: boolean | null | undefined;
10064
+ labelAutoLimitLength?: number | null | undefined;
10065
+ label?: {
10066
+ visible?: boolean | null | undefined;
10067
+ labelColor?: string | null | undefined;
10068
+ labelFontSize?: number | null | undefined;
10069
+ labelFontWeight?: number | null | undefined;
10070
+ labelAngle?: number | null | undefined;
10071
+ } | null | undefined;
10072
+ line?: {
10073
+ visible?: boolean | null | undefined;
10074
+ lineColor?: string | null | undefined;
10075
+ lineWidth?: number | null | undefined;
10076
+ } | null | undefined;
10077
+ tick?: {
10078
+ visible?: boolean | null | undefined;
10079
+ tickInside?: boolean | null | undefined;
10080
+ tickColor?: string | null | undefined;
10081
+ tickSize?: number | null | undefined;
10082
+ } | null | undefined;
10083
+ title?: {
10084
+ visible?: boolean | null | undefined;
10085
+ titleText?: string | null | undefined;
10086
+ titleColor?: string | null | undefined;
10087
+ titleFontSize?: number | null | undefined;
10088
+ titleFontWeight?: number | null | undefined;
10089
+ } | null | undefined;
10090
+ grid?: {
10091
+ visible?: boolean | null | undefined;
10092
+ gridColor?: string | null | undefined;
10093
+ gridWidth?: number | null | undefined;
10094
+ gridLineDash?: number[] | null | undefined;
10095
+ } | null | undefined;
10096
+ } | null | undefined;
9943
10097
  } | null | undefined;
9944
10098
  boxPlot?: {
9945
10099
  backgroundColor?: string | null | undefined;
@@ -10016,9 +10170,9 @@ export declare class Builder implements VSeedBuilder {
10016
10170
  maxSize?: number | null | undefined;
10017
10171
  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;
10018
10172
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
10019
- labelColor?: string | null | undefined;
10020
10173
  pagerIconColor?: string | null | undefined;
10021
10174
  pagerIconDisableColor?: string | null | undefined;
10175
+ labelColor?: string | null | undefined;
10022
10176
  labelFontSize?: number | null | undefined;
10023
10177
  labelFontWeight?: string | number | null | undefined;
10024
10178
  } | null | undefined;
@@ -10317,9 +10471,9 @@ export declare class Builder implements VSeedBuilder {
10317
10471
  maxSize?: number | null | undefined;
10318
10472
  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;
10319
10473
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
10320
- labelColor?: string | null | undefined;
10321
10474
  pagerIconColor?: string | null | undefined;
10322
10475
  pagerIconDisableColor?: string | null | undefined;
10476
+ labelColor?: string | null | undefined;
10323
10477
  labelFontSize?: number | null | undefined;
10324
10478
  labelFontWeight?: string | number | null | undefined;
10325
10479
  } | null | undefined;
@@ -10746,27 +10900,6 @@ export declare class Builder implements VSeedBuilder {
10746
10900
  offsetX?: number | null | undefined;
10747
10901
  }[] | null | undefined;
10748
10902
  annotationVerticalLine?: {
10749
- selector?: string | number | {
10750
- field: string;
10751
- value: string | number | (string | number)[];
10752
- operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
10753
- op?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
10754
- } | {
10755
- field: string;
10756
- value: string | number | (string | number)[];
10757
- operator?: "in" | "not in" | null | undefined;
10758
- op?: "in" | "not in" | null | undefined;
10759
- } | (string | number | {
10760
- field: string;
10761
- value: string | number | (string | number)[];
10762
- operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
10763
- op?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
10764
- } | {
10765
- field: string;
10766
- value: string | number | (string | number)[];
10767
- operator?: "in" | "not in" | null | undefined;
10768
- op?: "in" | "not in" | null | undefined;
10769
- })[] | null | undefined;
10770
10903
  xValue?: string | number | (string | number)[] | null | undefined;
10771
10904
  text?: string | string[] | null | undefined;
10772
10905
  textPosition?: "outsideStart" | "outsideEnd" | "outsideMiddle" | "insideStart" | "insideMiddle" | "insideEnd" | null | undefined;
@@ -10786,27 +10919,6 @@ export declare class Builder implements VSeedBuilder {
10786
10919
  lineWidth?: number | null | undefined;
10787
10920
  lineStyle?: "solid" | "dashed" | "dotted" | null | undefined;
10788
10921
  } | {
10789
- selector?: string | number | {
10790
- field: string;
10791
- value: string | number | (string | number)[];
10792
- operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
10793
- op?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
10794
- } | {
10795
- field: string;
10796
- value: string | number | (string | number)[];
10797
- operator?: "in" | "not in" | null | undefined;
10798
- op?: "in" | "not in" | null | undefined;
10799
- } | (string | number | {
10800
- field: string;
10801
- value: string | number | (string | number)[];
10802
- operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
10803
- op?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
10804
- } | {
10805
- field: string;
10806
- value: string | number | (string | number)[];
10807
- operator?: "in" | "not in" | null | undefined;
10808
- op?: "in" | "not in" | null | undefined;
10809
- })[] | null | undefined;
10810
10922
  xValue?: string | number | (string | number)[] | null | undefined;
10811
10923
  text?: string | string[] | null | undefined;
10812
10924
  textPosition?: "outsideStart" | "outsideEnd" | "outsideMiddle" | "insideStart" | "insideMiddle" | "insideEnd" | null | undefined;
@@ -10827,27 +10939,6 @@ export declare class Builder implements VSeedBuilder {
10827
10939
  lineStyle?: "solid" | "dashed" | "dotted" | null | undefined;
10828
10940
  }[] | null | undefined;
10829
10941
  annotationHorizontalLine?: {
10830
- selector?: string | number | {
10831
- field: string;
10832
- value: string | number | (string | number)[];
10833
- operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
10834
- op?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
10835
- } | {
10836
- field: string;
10837
- value: string | number | (string | number)[];
10838
- operator?: "in" | "not in" | null | undefined;
10839
- op?: "in" | "not in" | null | undefined;
10840
- } | (string | number | {
10841
- field: string;
10842
- value: string | number | (string | number)[];
10843
- operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
10844
- op?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
10845
- } | {
10846
- field: string;
10847
- value: string | number | (string | number)[];
10848
- operator?: "in" | "not in" | null | undefined;
10849
- op?: "in" | "not in" | null | undefined;
10850
- })[] | null | undefined;
10851
10942
  yValue?: string | number | (string | number)[] | null | undefined;
10852
10943
  text?: string | string[] | null | undefined;
10853
10944
  textPosition?: "outsideStart" | "outsideEnd" | "outsideMiddle" | "insideStart" | "insideMiddle" | "insideEnd" | null | undefined;
@@ -10867,27 +10958,6 @@ export declare class Builder implements VSeedBuilder {
10867
10958
  textBackgroundBorderWidth?: number | null | undefined;
10868
10959
  textBackgroundPadding?: number | null | undefined;
10869
10960
  } | {
10870
- selector?: string | number | {
10871
- field: string;
10872
- value: string | number | (string | number)[];
10873
- operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
10874
- op?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
10875
- } | {
10876
- field: string;
10877
- value: string | number | (string | number)[];
10878
- operator?: "in" | "not in" | null | undefined;
10879
- op?: "in" | "not in" | null | undefined;
10880
- } | (string | number | {
10881
- field: string;
10882
- value: string | number | (string | number)[];
10883
- operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
10884
- op?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
10885
- } | {
10886
- field: string;
10887
- value: string | number | (string | number)[];
10888
- operator?: "in" | "not in" | null | undefined;
10889
- op?: "in" | "not in" | null | undefined;
10890
- })[] | null | undefined;
10891
10961
  yValue?: string | number | (string | number)[] | null | undefined;
10892
10962
  text?: string | string[] | null | undefined;
10893
10963
  textPosition?: "outsideStart" | "outsideEnd" | "outsideMiddle" | "insideStart" | "insideMiddle" | "insideEnd" | null | undefined;
@@ -10908,7 +10978,7 @@ export declare class Builder implements VSeedBuilder {
10908
10978
  textBackgroundPadding?: number | null | undefined;
10909
10979
  }[] | null | undefined;
10910
10980
  annotationArea?: {
10911
- selector?: string | number | {
10981
+ selector?: {
10912
10982
  field: string;
10913
10983
  value: string | number | (string | number)[];
10914
10984
  operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
@@ -10918,7 +10988,7 @@ export declare class Builder implements VSeedBuilder {
10918
10988
  value: string | number | (string | number)[];
10919
10989
  operator?: "in" | "not in" | null | undefined;
10920
10990
  op?: "in" | "not in" | null | undefined;
10921
- } | (string | number | {
10991
+ } | ({
10922
10992
  field: string;
10923
10993
  value: string | number | (string | number)[];
10924
10994
  operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
@@ -10950,7 +11020,7 @@ export declare class Builder implements VSeedBuilder {
10950
11020
  areaLineDash?: number[] | null | undefined;
10951
11021
  outerPadding?: number | null | undefined;
10952
11022
  } | {
10953
- selector?: string | number | {
11023
+ selector?: {
10954
11024
  field: string;
10955
11025
  value: string | number | (string | number)[];
10956
11026
  operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
@@ -10960,7 +11030,7 @@ export declare class Builder implements VSeedBuilder {
10960
11030
  value: string | number | (string | number)[];
10961
11031
  operator?: "in" | "not in" | null | undefined;
10962
11032
  op?: "in" | "not in" | null | undefined;
10963
- } | (string | number | {
11033
+ } | ({
10964
11034
  field: string;
10965
11035
  value: string | number | (string | number)[];
10966
11036
  operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
@@ -11438,9 +11508,9 @@ export declare class Builder implements VSeedBuilder {
11438
11508
  maxSize?: number | null | undefined;
11439
11509
  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;
11440
11510
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
11441
- labelColor?: string | null | undefined;
11442
11511
  pagerIconColor?: string | null | undefined;
11443
11512
  pagerIconDisableColor?: string | null | undefined;
11513
+ labelColor?: string | null | undefined;
11444
11514
  labelFontSize?: number | null | undefined;
11445
11515
  labelFontWeight?: string | number | null | undefined;
11446
11516
  } | null | undefined;
@@ -11720,9 +11790,9 @@ export declare class Builder implements VSeedBuilder {
11720
11790
  maxSize?: number | null | undefined;
11721
11791
  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;
11722
11792
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
11723
- labelColor?: string | null | undefined;
11724
11793
  pagerIconColor?: string | null | undefined;
11725
11794
  pagerIconDisableColor?: string | null | undefined;
11795
+ labelColor?: string | null | undefined;
11726
11796
  labelFontSize?: number | null | undefined;
11727
11797
  labelFontWeight?: string | number | null | undefined;
11728
11798
  } | null | undefined;
@@ -12146,9 +12216,9 @@ export declare class Builder implements VSeedBuilder {
12146
12216
  maxSize?: number | null | undefined;
12147
12217
  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;
12148
12218
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
12149
- labelColor?: string | null | undefined;
12150
12219
  pagerIconColor?: string | null | undefined;
12151
12220
  pagerIconDisableColor?: string | null | undefined;
12221
+ labelColor?: string | null | undefined;
12152
12222
  labelFontSize?: number | null | undefined;
12153
12223
  labelFontWeight?: string | number | null | undefined;
12154
12224
  } | null | undefined;
@@ -12430,9 +12500,9 @@ export declare class Builder implements VSeedBuilder {
12430
12500
  maxSize?: number | null | undefined;
12431
12501
  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;
12432
12502
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
12433
- labelColor?: string | null | undefined;
12434
12503
  pagerIconColor?: string | null | undefined;
12435
12504
  pagerIconDisableColor?: string | null | undefined;
12505
+ labelColor?: string | null | undefined;
12436
12506
  labelFontSize?: number | null | undefined;
12437
12507
  labelFontWeight?: string | number | null | undefined;
12438
12508
  } | null | undefined;
@@ -12714,9 +12784,9 @@ export declare class Builder implements VSeedBuilder {
12714
12784
  maxSize?: number | null | undefined;
12715
12785
  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;
12716
12786
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
12717
- labelColor?: string | null | undefined;
12718
12787
  pagerIconColor?: string | null | undefined;
12719
12788
  pagerIconDisableColor?: string | null | undefined;
12789
+ labelColor?: string | null | undefined;
12720
12790
  labelFontSize?: number | null | undefined;
12721
12791
  labelFontWeight?: string | number | null | undefined;
12722
12792
  } | null | undefined;
@@ -12996,9 +13066,9 @@ export declare class Builder implements VSeedBuilder {
12996
13066
  maxSize?: number | null | undefined;
12997
13067
  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;
12998
13068
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
12999
- labelColor?: string | null | undefined;
13000
13069
  pagerIconColor?: string | null | undefined;
13001
13070
  pagerIconDisableColor?: string | null | undefined;
13071
+ labelColor?: string | null | undefined;
13002
13072
  labelFontSize?: number | null | undefined;
13003
13073
  labelFontWeight?: string | number | null | undefined;
13004
13074
  } | null | undefined;
@@ -13278,9 +13348,9 @@ export declare class Builder implements VSeedBuilder {
13278
13348
  maxSize?: number | null | undefined;
13279
13349
  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;
13280
13350
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
13281
- labelColor?: string | null | undefined;
13282
13351
  pagerIconColor?: string | null | undefined;
13283
13352
  pagerIconDisableColor?: string | null | undefined;
13353
+ labelColor?: string | null | undefined;
13284
13354
  labelFontSize?: number | null | undefined;
13285
13355
  labelFontWeight?: string | number | null | undefined;
13286
13356
  } | null | undefined;
@@ -13560,9 +13630,9 @@ export declare class Builder implements VSeedBuilder {
13560
13630
  maxSize?: number | null | undefined;
13561
13631
  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;
13562
13632
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
13563
- labelColor?: string | null | undefined;
13564
13633
  pagerIconColor?: string | null | undefined;
13565
13634
  pagerIconDisableColor?: string | null | undefined;
13635
+ labelColor?: string | null | undefined;
13566
13636
  labelFontSize?: number | null | undefined;
13567
13637
  labelFontWeight?: string | number | null | undefined;
13568
13638
  } | null | undefined;
@@ -13842,9 +13912,9 @@ export declare class Builder implements VSeedBuilder {
13842
13912
  maxSize?: number | null | undefined;
13843
13913
  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;
13844
13914
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
13845
- labelColor?: string | null | undefined;
13846
13915
  pagerIconColor?: string | null | undefined;
13847
13916
  pagerIconDisableColor?: string | null | undefined;
13917
+ labelColor?: string | null | undefined;
13848
13918
  labelFontSize?: number | null | undefined;
13849
13919
  labelFontWeight?: string | number | null | undefined;
13850
13920
  } | null | undefined;
@@ -14124,9 +14194,9 @@ export declare class Builder implements VSeedBuilder {
14124
14194
  maxSize?: number | null | undefined;
14125
14195
  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;
14126
14196
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
14127
- labelColor?: string | null | undefined;
14128
14197
  pagerIconColor?: string | null | undefined;
14129
14198
  pagerIconDisableColor?: string | null | undefined;
14199
+ labelColor?: string | null | undefined;
14130
14200
  labelFontSize?: number | null | undefined;
14131
14201
  labelFontWeight?: string | number | null | undefined;
14132
14202
  } | null | undefined;
@@ -14563,9 +14633,9 @@ export declare class Builder implements VSeedBuilder {
14563
14633
  maxSize?: number | null | undefined;
14564
14634
  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;
14565
14635
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
14566
- labelColor?: string | null | undefined;
14567
14636
  pagerIconColor?: string | null | undefined;
14568
14637
  pagerIconDisableColor?: string | null | undefined;
14638
+ labelColor?: string | null | undefined;
14569
14639
  labelFontSize?: number | null | undefined;
14570
14640
  labelFontWeight?: string | number | null | undefined;
14571
14641
  } | null | undefined;
@@ -15010,9 +15080,9 @@ export declare class Builder implements VSeedBuilder {
15010
15080
  maxSize?: number | null | undefined;
15011
15081
  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;
15012
15082
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
15013
- labelColor?: string | null | undefined;
15014
15083
  pagerIconColor?: string | null | undefined;
15015
15084
  pagerIconDisableColor?: string | null | undefined;
15085
+ labelColor?: string | null | undefined;
15016
15086
  labelFontSize?: number | null | undefined;
15017
15087
  labelFontWeight?: string | number | null | undefined;
15018
15088
  } | null | undefined;
@@ -15110,9 +15180,9 @@ export declare class Builder implements VSeedBuilder {
15110
15180
  maxSize?: number | null | undefined;
15111
15181
  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;
15112
15182
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
15113
- labelColor?: string | null | undefined;
15114
15183
  pagerIconColor?: string | null | undefined;
15115
15184
  pagerIconDisableColor?: string | null | undefined;
15185
+ labelColor?: string | null | undefined;
15116
15186
  labelFontSize?: number | null | undefined;
15117
15187
  labelFontWeight?: string | number | null | undefined;
15118
15188
  } | null | undefined;
@@ -15210,9 +15280,9 @@ export declare class Builder implements VSeedBuilder {
15210
15280
  maxSize?: number | null | undefined;
15211
15281
  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;
15212
15282
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
15213
- labelColor?: string | null | undefined;
15214
15283
  pagerIconColor?: string | null | undefined;
15215
15284
  pagerIconDisableColor?: string | null | undefined;
15285
+ labelColor?: string | null | undefined;
15216
15286
  labelFontSize?: number | null | undefined;
15217
15287
  labelFontWeight?: string | number | null | undefined;
15218
15288
  } | null | undefined;
@@ -15311,9 +15381,9 @@ export declare class Builder implements VSeedBuilder {
15311
15381
  maxSize?: number | null | undefined;
15312
15382
  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;
15313
15383
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
15314
- labelColor?: string | null | undefined;
15315
15384
  pagerIconColor?: string | null | undefined;
15316
15385
  pagerIconDisableColor?: string | null | undefined;
15386
+ labelColor?: string | null | undefined;
15317
15387
  labelFontSize?: number | null | undefined;
15318
15388
  labelFontWeight?: string | number | null | undefined;
15319
15389
  } | null | undefined;
@@ -15412,9 +15482,9 @@ export declare class Builder implements VSeedBuilder {
15412
15482
  maxSize?: number | null | undefined;
15413
15483
  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;
15414
15484
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
15415
- labelColor?: string | null | undefined;
15416
15485
  pagerIconColor?: string | null | undefined;
15417
15486
  pagerIconDisableColor?: string | null | undefined;
15487
+ labelColor?: string | null | undefined;
15418
15488
  labelFontSize?: number | null | undefined;
15419
15489
  labelFontWeight?: string | number | null | undefined;
15420
15490
  } | null | undefined;
@@ -15512,9 +15582,9 @@ export declare class Builder implements VSeedBuilder {
15512
15582
  maxSize?: number | null | undefined;
15513
15583
  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;
15514
15584
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
15515
- labelColor?: string | null | undefined;
15516
15585
  pagerIconColor?: string | null | undefined;
15517
15586
  pagerIconDisableColor?: string | null | undefined;
15587
+ labelColor?: string | null | undefined;
15518
15588
  labelFontSize?: number | null | undefined;
15519
15589
  labelFontWeight?: string | number | null | undefined;
15520
15590
  } | null | undefined;
@@ -15610,14 +15680,11 @@ export declare class Builder implements VSeedBuilder {
15610
15680
  titleColor?: string | null | undefined;
15611
15681
  } | null | undefined;
15612
15682
  legend?: {
15613
- enable?: boolean | null | undefined;
15614
- border?: boolean | null | undefined;
15615
- maxSize?: number | null | undefined;
15616
- 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;
15617
15683
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
15684
+ enable?: boolean | null | undefined;
15685
+ railBackgroundColor?: string | null | undefined;
15686
+ handlerBorderColor?: string | null | undefined;
15618
15687
  labelColor?: string | null | undefined;
15619
- pagerIconColor?: string | null | undefined;
15620
- pagerIconDisableColor?: string | null | undefined;
15621
15688
  labelFontSize?: number | null | undefined;
15622
15689
  labelFontWeight?: string | number | null | undefined;
15623
15690
  } | null | undefined;
@@ -15643,6 +15710,86 @@ export declare class Builder implements VSeedBuilder {
15643
15710
  lineWidth?: number | null | undefined;
15644
15711
  cornerRadius?: number | null | undefined;
15645
15712
  } | null | undefined;
15713
+ xAxis?: {
15714
+ visible?: boolean | null | undefined;
15715
+ labelAutoHide?: boolean | null | undefined;
15716
+ labelAutoHideGap?: number | null | undefined;
15717
+ labelAutoRotate?: boolean | null | undefined;
15718
+ labelAutoRotateAngleRange?: number[] | null | undefined;
15719
+ labelAutoLimit?: boolean | null | undefined;
15720
+ labelAutoLimitLength?: number | null | undefined;
15721
+ label?: {
15722
+ visible?: boolean | null | undefined;
15723
+ labelColor?: string | null | undefined;
15724
+ labelFontSize?: number | null | undefined;
15725
+ labelFontWeight?: number | null | undefined;
15726
+ labelAngle?: number | null | undefined;
15727
+ } | null | undefined;
15728
+ line?: {
15729
+ visible?: boolean | null | undefined;
15730
+ lineColor?: string | null | undefined;
15731
+ lineWidth?: number | null | undefined;
15732
+ } | null | undefined;
15733
+ tick?: {
15734
+ visible?: boolean | null | undefined;
15735
+ tickInside?: boolean | null | undefined;
15736
+ tickColor?: string | null | undefined;
15737
+ tickSize?: number | null | undefined;
15738
+ } | null | undefined;
15739
+ title?: {
15740
+ visible?: boolean | null | undefined;
15741
+ titleText?: string | null | undefined;
15742
+ titleColor?: string | null | undefined;
15743
+ titleFontSize?: number | null | undefined;
15744
+ titleFontWeight?: number | null | undefined;
15745
+ } | null | undefined;
15746
+ grid?: {
15747
+ visible?: boolean | null | undefined;
15748
+ gridColor?: string | null | undefined;
15749
+ gridWidth?: number | null | undefined;
15750
+ gridLineDash?: number[] | null | undefined;
15751
+ } | null | undefined;
15752
+ } | null | undefined;
15753
+ yAxis?: {
15754
+ visible?: boolean | null | undefined;
15755
+ labelAutoHide?: boolean | null | undefined;
15756
+ labelAutoHideGap?: number | null | undefined;
15757
+ labelAutoRotate?: boolean | null | undefined;
15758
+ labelAutoRotateAngleRange?: number[] | null | undefined;
15759
+ labelAutoLimit?: boolean | null | undefined;
15760
+ labelAutoLimitLength?: number | null | undefined;
15761
+ label?: {
15762
+ visible?: boolean | null | undefined;
15763
+ labelColor?: string | null | undefined;
15764
+ labelFontSize?: number | null | undefined;
15765
+ labelFontWeight?: number | null | undefined;
15766
+ labelAngle?: number | null | undefined;
15767
+ } | null | undefined;
15768
+ line?: {
15769
+ visible?: boolean | null | undefined;
15770
+ lineColor?: string | null | undefined;
15771
+ lineWidth?: number | null | undefined;
15772
+ } | null | undefined;
15773
+ tick?: {
15774
+ visible?: boolean | null | undefined;
15775
+ tickInside?: boolean | null | undefined;
15776
+ tickColor?: string | null | undefined;
15777
+ tickSize?: number | null | undefined;
15778
+ } | null | undefined;
15779
+ title?: {
15780
+ visible?: boolean | null | undefined;
15781
+ titleText?: string | null | undefined;
15782
+ titleColor?: string | null | undefined;
15783
+ titleFontSize?: number | null | undefined;
15784
+ titleFontWeight?: number | null | undefined;
15785
+ } | null | undefined;
15786
+ grid?: {
15787
+ visible?: boolean | null | undefined;
15788
+ gridColor?: string | null | undefined;
15789
+ gridWidth?: number | null | undefined;
15790
+ gridLineDash?: number[] | null | undefined;
15791
+ } | null | undefined;
15792
+ } | null | undefined;
15646
15793
  } | null | undefined;
15647
15794
  boxPlot?: {
15648
15795
  backgroundColor?: string | null | undefined;
@@ -15719,9 +15866,9 @@ export declare class Builder implements VSeedBuilder {
15719
15866
  maxSize?: number | null | undefined;
15720
15867
  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;
15721
15868
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
15722
- labelColor?: string | null | undefined;
15723
15869
  pagerIconColor?: string | null | undefined;
15724
15870
  pagerIconDisableColor?: string | null | undefined;
15871
+ labelColor?: string | null | undefined;
15725
15872
  labelFontSize?: number | null | undefined;
15726
15873
  labelFontWeight?: string | number | null | undefined;
15727
15874
  } | null | undefined;
@@ -16020,9 +16167,9 @@ export declare class Builder implements VSeedBuilder {
16020
16167
  maxSize?: number | null | undefined;
16021
16168
  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;
16022
16169
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
16023
- labelColor?: string | null | undefined;
16024
16170
  pagerIconColor?: string | null | undefined;
16025
16171
  pagerIconDisableColor?: string | null | undefined;
16172
+ labelColor?: string | null | undefined;
16026
16173
  labelFontSize?: number | null | undefined;
16027
16174
  labelFontWeight?: string | number | null | undefined;
16028
16175
  } | null | undefined;
@@ -16860,9 +17007,9 @@ export declare class Builder implements VSeedBuilder {
16860
17007
  maxSize?: number | null | undefined;
16861
17008
  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;
16862
17009
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
16863
- labelColor?: string | null | undefined;
16864
17010
  pagerIconColor?: string | null | undefined;
16865
17011
  pagerIconDisableColor?: string | null | undefined;
17012
+ labelColor?: string | null | undefined;
16866
17013
  labelFontSize?: number | null | undefined;
16867
17014
  labelFontWeight?: string | number | null | undefined;
16868
17015
  } | null | undefined;
@@ -17142,9 +17289,9 @@ export declare class Builder implements VSeedBuilder {
17142
17289
  maxSize?: number | null | undefined;
17143
17290
  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;
17144
17291
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
17145
- labelColor?: string | null | undefined;
17146
17292
  pagerIconColor?: string | null | undefined;
17147
17293
  pagerIconDisableColor?: string | null | undefined;
17294
+ labelColor?: string | null | undefined;
17148
17295
  labelFontSize?: number | null | undefined;
17149
17296
  labelFontWeight?: string | number | null | undefined;
17150
17297
  } | null | undefined;
@@ -17568,9 +17715,9 @@ export declare class Builder implements VSeedBuilder {
17568
17715
  maxSize?: number | null | undefined;
17569
17716
  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;
17570
17717
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
17571
- labelColor?: string | null | undefined;
17572
17718
  pagerIconColor?: string | null | undefined;
17573
17719
  pagerIconDisableColor?: string | null | undefined;
17720
+ labelColor?: string | null | undefined;
17574
17721
  labelFontSize?: number | null | undefined;
17575
17722
  labelFontWeight?: string | number | null | undefined;
17576
17723
  } | null | undefined;
@@ -17852,9 +17999,9 @@ export declare class Builder implements VSeedBuilder {
17852
17999
  maxSize?: number | null | undefined;
17853
18000
  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;
17854
18001
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
17855
- labelColor?: string | null | undefined;
17856
18002
  pagerIconColor?: string | null | undefined;
17857
18003
  pagerIconDisableColor?: string | null | undefined;
18004
+ labelColor?: string | null | undefined;
17858
18005
  labelFontSize?: number | null | undefined;
17859
18006
  labelFontWeight?: string | number | null | undefined;
17860
18007
  } | null | undefined;
@@ -18136,9 +18283,9 @@ export declare class Builder implements VSeedBuilder {
18136
18283
  maxSize?: number | null | undefined;
18137
18284
  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;
18138
18285
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
18139
- labelColor?: string | null | undefined;
18140
18286
  pagerIconColor?: string | null | undefined;
18141
18287
  pagerIconDisableColor?: string | null | undefined;
18288
+ labelColor?: string | null | undefined;
18142
18289
  labelFontSize?: number | null | undefined;
18143
18290
  labelFontWeight?: string | number | null | undefined;
18144
18291
  } | null | undefined;
@@ -18418,9 +18565,9 @@ export declare class Builder implements VSeedBuilder {
18418
18565
  maxSize?: number | null | undefined;
18419
18566
  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;
18420
18567
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
18421
- labelColor?: string | null | undefined;
18422
18568
  pagerIconColor?: string | null | undefined;
18423
18569
  pagerIconDisableColor?: string | null | undefined;
18570
+ labelColor?: string | null | undefined;
18424
18571
  labelFontSize?: number | null | undefined;
18425
18572
  labelFontWeight?: string | number | null | undefined;
18426
18573
  } | null | undefined;
@@ -18700,9 +18847,9 @@ export declare class Builder implements VSeedBuilder {
18700
18847
  maxSize?: number | null | undefined;
18701
18848
  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;
18702
18849
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
18703
- labelColor?: string | null | undefined;
18704
18850
  pagerIconColor?: string | null | undefined;
18705
18851
  pagerIconDisableColor?: string | null | undefined;
18852
+ labelColor?: string | null | undefined;
18706
18853
  labelFontSize?: number | null | undefined;
18707
18854
  labelFontWeight?: string | number | null | undefined;
18708
18855
  } | null | undefined;
@@ -18982,9 +19129,9 @@ export declare class Builder implements VSeedBuilder {
18982
19129
  maxSize?: number | null | undefined;
18983
19130
  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;
18984
19131
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
18985
- labelColor?: string | null | undefined;
18986
19132
  pagerIconColor?: string | null | undefined;
18987
19133
  pagerIconDisableColor?: string | null | undefined;
19134
+ labelColor?: string | null | undefined;
18988
19135
  labelFontSize?: number | null | undefined;
18989
19136
  labelFontWeight?: string | number | null | undefined;
18990
19137
  } | null | undefined;
@@ -19264,9 +19411,9 @@ export declare class Builder implements VSeedBuilder {
19264
19411
  maxSize?: number | null | undefined;
19265
19412
  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;
19266
19413
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
19267
- labelColor?: string | null | undefined;
19268
19414
  pagerIconColor?: string | null | undefined;
19269
19415
  pagerIconDisableColor?: string | null | undefined;
19416
+ labelColor?: string | null | undefined;
19270
19417
  labelFontSize?: number | null | undefined;
19271
19418
  labelFontWeight?: string | number | null | undefined;
19272
19419
  } | null | undefined;
@@ -19546,9 +19693,9 @@ export declare class Builder implements VSeedBuilder {
19546
19693
  maxSize?: number | null | undefined;
19547
19694
  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;
19548
19695
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
19549
- labelColor?: string | null | undefined;
19550
19696
  pagerIconColor?: string | null | undefined;
19551
19697
  pagerIconDisableColor?: string | null | undefined;
19698
+ labelColor?: string | null | undefined;
19552
19699
  labelFontSize?: number | null | undefined;
19553
19700
  labelFontWeight?: string | number | null | undefined;
19554
19701
  } | null | undefined;
@@ -19985,9 +20132,9 @@ export declare class Builder implements VSeedBuilder {
19985
20132
  maxSize?: number | null | undefined;
19986
20133
  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;
19987
20134
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
19988
- labelColor?: string | null | undefined;
19989
20135
  pagerIconColor?: string | null | undefined;
19990
20136
  pagerIconDisableColor?: string | null | undefined;
20137
+ labelColor?: string | null | undefined;
19991
20138
  labelFontSize?: number | null | undefined;
19992
20139
  labelFontWeight?: string | number | null | undefined;
19993
20140
  } | null | undefined;
@@ -20432,9 +20579,9 @@ export declare class Builder implements VSeedBuilder {
20432
20579
  maxSize?: number | null | undefined;
20433
20580
  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;
20434
20581
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
20435
- labelColor?: string | null | undefined;
20436
20582
  pagerIconColor?: string | null | undefined;
20437
20583
  pagerIconDisableColor?: string | null | undefined;
20584
+ labelColor?: string | null | undefined;
20438
20585
  labelFontSize?: number | null | undefined;
20439
20586
  labelFontWeight?: string | number | null | undefined;
20440
20587
  } | null | undefined;
@@ -20532,9 +20679,9 @@ export declare class Builder implements VSeedBuilder {
20532
20679
  maxSize?: number | null | undefined;
20533
20680
  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;
20534
20681
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
20535
- labelColor?: string | null | undefined;
20536
20682
  pagerIconColor?: string | null | undefined;
20537
20683
  pagerIconDisableColor?: string | null | undefined;
20684
+ labelColor?: string | null | undefined;
20538
20685
  labelFontSize?: number | null | undefined;
20539
20686
  labelFontWeight?: string | number | null | undefined;
20540
20687
  } | null | undefined;
@@ -20632,9 +20779,9 @@ export declare class Builder implements VSeedBuilder {
20632
20779
  maxSize?: number | null | undefined;
20633
20780
  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;
20634
20781
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
20635
- labelColor?: string | null | undefined;
20636
20782
  pagerIconColor?: string | null | undefined;
20637
20783
  pagerIconDisableColor?: string | null | undefined;
20784
+ labelColor?: string | null | undefined;
20638
20785
  labelFontSize?: number | null | undefined;
20639
20786
  labelFontWeight?: string | number | null | undefined;
20640
20787
  } | null | undefined;
@@ -20733,9 +20880,9 @@ export declare class Builder implements VSeedBuilder {
20733
20880
  maxSize?: number | null | undefined;
20734
20881
  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;
20735
20882
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
20736
- labelColor?: string | null | undefined;
20737
20883
  pagerIconColor?: string | null | undefined;
20738
20884
  pagerIconDisableColor?: string | null | undefined;
20885
+ labelColor?: string | null | undefined;
20739
20886
  labelFontSize?: number | null | undefined;
20740
20887
  labelFontWeight?: string | number | null | undefined;
20741
20888
  } | null | undefined;
@@ -20834,9 +20981,9 @@ export declare class Builder implements VSeedBuilder {
20834
20981
  maxSize?: number | null | undefined;
20835
20982
  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;
20836
20983
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
20837
- labelColor?: string | null | undefined;
20838
20984
  pagerIconColor?: string | null | undefined;
20839
20985
  pagerIconDisableColor?: string | null | undefined;
20986
+ labelColor?: string | null | undefined;
20840
20987
  labelFontSize?: number | null | undefined;
20841
20988
  labelFontWeight?: string | number | null | undefined;
20842
20989
  } | null | undefined;
@@ -20934,9 +21081,9 @@ export declare class Builder implements VSeedBuilder {
20934
21081
  maxSize?: number | null | undefined;
20935
21082
  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;
20936
21083
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
20937
- labelColor?: string | null | undefined;
20938
21084
  pagerIconColor?: string | null | undefined;
20939
21085
  pagerIconDisableColor?: string | null | undefined;
21086
+ labelColor?: string | null | undefined;
20940
21087
  labelFontSize?: number | null | undefined;
20941
21088
  labelFontWeight?: string | number | null | undefined;
20942
21089
  } | null | undefined;
@@ -21032,14 +21179,11 @@ export declare class Builder implements VSeedBuilder {
21032
21179
  titleColor?: string | null | undefined;
21033
21180
  } | null | undefined;
21034
21181
  legend?: {
21035
- enable?: boolean | null | undefined;
21036
- border?: boolean | null | undefined;
21037
- maxSize?: number | null | undefined;
21038
- 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;
21039
21182
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
21183
+ enable?: boolean | null | undefined;
21184
+ railBackgroundColor?: string | null | undefined;
21185
+ handlerBorderColor?: string | null | undefined;
21040
21186
  labelColor?: string | null | undefined;
21041
- pagerIconColor?: string | null | undefined;
21042
- pagerIconDisableColor?: string | null | undefined;
21043
21187
  labelFontSize?: number | null | undefined;
21044
21188
  labelFontWeight?: string | number | null | undefined;
21045
21189
  } | null | undefined;
@@ -21065,14 +21209,94 @@ export declare class Builder implements VSeedBuilder {
21065
21209
  lineWidth?: number | null | undefined;
21066
21210
  cornerRadius?: number | null | undefined;
21067
21211
  } | null | undefined;
21068
- } | null | undefined;
21069
- boxPlot?: {
21070
- backgroundColor?: string | null | undefined;
21071
- label?: {
21072
- enable?: boolean | null | undefined;
21073
- wrap?: boolean | null | undefined;
21074
- showValue?: boolean | null | undefined;
21075
- showValuePercent?: boolean | null | undefined;
21212
+ xAxis?: {
21213
+ visible?: boolean | null | undefined;
21214
+ labelAutoHide?: boolean | null | undefined;
21215
+ labelAutoHideGap?: number | null | undefined;
21216
+ labelAutoRotate?: boolean | null | undefined;
21217
+ labelAutoRotateAngleRange?: number[] | null | undefined;
21218
+ labelAutoLimit?: boolean | null | undefined;
21219
+ labelAutoLimitLength?: number | null | undefined;
21220
+ label?: {
21221
+ visible?: boolean | null | undefined;
21222
+ labelColor?: string | null | undefined;
21223
+ labelFontSize?: number | null | undefined;
21224
+ labelFontWeight?: number | null | undefined;
21225
+ labelAngle?: number | null | undefined;
21226
+ } | null | undefined;
21227
+ line?: {
21228
+ visible?: boolean | null | undefined;
21229
+ lineColor?: string | null | undefined;
21230
+ lineWidth?: number | null | undefined;
21231
+ } | null | undefined;
21232
+ tick?: {
21233
+ visible?: boolean | null | undefined;
21234
+ tickInside?: boolean | null | undefined;
21235
+ tickColor?: string | null | undefined;
21236
+ tickSize?: number | null | undefined;
21237
+ } | null | undefined;
21238
+ title?: {
21239
+ visible?: boolean | null | undefined;
21240
+ titleText?: string | null | undefined;
21241
+ titleColor?: string | null | undefined;
21242
+ titleFontSize?: number | null | undefined;
21243
+ titleFontWeight?: number | null | undefined;
21244
+ } | null | undefined;
21245
+ grid?: {
21246
+ visible?: boolean | null | undefined;
21247
+ gridColor?: string | null | undefined;
21248
+ gridWidth?: number | null | undefined;
21249
+ gridLineDash?: number[] | null | undefined;
21250
+ } | null | undefined;
21251
+ } | null | undefined;
21252
+ yAxis?: {
21253
+ visible?: boolean | null | undefined;
21254
+ labelAutoHide?: boolean | null | undefined;
21255
+ labelAutoHideGap?: number | null | undefined;
21256
+ labelAutoRotate?: boolean | null | undefined;
21257
+ labelAutoRotateAngleRange?: number[] | null | undefined;
21258
+ labelAutoLimit?: boolean | null | undefined;
21259
+ labelAutoLimitLength?: number | null | undefined;
21260
+ label?: {
21261
+ visible?: boolean | null | undefined;
21262
+ labelColor?: string | null | undefined;
21263
+ labelFontSize?: number | null | undefined;
21264
+ labelFontWeight?: number | null | undefined;
21265
+ labelAngle?: number | null | undefined;
21266
+ } | null | undefined;
21267
+ line?: {
21268
+ visible?: boolean | null | undefined;
21269
+ lineColor?: string | null | undefined;
21270
+ lineWidth?: number | null | undefined;
21271
+ } | null | undefined;
21272
+ tick?: {
21273
+ visible?: boolean | null | undefined;
21274
+ tickInside?: boolean | null | undefined;
21275
+ tickColor?: string | null | undefined;
21276
+ tickSize?: number | null | undefined;
21277
+ } | null | undefined;
21278
+ title?: {
21279
+ visible?: boolean | null | undefined;
21280
+ titleText?: string | null | undefined;
21281
+ titleColor?: string | null | undefined;
21282
+ titleFontSize?: number | null | undefined;
21283
+ titleFontWeight?: number | null | undefined;
21284
+ } | null | undefined;
21285
+ grid?: {
21286
+ visible?: boolean | null | undefined;
21287
+ gridColor?: string | null | undefined;
21288
+ gridWidth?: number | null | undefined;
21289
+ gridLineDash?: number[] | null | undefined;
21290
+ } | null | undefined;
21291
+ } | null | undefined;
21292
+ } | null | undefined;
21293
+ boxPlot?: {
21294
+ backgroundColor?: string | null | undefined;
21295
+ label?: {
21296
+ enable?: boolean | null | undefined;
21297
+ wrap?: boolean | null | undefined;
21298
+ showValue?: boolean | null | undefined;
21299
+ showValuePercent?: boolean | null | undefined;
21076
21300
  showDimension?: boolean | null | undefined;
21077
21301
  autoFormat?: boolean | null | undefined;
21078
21302
  numFormat?: {
@@ -21141,9 +21365,9 @@ export declare class Builder implements VSeedBuilder {
21141
21365
  maxSize?: number | null | undefined;
21142
21366
  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;
21143
21367
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
21144
- labelColor?: string | null | undefined;
21145
21368
  pagerIconColor?: string | null | undefined;
21146
21369
  pagerIconDisableColor?: string | null | undefined;
21370
+ labelColor?: string | null | undefined;
21147
21371
  labelFontSize?: number | null | undefined;
21148
21372
  labelFontWeight?: string | number | null | undefined;
21149
21373
  } | null | undefined;
@@ -21442,9 +21666,9 @@ export declare class Builder implements VSeedBuilder {
21442
21666
  maxSize?: number | null | undefined;
21443
21667
  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;
21444
21668
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
21445
- labelColor?: string | null | undefined;
21446
21669
  pagerIconColor?: string | null | undefined;
21447
21670
  pagerIconDisableColor?: string | null | undefined;
21671
+ labelColor?: string | null | undefined;
21448
21672
  labelFontSize?: number | null | undefined;
21449
21673
  labelFontWeight?: string | number | null | undefined;
21450
21674
  } | null | undefined;
@@ -21871,27 +22095,6 @@ export declare class Builder implements VSeedBuilder {
21871
22095
  offsetX?: number | null | undefined;
21872
22096
  }[] | null | undefined;
21873
22097
  annotationVerticalLine?: {
21874
- selector?: string | number | {
21875
- field: string;
21876
- value: string | number | (string | number)[];
21877
- operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
21878
- op?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
21879
- } | {
21880
- field: string;
21881
- value: string | number | (string | number)[];
21882
- operator?: "in" | "not in" | null | undefined;
21883
- op?: "in" | "not in" | null | undefined;
21884
- } | (string | number | {
21885
- field: string;
21886
- value: string | number | (string | number)[];
21887
- operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
21888
- op?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
21889
- } | {
21890
- field: string;
21891
- value: string | number | (string | number)[];
21892
- operator?: "in" | "not in" | null | undefined;
21893
- op?: "in" | "not in" | null | undefined;
21894
- })[] | null | undefined;
21895
22098
  xValue?: string | number | (string | number)[] | null | undefined;
21896
22099
  text?: string | string[] | null | undefined;
21897
22100
  textPosition?: "outsideStart" | "outsideEnd" | "outsideMiddle" | "insideStart" | "insideMiddle" | "insideEnd" | null | undefined;
@@ -21911,27 +22114,6 @@ export declare class Builder implements VSeedBuilder {
21911
22114
  lineWidth?: number | null | undefined;
21912
22115
  lineStyle?: "solid" | "dashed" | "dotted" | null | undefined;
21913
22116
  } | {
21914
- selector?: string | number | {
21915
- field: string;
21916
- value: string | number | (string | number)[];
21917
- operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
21918
- op?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
21919
- } | {
21920
- field: string;
21921
- value: string | number | (string | number)[];
21922
- operator?: "in" | "not in" | null | undefined;
21923
- op?: "in" | "not in" | null | undefined;
21924
- } | (string | number | {
21925
- field: string;
21926
- value: string | number | (string | number)[];
21927
- operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
21928
- op?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
21929
- } | {
21930
- field: string;
21931
- value: string | number | (string | number)[];
21932
- operator?: "in" | "not in" | null | undefined;
21933
- op?: "in" | "not in" | null | undefined;
21934
- })[] | null | undefined;
21935
22117
  xValue?: string | number | (string | number)[] | null | undefined;
21936
22118
  text?: string | string[] | null | undefined;
21937
22119
  textPosition?: "outsideStart" | "outsideEnd" | "outsideMiddle" | "insideStart" | "insideMiddle" | "insideEnd" | null | undefined;
@@ -21952,27 +22134,6 @@ export declare class Builder implements VSeedBuilder {
21952
22134
  lineStyle?: "solid" | "dashed" | "dotted" | null | undefined;
21953
22135
  }[] | null | undefined;
21954
22136
  annotationHorizontalLine?: {
21955
- selector?: string | number | {
21956
- field: string;
21957
- value: string | number | (string | number)[];
21958
- operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
21959
- op?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
21960
- } | {
21961
- field: string;
21962
- value: string | number | (string | number)[];
21963
- operator?: "in" | "not in" | null | undefined;
21964
- op?: "in" | "not in" | null | undefined;
21965
- } | (string | number | {
21966
- field: string;
21967
- value: string | number | (string | number)[];
21968
- operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
21969
- op?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
21970
- } | {
21971
- field: string;
21972
- value: string | number | (string | number)[];
21973
- operator?: "in" | "not in" | null | undefined;
21974
- op?: "in" | "not in" | null | undefined;
21975
- })[] | null | undefined;
21976
22137
  yValue?: string | number | (string | number)[] | null | undefined;
21977
22138
  text?: string | string[] | null | undefined;
21978
22139
  textPosition?: "outsideStart" | "outsideEnd" | "outsideMiddle" | "insideStart" | "insideMiddle" | "insideEnd" | null | undefined;
@@ -21992,27 +22153,6 @@ export declare class Builder implements VSeedBuilder {
21992
22153
  textBackgroundBorderWidth?: number | null | undefined;
21993
22154
  textBackgroundPadding?: number | null | undefined;
21994
22155
  } | {
21995
- selector?: string | number | {
21996
- field: string;
21997
- value: string | number | (string | number)[];
21998
- operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
21999
- op?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
22000
- } | {
22001
- field: string;
22002
- value: string | number | (string | number)[];
22003
- operator?: "in" | "not in" | null | undefined;
22004
- op?: "in" | "not in" | null | undefined;
22005
- } | (string | number | {
22006
- field: string;
22007
- value: string | number | (string | number)[];
22008
- operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
22009
- op?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
22010
- } | {
22011
- field: string;
22012
- value: string | number | (string | number)[];
22013
- operator?: "in" | "not in" | null | undefined;
22014
- op?: "in" | "not in" | null | undefined;
22015
- })[] | null | undefined;
22016
22156
  yValue?: string | number | (string | number)[] | null | undefined;
22017
22157
  text?: string | string[] | null | undefined;
22018
22158
  textPosition?: "outsideStart" | "outsideEnd" | "outsideMiddle" | "insideStart" | "insideMiddle" | "insideEnd" | null | undefined;
@@ -22033,7 +22173,7 @@ export declare class Builder implements VSeedBuilder {
22033
22173
  textBackgroundPadding?: number | null | undefined;
22034
22174
  }[] | null | undefined;
22035
22175
  annotationArea?: {
22036
- selector?: string | number | {
22176
+ selector?: {
22037
22177
  field: string;
22038
22178
  value: string | number | (string | number)[];
22039
22179
  operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
@@ -22043,7 +22183,7 @@ export declare class Builder implements VSeedBuilder {
22043
22183
  value: string | number | (string | number)[];
22044
22184
  operator?: "in" | "not in" | null | undefined;
22045
22185
  op?: "in" | "not in" | null | undefined;
22046
- } | (string | number | {
22186
+ } | ({
22047
22187
  field: string;
22048
22188
  value: string | number | (string | number)[];
22049
22189
  operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
@@ -22075,7 +22215,7 @@ export declare class Builder implements VSeedBuilder {
22075
22215
  areaLineDash?: number[] | null | undefined;
22076
22216
  outerPadding?: number | null | undefined;
22077
22217
  } | {
22078
- selector?: string | number | {
22218
+ selector?: {
22079
22219
  field: string;
22080
22220
  value: string | number | (string | number)[];
22081
22221
  operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
@@ -22085,7 +22225,7 @@ export declare class Builder implements VSeedBuilder {
22085
22225
  value: string | number | (string | number)[];
22086
22226
  operator?: "in" | "not in" | null | undefined;
22087
22227
  op?: "in" | "not in" | null | undefined;
22088
- } | (string | number | {
22228
+ } | ({
22089
22229
  field: string;
22090
22230
  value: string | number | (string | number)[];
22091
22231
  operator?: "=" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "between" | null | undefined;
@@ -22445,9 +22585,9 @@ export declare class Builder implements VSeedBuilder {
22445
22585
  maxSize?: number | null | undefined;
22446
22586
  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;
22447
22587
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
22448
- labelColor?: string | null | undefined;
22449
22588
  pagerIconColor?: string | null | undefined;
22450
22589
  pagerIconDisableColor?: string | null | undefined;
22590
+ labelColor?: string | null | undefined;
22451
22591
  labelFontSize?: number | null | undefined;
22452
22592
  labelFontWeight?: string | number | null | undefined;
22453
22593
  } | null | undefined;
@@ -22727,9 +22867,9 @@ export declare class Builder implements VSeedBuilder {
22727
22867
  maxSize?: number | null | undefined;
22728
22868
  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;
22729
22869
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
22730
- labelColor?: string | null | undefined;
22731
22870
  pagerIconColor?: string | null | undefined;
22732
22871
  pagerIconDisableColor?: string | null | undefined;
22872
+ labelColor?: string | null | undefined;
22733
22873
  labelFontSize?: number | null | undefined;
22734
22874
  labelFontWeight?: string | number | null | undefined;
22735
22875
  } | null | undefined;
@@ -23153,9 +23293,9 @@ export declare class Builder implements VSeedBuilder {
23153
23293
  maxSize?: number | null | undefined;
23154
23294
  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;
23155
23295
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
23156
- labelColor?: string | null | undefined;
23157
23296
  pagerIconColor?: string | null | undefined;
23158
23297
  pagerIconDisableColor?: string | null | undefined;
23298
+ labelColor?: string | null | undefined;
23159
23299
  labelFontSize?: number | null | undefined;
23160
23300
  labelFontWeight?: string | number | null | undefined;
23161
23301
  } | null | undefined;
@@ -23437,9 +23577,9 @@ export declare class Builder implements VSeedBuilder {
23437
23577
  maxSize?: number | null | undefined;
23438
23578
  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;
23439
23579
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
23440
- labelColor?: string | null | undefined;
23441
23580
  pagerIconColor?: string | null | undefined;
23442
23581
  pagerIconDisableColor?: string | null | undefined;
23582
+ labelColor?: string | null | undefined;
23443
23583
  labelFontSize?: number | null | undefined;
23444
23584
  labelFontWeight?: string | number | null | undefined;
23445
23585
  } | null | undefined;
@@ -23721,9 +23861,9 @@ export declare class Builder implements VSeedBuilder {
23721
23861
  maxSize?: number | null | undefined;
23722
23862
  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;
23723
23863
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
23724
- labelColor?: string | null | undefined;
23725
23864
  pagerIconColor?: string | null | undefined;
23726
23865
  pagerIconDisableColor?: string | null | undefined;
23866
+ labelColor?: string | null | undefined;
23727
23867
  labelFontSize?: number | null | undefined;
23728
23868
  labelFontWeight?: string | number | null | undefined;
23729
23869
  } | null | undefined;
@@ -24003,9 +24143,9 @@ export declare class Builder implements VSeedBuilder {
24003
24143
  maxSize?: number | null | undefined;
24004
24144
  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;
24005
24145
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
24006
- labelColor?: string | null | undefined;
24007
24146
  pagerIconColor?: string | null | undefined;
24008
24147
  pagerIconDisableColor?: string | null | undefined;
24148
+ labelColor?: string | null | undefined;
24009
24149
  labelFontSize?: number | null | undefined;
24010
24150
  labelFontWeight?: string | number | null | undefined;
24011
24151
  } | null | undefined;
@@ -24285,9 +24425,9 @@ export declare class Builder implements VSeedBuilder {
24285
24425
  maxSize?: number | null | undefined;
24286
24426
  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;
24287
24427
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
24288
- labelColor?: string | null | undefined;
24289
24428
  pagerIconColor?: string | null | undefined;
24290
24429
  pagerIconDisableColor?: string | null | undefined;
24430
+ labelColor?: string | null | undefined;
24291
24431
  labelFontSize?: number | null | undefined;
24292
24432
  labelFontWeight?: string | number | null | undefined;
24293
24433
  } | null | undefined;
@@ -24567,9 +24707,9 @@ export declare class Builder implements VSeedBuilder {
24567
24707
  maxSize?: number | null | undefined;
24568
24708
  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;
24569
24709
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
24570
- labelColor?: string | null | undefined;
24571
24710
  pagerIconColor?: string | null | undefined;
24572
24711
  pagerIconDisableColor?: string | null | undefined;
24712
+ labelColor?: string | null | undefined;
24573
24713
  labelFontSize?: number | null | undefined;
24574
24714
  labelFontWeight?: string | number | null | undefined;
24575
24715
  } | null | undefined;
@@ -24849,9 +24989,9 @@ export declare class Builder implements VSeedBuilder {
24849
24989
  maxSize?: number | null | undefined;
24850
24990
  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;
24851
24991
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
24852
- labelColor?: string | null | undefined;
24853
24992
  pagerIconColor?: string | null | undefined;
24854
24993
  pagerIconDisableColor?: string | null | undefined;
24994
+ labelColor?: string | null | undefined;
24855
24995
  labelFontSize?: number | null | undefined;
24856
24996
  labelFontWeight?: string | number | null | undefined;
24857
24997
  } | null | undefined;
@@ -25131,9 +25271,9 @@ export declare class Builder implements VSeedBuilder {
25131
25271
  maxSize?: number | null | undefined;
25132
25272
  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;
25133
25273
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
25134
- labelColor?: string | null | undefined;
25135
25274
  pagerIconColor?: string | null | undefined;
25136
25275
  pagerIconDisableColor?: string | null | undefined;
25276
+ labelColor?: string | null | undefined;
25137
25277
  labelFontSize?: number | null | undefined;
25138
25278
  labelFontWeight?: string | number | null | undefined;
25139
25279
  } | null | undefined;
@@ -25570,9 +25710,9 @@ export declare class Builder implements VSeedBuilder {
25570
25710
  maxSize?: number | null | undefined;
25571
25711
  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;
25572
25712
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
25573
- labelColor?: string | null | undefined;
25574
25713
  pagerIconColor?: string | null | undefined;
25575
25714
  pagerIconDisableColor?: string | null | undefined;
25715
+ labelColor?: string | null | undefined;
25576
25716
  labelFontSize?: number | null | undefined;
25577
25717
  labelFontWeight?: string | number | null | undefined;
25578
25718
  } | null | undefined;
@@ -26017,9 +26157,9 @@ export declare class Builder implements VSeedBuilder {
26017
26157
  maxSize?: number | null | undefined;
26018
26158
  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;
26019
26159
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
26020
- labelColor?: string | null | undefined;
26021
26160
  pagerIconColor?: string | null | undefined;
26022
26161
  pagerIconDisableColor?: string | null | undefined;
26162
+ labelColor?: string | null | undefined;
26023
26163
  labelFontSize?: number | null | undefined;
26024
26164
  labelFontWeight?: string | number | null | undefined;
26025
26165
  } | null | undefined;
@@ -26117,9 +26257,9 @@ export declare class Builder implements VSeedBuilder {
26117
26257
  maxSize?: number | null | undefined;
26118
26258
  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;
26119
26259
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
26120
- labelColor?: string | null | undefined;
26121
26260
  pagerIconColor?: string | null | undefined;
26122
26261
  pagerIconDisableColor?: string | null | undefined;
26262
+ labelColor?: string | null | undefined;
26123
26263
  labelFontSize?: number | null | undefined;
26124
26264
  labelFontWeight?: string | number | null | undefined;
26125
26265
  } | null | undefined;
@@ -26217,9 +26357,9 @@ export declare class Builder implements VSeedBuilder {
26217
26357
  maxSize?: number | null | undefined;
26218
26358
  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;
26219
26359
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
26220
- labelColor?: string | null | undefined;
26221
26360
  pagerIconColor?: string | null | undefined;
26222
26361
  pagerIconDisableColor?: string | null | undefined;
26362
+ labelColor?: string | null | undefined;
26223
26363
  labelFontSize?: number | null | undefined;
26224
26364
  labelFontWeight?: string | number | null | undefined;
26225
26365
  } | null | undefined;
@@ -26318,9 +26458,9 @@ export declare class Builder implements VSeedBuilder {
26318
26458
  maxSize?: number | null | undefined;
26319
26459
  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;
26320
26460
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
26321
- labelColor?: string | null | undefined;
26322
26461
  pagerIconColor?: string | null | undefined;
26323
26462
  pagerIconDisableColor?: string | null | undefined;
26463
+ labelColor?: string | null | undefined;
26324
26464
  labelFontSize?: number | null | undefined;
26325
26465
  labelFontWeight?: string | number | null | undefined;
26326
26466
  } | null | undefined;
@@ -26419,9 +26559,9 @@ export declare class Builder implements VSeedBuilder {
26419
26559
  maxSize?: number | null | undefined;
26420
26560
  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;
26421
26561
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
26422
- labelColor?: string | null | undefined;
26423
26562
  pagerIconColor?: string | null | undefined;
26424
26563
  pagerIconDisableColor?: string | null | undefined;
26564
+ labelColor?: string | null | undefined;
26425
26565
  labelFontSize?: number | null | undefined;
26426
26566
  labelFontWeight?: string | number | null | undefined;
26427
26567
  } | null | undefined;
@@ -26519,9 +26659,9 @@ export declare class Builder implements VSeedBuilder {
26519
26659
  maxSize?: number | null | undefined;
26520
26660
  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;
26521
26661
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
26522
- labelColor?: string | null | undefined;
26523
26662
  pagerIconColor?: string | null | undefined;
26524
26663
  pagerIconDisableColor?: string | null | undefined;
26664
+ labelColor?: string | null | undefined;
26525
26665
  labelFontSize?: number | null | undefined;
26526
26666
  labelFontWeight?: string | number | null | undefined;
26527
26667
  } | null | undefined;
@@ -26617,14 +26757,11 @@ export declare class Builder implements VSeedBuilder {
26617
26757
  titleColor?: string | null | undefined;
26618
26758
  } | null | undefined;
26619
26759
  legend?: {
26620
- enable?: boolean | null | undefined;
26621
- border?: boolean | null | undefined;
26622
- maxSize?: number | null | undefined;
26623
- 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;
26624
26760
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
26761
+ enable?: boolean | null | undefined;
26762
+ railBackgroundColor?: string | null | undefined;
26763
+ handlerBorderColor?: string | null | undefined;
26625
26764
  labelColor?: string | null | undefined;
26626
- pagerIconColor?: string | null | undefined;
26627
- pagerIconDisableColor?: string | null | undefined;
26628
26765
  labelFontSize?: number | null | undefined;
26629
26766
  labelFontWeight?: string | number | null | undefined;
26630
26767
  } | null | undefined;
@@ -26650,6 +26787,86 @@ export declare class Builder implements VSeedBuilder {
26650
26787
  lineWidth?: number | null | undefined;
26651
26788
  cornerRadius?: number | null | undefined;
26652
26789
  } | null | undefined;
26790
+ xAxis?: {
26791
+ visible?: boolean | null | undefined;
26792
+ labelAutoHide?: boolean | null | undefined;
26793
+ labelAutoHideGap?: number | null | undefined;
26794
+ labelAutoRotate?: boolean | null | undefined;
26795
+ labelAutoRotateAngleRange?: number[] | null | undefined;
26796
+ labelAutoLimit?: boolean | null | undefined;
26797
+ labelAutoLimitLength?: number | null | undefined;
26798
+ label?: {
26799
+ visible?: boolean | null | undefined;
26800
+ labelColor?: string | null | undefined;
26801
+ labelFontSize?: number | null | undefined;
26802
+ labelFontWeight?: number | null | undefined;
26803
+ labelAngle?: number | null | undefined;
26804
+ } | null | undefined;
26805
+ line?: {
26806
+ visible?: boolean | null | undefined;
26807
+ lineColor?: string | null | undefined;
26808
+ lineWidth?: number | null | undefined;
26809
+ } | null | undefined;
26810
+ tick?: {
26811
+ visible?: boolean | null | undefined;
26812
+ tickInside?: boolean | null | undefined;
26813
+ tickColor?: string | null | undefined;
26814
+ tickSize?: number | null | undefined;
26815
+ } | null | undefined;
26816
+ title?: {
26817
+ visible?: boolean | null | undefined;
26818
+ titleText?: string | null | undefined;
26819
+ titleColor?: string | null | undefined;
26820
+ titleFontSize?: number | null | undefined;
26821
+ titleFontWeight?: number | null | undefined;
26822
+ } | null | undefined;
26823
+ grid?: {
26824
+ visible?: boolean | null | undefined;
26825
+ gridColor?: string | null | undefined;
26826
+ gridWidth?: number | null | undefined;
26827
+ gridLineDash?: number[] | null | undefined;
26828
+ } | null | undefined;
26829
+ } | null | undefined;
26830
+ yAxis?: {
26831
+ visible?: boolean | null | undefined;
26832
+ labelAutoHide?: boolean | null | undefined;
26833
+ labelAutoHideGap?: number | null | undefined;
26834
+ labelAutoRotate?: boolean | null | undefined;
26835
+ labelAutoRotateAngleRange?: number[] | null | undefined;
26836
+ labelAutoLimit?: boolean | null | undefined;
26837
+ labelAutoLimitLength?: number | null | undefined;
26838
+ label?: {
26839
+ visible?: boolean | null | undefined;
26840
+ labelColor?: string | null | undefined;
26841
+ labelFontSize?: number | null | undefined;
26842
+ labelFontWeight?: number | null | undefined;
26843
+ labelAngle?: number | null | undefined;
26844
+ } | null | undefined;
26845
+ line?: {
26846
+ visible?: boolean | null | undefined;
26847
+ lineColor?: string | null | undefined;
26848
+ lineWidth?: number | null | undefined;
26849
+ } | null | undefined;
26850
+ tick?: {
26851
+ visible?: boolean | null | undefined;
26852
+ tickInside?: boolean | null | undefined;
26853
+ tickColor?: string | null | undefined;
26854
+ tickSize?: number | null | undefined;
26855
+ } | null | undefined;
26856
+ title?: {
26857
+ visible?: boolean | null | undefined;
26858
+ titleText?: string | null | undefined;
26859
+ titleColor?: string | null | undefined;
26860
+ titleFontSize?: number | null | undefined;
26861
+ titleFontWeight?: number | null | undefined;
26862
+ } | null | undefined;
26863
+ grid?: {
26864
+ visible?: boolean | null | undefined;
26865
+ gridColor?: string | null | undefined;
26866
+ gridWidth?: number | null | undefined;
26867
+ gridLineDash?: number[] | null | undefined;
26868
+ } | null | undefined;
26869
+ } | null | undefined;
26653
26870
  } | null | undefined;
26654
26871
  boxPlot?: {
26655
26872
  backgroundColor?: string | null | undefined;
@@ -26726,9 +26943,9 @@ export declare class Builder implements VSeedBuilder {
26726
26943
  maxSize?: number | null | undefined;
26727
26944
  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;
26728
26945
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
26729
- labelColor?: string | null | undefined;
26730
26946
  pagerIconColor?: string | null | undefined;
26731
26947
  pagerIconDisableColor?: string | null | undefined;
26948
+ labelColor?: string | null | undefined;
26732
26949
  labelFontSize?: number | null | undefined;
26733
26950
  labelFontWeight?: string | number | null | undefined;
26734
26951
  } | null | undefined;
@@ -27027,9 +27244,9 @@ export declare class Builder implements VSeedBuilder {
27027
27244
  maxSize?: number | null | undefined;
27028
27245
  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;
27029
27246
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
27030
- labelColor?: string | null | undefined;
27031
27247
  pagerIconColor?: string | null | undefined;
27032
27248
  pagerIconDisableColor?: string | null | undefined;
27249
+ labelColor?: string | null | undefined;
27033
27250
  labelFontSize?: number | null | undefined;
27034
27251
  labelFontWeight?: string | number | null | undefined;
27035
27252
  } | null | undefined;
@@ -27495,9 +27712,9 @@ export declare class Builder implements VSeedBuilder {
27495
27712
  maxSize?: number | null | undefined;
27496
27713
  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;
27497
27714
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
27498
- labelColor?: string | null | undefined;
27499
27715
  pagerIconColor?: string | null | undefined;
27500
27716
  pagerIconDisableColor?: string | null | undefined;
27717
+ labelColor?: string | null | undefined;
27501
27718
  labelFontSize?: number | null | undefined;
27502
27719
  labelFontWeight?: string | number | null | undefined;
27503
27720
  } | null | undefined;
@@ -27777,9 +27994,9 @@ export declare class Builder implements VSeedBuilder {
27777
27994
  maxSize?: number | null | undefined;
27778
27995
  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;
27779
27996
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
27780
- labelColor?: string | null | undefined;
27781
27997
  pagerIconColor?: string | null | undefined;
27782
27998
  pagerIconDisableColor?: string | null | undefined;
27999
+ labelColor?: string | null | undefined;
27783
28000
  labelFontSize?: number | null | undefined;
27784
28001
  labelFontWeight?: string | number | null | undefined;
27785
28002
  } | null | undefined;
@@ -28203,9 +28420,9 @@ export declare class Builder implements VSeedBuilder {
28203
28420
  maxSize?: number | null | undefined;
28204
28421
  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;
28205
28422
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
28206
- labelColor?: string | null | undefined;
28207
28423
  pagerIconColor?: string | null | undefined;
28208
28424
  pagerIconDisableColor?: string | null | undefined;
28425
+ labelColor?: string | null | undefined;
28209
28426
  labelFontSize?: number | null | undefined;
28210
28427
  labelFontWeight?: string | number | null | undefined;
28211
28428
  } | null | undefined;
@@ -28487,9 +28704,9 @@ export declare class Builder implements VSeedBuilder {
28487
28704
  maxSize?: number | null | undefined;
28488
28705
  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;
28489
28706
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
28490
- labelColor?: string | null | undefined;
28491
28707
  pagerIconColor?: string | null | undefined;
28492
28708
  pagerIconDisableColor?: string | null | undefined;
28709
+ labelColor?: string | null | undefined;
28493
28710
  labelFontSize?: number | null | undefined;
28494
28711
  labelFontWeight?: string | number | null | undefined;
28495
28712
  } | null | undefined;
@@ -28771,9 +28988,9 @@ export declare class Builder implements VSeedBuilder {
28771
28988
  maxSize?: number | null | undefined;
28772
28989
  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;
28773
28990
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
28774
- labelColor?: string | null | undefined;
28775
28991
  pagerIconColor?: string | null | undefined;
28776
28992
  pagerIconDisableColor?: string | null | undefined;
28993
+ labelColor?: string | null | undefined;
28777
28994
  labelFontSize?: number | null | undefined;
28778
28995
  labelFontWeight?: string | number | null | undefined;
28779
28996
  } | null | undefined;
@@ -29053,9 +29270,9 @@ export declare class Builder implements VSeedBuilder {
29053
29270
  maxSize?: number | null | undefined;
29054
29271
  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;
29055
29272
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
29056
- labelColor?: string | null | undefined;
29057
29273
  pagerIconColor?: string | null | undefined;
29058
29274
  pagerIconDisableColor?: string | null | undefined;
29275
+ labelColor?: string | null | undefined;
29059
29276
  labelFontSize?: number | null | undefined;
29060
29277
  labelFontWeight?: string | number | null | undefined;
29061
29278
  } | null | undefined;
@@ -29335,9 +29552,9 @@ export declare class Builder implements VSeedBuilder {
29335
29552
  maxSize?: number | null | undefined;
29336
29553
  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;
29337
29554
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
29338
- labelColor?: string | null | undefined;
29339
29555
  pagerIconColor?: string | null | undefined;
29340
29556
  pagerIconDisableColor?: string | null | undefined;
29557
+ labelColor?: string | null | undefined;
29341
29558
  labelFontSize?: number | null | undefined;
29342
29559
  labelFontWeight?: string | number | null | undefined;
29343
29560
  } | null | undefined;
@@ -29617,9 +29834,9 @@ export declare class Builder implements VSeedBuilder {
29617
29834
  maxSize?: number | null | undefined;
29618
29835
  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;
29619
29836
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
29620
- labelColor?: string | null | undefined;
29621
29837
  pagerIconColor?: string | null | undefined;
29622
29838
  pagerIconDisableColor?: string | null | undefined;
29839
+ labelColor?: string | null | undefined;
29623
29840
  labelFontSize?: number | null | undefined;
29624
29841
  labelFontWeight?: string | number | null | undefined;
29625
29842
  } | null | undefined;
@@ -29899,9 +30116,9 @@ export declare class Builder implements VSeedBuilder {
29899
30116
  maxSize?: number | null | undefined;
29900
30117
  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;
29901
30118
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
29902
- labelColor?: string | null | undefined;
29903
30119
  pagerIconColor?: string | null | undefined;
29904
30120
  pagerIconDisableColor?: string | null | undefined;
30121
+ labelColor?: string | null | undefined;
29905
30122
  labelFontSize?: number | null | undefined;
29906
30123
  labelFontWeight?: string | number | null | undefined;
29907
30124
  } | null | undefined;
@@ -30181,9 +30398,9 @@ export declare class Builder implements VSeedBuilder {
30181
30398
  maxSize?: number | null | undefined;
30182
30399
  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;
30183
30400
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
30184
- labelColor?: string | null | undefined;
30185
30401
  pagerIconColor?: string | null | undefined;
30186
30402
  pagerIconDisableColor?: string | null | undefined;
30403
+ labelColor?: string | null | undefined;
30187
30404
  labelFontSize?: number | null | undefined;
30188
30405
  labelFontWeight?: string | number | null | undefined;
30189
30406
  } | null | undefined;
@@ -30620,9 +30837,9 @@ export declare class Builder implements VSeedBuilder {
30620
30837
  maxSize?: number | null | undefined;
30621
30838
  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;
30622
30839
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
30623
- labelColor?: string | null | undefined;
30624
30840
  pagerIconColor?: string | null | undefined;
30625
30841
  pagerIconDisableColor?: string | null | undefined;
30842
+ labelColor?: string | null | undefined;
30626
30843
  labelFontSize?: number | null | undefined;
30627
30844
  labelFontWeight?: string | number | null | undefined;
30628
30845
  } | null | undefined;
@@ -31067,9 +31284,9 @@ export declare class Builder implements VSeedBuilder {
31067
31284
  maxSize?: number | null | undefined;
31068
31285
  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;
31069
31286
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
31070
- labelColor?: string | null | undefined;
31071
31287
  pagerIconColor?: string | null | undefined;
31072
31288
  pagerIconDisableColor?: string | null | undefined;
31289
+ labelColor?: string | null | undefined;
31073
31290
  labelFontSize?: number | null | undefined;
31074
31291
  labelFontWeight?: string | number | null | undefined;
31075
31292
  } | null | undefined;
@@ -31167,9 +31384,9 @@ export declare class Builder implements VSeedBuilder {
31167
31384
  maxSize?: number | null | undefined;
31168
31385
  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;
31169
31386
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
31170
- labelColor?: string | null | undefined;
31171
31387
  pagerIconColor?: string | null | undefined;
31172
31388
  pagerIconDisableColor?: string | null | undefined;
31389
+ labelColor?: string | null | undefined;
31173
31390
  labelFontSize?: number | null | undefined;
31174
31391
  labelFontWeight?: string | number | null | undefined;
31175
31392
  } | null | undefined;
@@ -31267,9 +31484,9 @@ export declare class Builder implements VSeedBuilder {
31267
31484
  maxSize?: number | null | undefined;
31268
31485
  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;
31269
31486
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
31270
- labelColor?: string | null | undefined;
31271
31487
  pagerIconColor?: string | null | undefined;
31272
31488
  pagerIconDisableColor?: string | null | undefined;
31489
+ labelColor?: string | null | undefined;
31273
31490
  labelFontSize?: number | null | undefined;
31274
31491
  labelFontWeight?: string | number | null | undefined;
31275
31492
  } | null | undefined;
@@ -31368,9 +31585,9 @@ export declare class Builder implements VSeedBuilder {
31368
31585
  maxSize?: number | null | undefined;
31369
31586
  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;
31370
31587
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
31371
- labelColor?: string | null | undefined;
31372
31588
  pagerIconColor?: string | null | undefined;
31373
31589
  pagerIconDisableColor?: string | null | undefined;
31590
+ labelColor?: string | null | undefined;
31374
31591
  labelFontSize?: number | null | undefined;
31375
31592
  labelFontWeight?: string | number | null | undefined;
31376
31593
  } | null | undefined;
@@ -31469,9 +31686,9 @@ export declare class Builder implements VSeedBuilder {
31469
31686
  maxSize?: number | null | undefined;
31470
31687
  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;
31471
31688
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
31472
- labelColor?: string | null | undefined;
31473
31689
  pagerIconColor?: string | null | undefined;
31474
31690
  pagerIconDisableColor?: string | null | undefined;
31691
+ labelColor?: string | null | undefined;
31475
31692
  labelFontSize?: number | null | undefined;
31476
31693
  labelFontWeight?: string | number | null | undefined;
31477
31694
  } | null | undefined;
@@ -31569,9 +31786,9 @@ export declare class Builder implements VSeedBuilder {
31569
31786
  maxSize?: number | null | undefined;
31570
31787
  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;
31571
31788
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
31572
- labelColor?: string | null | undefined;
31573
31789
  pagerIconColor?: string | null | undefined;
31574
31790
  pagerIconDisableColor?: string | null | undefined;
31791
+ labelColor?: string | null | undefined;
31575
31792
  labelFontSize?: number | null | undefined;
31576
31793
  labelFontWeight?: string | number | null | undefined;
31577
31794
  } | null | undefined;
@@ -31667,14 +31884,11 @@ export declare class Builder implements VSeedBuilder {
31667
31884
  titleColor?: string | null | undefined;
31668
31885
  } | null | undefined;
31669
31886
  legend?: {
31670
- enable?: boolean | null | undefined;
31671
- border?: boolean | null | undefined;
31672
- maxSize?: number | null | undefined;
31673
- 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;
31674
31887
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
31888
+ enable?: boolean | null | undefined;
31889
+ railBackgroundColor?: string | null | undefined;
31890
+ handlerBorderColor?: string | null | undefined;
31675
31891
  labelColor?: string | null | undefined;
31676
- pagerIconColor?: string | null | undefined;
31677
- pagerIconDisableColor?: string | null | undefined;
31678
31892
  labelFontSize?: number | null | undefined;
31679
31893
  labelFontWeight?: string | number | null | undefined;
31680
31894
  } | null | undefined;
@@ -31700,6 +31914,86 @@ export declare class Builder implements VSeedBuilder {
31700
31914
  lineWidth?: number | null | undefined;
31701
31915
  cornerRadius?: number | null | undefined;
31702
31916
  } | null | undefined;
31917
+ xAxis?: {
31918
+ visible?: boolean | null | undefined;
31919
+ labelAutoHide?: boolean | null | undefined;
31920
+ labelAutoHideGap?: number | null | undefined;
31921
+ labelAutoRotate?: boolean | null | undefined;
31922
+ labelAutoRotateAngleRange?: number[] | null | undefined;
31923
+ labelAutoLimit?: boolean | null | undefined;
31924
+ labelAutoLimitLength?: number | null | undefined;
31925
+ label?: {
31926
+ visible?: boolean | null | undefined;
31927
+ labelColor?: string | null | undefined;
31928
+ labelFontSize?: number | null | undefined;
31929
+ labelFontWeight?: number | null | undefined;
31930
+ labelAngle?: number | null | undefined;
31931
+ } | null | undefined;
31932
+ line?: {
31933
+ visible?: boolean | null | undefined;
31934
+ lineColor?: string | null | undefined;
31935
+ lineWidth?: number | null | undefined;
31936
+ } | null | undefined;
31937
+ tick?: {
31938
+ visible?: boolean | null | undefined;
31939
+ tickInside?: boolean | null | undefined;
31940
+ tickColor?: string | null | undefined;
31941
+ tickSize?: number | null | undefined;
31942
+ } | null | undefined;
31943
+ title?: {
31944
+ visible?: boolean | null | undefined;
31945
+ titleText?: string | null | undefined;
31946
+ titleColor?: string | null | undefined;
31947
+ titleFontSize?: number | null | undefined;
31948
+ titleFontWeight?: number | null | undefined;
31949
+ } | null | undefined;
31950
+ grid?: {
31951
+ visible?: boolean | null | undefined;
31952
+ gridColor?: string | null | undefined;
31953
+ gridWidth?: number | null | undefined;
31954
+ gridLineDash?: number[] | null | undefined;
31955
+ } | null | undefined;
31956
+ } | null | undefined;
31957
+ yAxis?: {
31958
+ visible?: boolean | null | undefined;
31959
+ labelAutoHide?: boolean | null | undefined;
31960
+ labelAutoHideGap?: number | null | undefined;
31961
+ labelAutoRotate?: boolean | null | undefined;
31962
+ labelAutoRotateAngleRange?: number[] | null | undefined;
31963
+ labelAutoLimit?: boolean | null | undefined;
31964
+ labelAutoLimitLength?: number | null | undefined;
31965
+ label?: {
31966
+ visible?: boolean | null | undefined;
31967
+ labelColor?: string | null | undefined;
31968
+ labelFontSize?: number | null | undefined;
31969
+ labelFontWeight?: number | null | undefined;
31970
+ labelAngle?: number | null | undefined;
31971
+ } | null | undefined;
31972
+ line?: {
31973
+ visible?: boolean | null | undefined;
31974
+ lineColor?: string | null | undefined;
31975
+ lineWidth?: number | null | undefined;
31976
+ } | null | undefined;
31977
+ tick?: {
31978
+ visible?: boolean | null | undefined;
31979
+ tickInside?: boolean | null | undefined;
31980
+ tickColor?: string | null | undefined;
31981
+ tickSize?: number | null | undefined;
31982
+ } | null | undefined;
31983
+ title?: {
31984
+ visible?: boolean | null | undefined;
31985
+ titleText?: string | null | undefined;
31986
+ titleColor?: string | null | undefined;
31987
+ titleFontSize?: number | null | undefined;
31988
+ titleFontWeight?: number | null | undefined;
31989
+ } | null | undefined;
31990
+ grid?: {
31991
+ visible?: boolean | null | undefined;
31992
+ gridColor?: string | null | undefined;
31993
+ gridWidth?: number | null | undefined;
31994
+ gridLineDash?: number[] | null | undefined;
31995
+ } | null | undefined;
31996
+ } | null | undefined;
31703
31997
  } | null | undefined;
31704
31998
  boxPlot?: {
31705
31999
  backgroundColor?: string | null | undefined;
@@ -31776,9 +32070,9 @@ export declare class Builder implements VSeedBuilder {
31776
32070
  maxSize?: number | null | undefined;
31777
32071
  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;
31778
32072
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
31779
- labelColor?: string | null | undefined;
31780
32073
  pagerIconColor?: string | null | undefined;
31781
32074
  pagerIconDisableColor?: string | null | undefined;
32075
+ labelColor?: string | null | undefined;
31782
32076
  labelFontSize?: number | null | undefined;
31783
32077
  labelFontWeight?: string | number | null | undefined;
31784
32078
  } | null | undefined;
@@ -32077,9 +32371,9 @@ export declare class Builder implements VSeedBuilder {
32077
32371
  maxSize?: number | null | undefined;
32078
32372
  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;
32079
32373
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
32080
- labelColor?: string | null | undefined;
32081
32374
  pagerIconColor?: string | null | undefined;
32082
32375
  pagerIconDisableColor?: string | null | undefined;
32376
+ labelColor?: string | null | undefined;
32083
32377
  labelFontSize?: number | null | undefined;
32084
32378
  labelFontWeight?: string | number | null | undefined;
32085
32379
  } | null | undefined;