@visactor/vseed 0.1.12 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/builder/builder/advanced/colorItems.js +3 -2
- package/dist/esm/builder/builder/advanced/colorItems.js.map +1 -1
- package/dist/esm/builder/builder/build.js +0 -2
- package/dist/esm/builder/builder/build.js.map +1 -1
- package/dist/esm/builder/builder/buildAdvanced.js +3 -1
- package/dist/esm/builder/builder/buildAdvanced.js.map +1 -1
- package/dist/esm/builder/builder/buildSpec.js +3 -1
- package/dist/esm/builder/builder/buildSpec.js.map +1 -1
- package/dist/esm/builder/builder/builder.d.ts +357 -9
- package/dist/esm/builder/builder/builder.js +1 -1
- package/dist/esm/builder/builder/builder.js.map +1 -1
- package/dist/esm/dataReshape/foldMeasures.js +16 -16
- package/dist/esm/dataReshape/foldMeasures.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/area.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/area.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/areaPercent.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/areaPercent.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/bar.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/bar.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/barParallel.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/barParallel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/barPercent.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/barPercent.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/column.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/column.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/columnParallel.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/columnParallel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/columnPercent.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/columnPercent.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/donut.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/donut.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/dualAxis.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/dualAxis.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/funnel.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/funnel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/heatmap.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/heatmap.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/line.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/line.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/pie.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/pie.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/radar.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/radar.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/rose.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/rose.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/roseParallel.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/roseParallel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js +3 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/deleteTooltipAndLabelDimensions.d.ts +2 -0
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/deleteTooltipAndLabelDimensions.js +12 -0
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/deleteTooltipAndLabelDimensions.js.map +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/index.d.ts +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/index.js +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/bar.js +8 -0
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/bar.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/column.js +8 -0
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/column.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/dualAxis.js +8 -0
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/dualAxis.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/funnel.js +8 -0
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/funnel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/heatmap.js +8 -0
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/heatmap.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/line.js +8 -0
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/line.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/pie.js +8 -0
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/pie.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/radar.js +8 -0
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/radar.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/rose.js +8 -0
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/rose.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/scatter.js +8 -0
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/scatter.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/index.d.ts +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/index.js +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteTooltipAndLabelMeasure.d.ts +2 -0
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteTooltipAndLabelMeasure.js +12 -0
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteTooltipAndLabelMeasure.js.map +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/measures/index.d.ts +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/measures/index.js +2 -2
- package/dist/esm/pipeline/advanced/table/pipes/init/index.d.ts +0 -1
- package/dist/esm/pipeline/advanced/table/pipes/init/index.js +0 -1
- package/dist/esm/pipeline/spec/chart/pipes/dual/dualChartType.js +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/dual/dualChartType.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/label/label.js +41 -20
- package/dist/esm/pipeline/spec/chart/pipes/label/label.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/legend/pivotColorLegend.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/legend/pivotColorLegend.js.map +1 -1
- package/dist/esm/pipeline/utils/dimensions/delete.d.ts +8 -0
- package/dist/esm/pipeline/utils/dimensions/delete.js +40 -0
- package/dist/esm/pipeline/utils/dimensions/delete.js.map +1 -0
- package/dist/esm/pipeline/utils/dimensions/find.d.ts +0 -2
- package/dist/esm/pipeline/utils/dimensions/find.js +0 -13
- package/dist/esm/pipeline/utils/dimensions/index.d.ts +2 -1
- package/dist/esm/pipeline/utils/dimensions/index.js +2 -1
- package/dist/esm/pipeline/utils/dimensions/typeGuard.d.ts +3 -0
- package/dist/esm/pipeline/utils/dimensions/typeGuard.js +5 -0
- package/dist/esm/pipeline/utils/dimensions/typeGuard.js.map +1 -0
- package/dist/esm/theme/dark.js +19 -4
- package/dist/esm/theme/dark.js.map +1 -1
- package/dist/esm/theme/light.js +19 -4
- package/dist/esm/theme/light.js.map +1 -1
- package/dist/esm/types/advancedVSeed.d.ts +160 -40
- package/dist/esm/types/chartType/area/zArea.d.ts +4 -1
- package/dist/esm/types/chartType/areaPercent/zAreaPercent.d.ts +4 -1
- package/dist/esm/types/chartType/bar/zBar.d.ts +4 -1
- package/dist/esm/types/chartType/barParallel/zBarParallel.d.ts +4 -1
- package/dist/esm/types/chartType/barPercent/zBarPercent.d.ts +4 -1
- package/dist/esm/types/chartType/column/zColumn.d.ts +4 -1
- package/dist/esm/types/chartType/columnParallel/zColumnParallel.d.ts +4 -1
- package/dist/esm/types/chartType/columnPercent/zColumnPercent.d.ts +4 -1
- package/dist/esm/types/chartType/donut/zDonut.d.ts +4 -1
- package/dist/esm/types/chartType/dualAxis/zDualAxis.d.ts +4 -1
- package/dist/esm/types/chartType/funnel/zFunnel.d.ts +4 -1
- package/dist/esm/types/chartType/heatmap/zHeatmap.d.ts +4 -1
- package/dist/esm/types/chartType/line/zLine.d.ts +4 -1
- package/dist/esm/types/chartType/pie/zPie.d.ts +4 -1
- package/dist/esm/types/chartType/radar/zRadar.d.ts +4 -1
- package/dist/esm/types/chartType/rose/zRose.d.ts +4 -1
- package/dist/esm/types/chartType/roseParallel/zRoseParallel.d.ts +4 -1
- package/dist/esm/types/chartType/scatter/zScatter.d.ts +4 -1
- package/dist/esm/types/properties/config/config.d.ts +144 -36
- package/dist/esm/types/properties/config/config.js +1 -1
- package/dist/esm/types/properties/config/config.js.map +1 -1
- package/dist/esm/types/properties/config/label/index.d.ts +2 -1
- package/dist/esm/types/properties/config/label/index.js +1 -1
- package/dist/esm/types/properties/config/label/label.d.ts +15 -6
- package/dist/esm/types/properties/config/label/label.js +0 -7
- package/dist/esm/types/properties/config/label/zLabel.d.ts +7 -0
- package/dist/esm/types/properties/config/label/zLabel.js +10 -0
- package/dist/esm/types/properties/config/label/zLabel.js.map +1 -0
- package/dist/esm/types/properties/datasetReshapeInfo/datasetReshapeInfo.d.ts +8 -2
- package/dist/esm/types/properties/datasetReshapeInfo/zDatasetReshapeInfo.d.ts +24 -6
- package/dist/esm/types/properties/datasetReshapeInfo/zDatasetReshapeInfo.js +8 -2
- package/dist/esm/types/properties/datasetReshapeInfo/zDatasetReshapeInfo.js.map +1 -1
- package/dist/esm/types/properties/theme/customTheme.d.ts +144 -36
- package/dist/esm/types/zVseed.d.ts +72 -18
- package/dist/umd/index.js +405 -205
- package/dist/umd/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteTooltipMeasure.d.ts +0 -2
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteTooltipMeasure.js +0 -12
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteTooltipMeasure.js.map +0 -1
- package/dist/esm/pipeline/advanced/table/pipes/init/autoPivotDimensions.d.ts +0 -2
- package/dist/esm/pipeline/advanced/table/pipes/init/autoPivotDimensions.js +0 -52
- package/dist/esm/pipeline/advanced/table/pipes/init/autoPivotDimensions.js.map +0 -1
- package/dist/esm/pipeline/utils/dimensions/find.js.map +0 -1
- package/dist/esm/types/properties/config/label/label.js.map +0 -1
@@ -53,8 +53,14 @@ export declare class Builder implements VSeedBuilder {
|
|
53
53
|
index: number;
|
54
54
|
foldInfo: {
|
55
55
|
foldMap: Record<string, string | undefined>;
|
56
|
-
|
57
|
-
|
56
|
+
statistics: {
|
57
|
+
min: number;
|
58
|
+
max: number;
|
59
|
+
sum: number;
|
60
|
+
count: number;
|
61
|
+
colorMin: number;
|
62
|
+
colorMax: number;
|
63
|
+
};
|
58
64
|
measureId: string;
|
59
65
|
measureName: string;
|
60
66
|
measureValue: string;
|
@@ -71,8 +77,14 @@ export declare class Builder implements VSeedBuilder {
|
|
71
77
|
};
|
72
78
|
foldInfoList?: {
|
73
79
|
foldMap: Record<string, string | undefined>;
|
74
|
-
|
75
|
-
|
80
|
+
statistics: {
|
81
|
+
min: number;
|
82
|
+
max: number;
|
83
|
+
sum: number;
|
84
|
+
count: number;
|
85
|
+
colorMin: number;
|
86
|
+
colorMax: number;
|
87
|
+
};
|
76
88
|
measureId: string;
|
77
89
|
measureName: string;
|
78
90
|
measureValue: string;
|
@@ -153,6 +165,9 @@ export declare class Builder implements VSeedBuilder {
|
|
153
165
|
backgroundColor?: string | null | undefined;
|
154
166
|
label?: {
|
155
167
|
enable?: boolean | null | undefined;
|
168
|
+
wrap?: boolean | null | undefined;
|
169
|
+
showValue?: boolean | null | undefined;
|
170
|
+
showValuePercent?: boolean | null | undefined;
|
156
171
|
} | null | undefined;
|
157
172
|
color?: {
|
158
173
|
colorScheme?: string[] | null | undefined;
|
@@ -263,6 +278,9 @@ export declare class Builder implements VSeedBuilder {
|
|
263
278
|
backgroundColor?: string | null | undefined;
|
264
279
|
label?: {
|
265
280
|
enable?: boolean | null | undefined;
|
281
|
+
wrap?: boolean | null | undefined;
|
282
|
+
showValue?: boolean | null | undefined;
|
283
|
+
showValuePercent?: boolean | null | undefined;
|
266
284
|
} | null | undefined;
|
267
285
|
color?: {
|
268
286
|
colorScheme?: string[] | null | undefined;
|
@@ -374,6 +392,9 @@ export declare class Builder implements VSeedBuilder {
|
|
374
392
|
backgroundColor?: string | null | undefined;
|
375
393
|
label?: {
|
376
394
|
enable?: boolean | null | undefined;
|
395
|
+
wrap?: boolean | null | undefined;
|
396
|
+
showValue?: boolean | null | undefined;
|
397
|
+
showValuePercent?: boolean | null | undefined;
|
377
398
|
} | null | undefined;
|
378
399
|
color?: {
|
379
400
|
colorScheme?: string[] | null | undefined;
|
@@ -485,6 +506,9 @@ export declare class Builder implements VSeedBuilder {
|
|
485
506
|
backgroundColor?: string | null | undefined;
|
486
507
|
label?: {
|
487
508
|
enable?: boolean | null | undefined;
|
509
|
+
wrap?: boolean | null | undefined;
|
510
|
+
showValue?: boolean | null | undefined;
|
511
|
+
showValuePercent?: boolean | null | undefined;
|
488
512
|
} | null | undefined;
|
489
513
|
color?: {
|
490
514
|
colorScheme?: string[] | null | undefined;
|
@@ -596,6 +620,9 @@ export declare class Builder implements VSeedBuilder {
|
|
596
620
|
backgroundColor?: string | null | undefined;
|
597
621
|
label?: {
|
598
622
|
enable?: boolean | null | undefined;
|
623
|
+
wrap?: boolean | null | undefined;
|
624
|
+
showValue?: boolean | null | undefined;
|
625
|
+
showValuePercent?: boolean | null | undefined;
|
599
626
|
} | null | undefined;
|
600
627
|
color?: {
|
601
628
|
colorScheme?: string[] | null | undefined;
|
@@ -707,6 +734,9 @@ export declare class Builder implements VSeedBuilder {
|
|
707
734
|
backgroundColor?: string | null | undefined;
|
708
735
|
label?: {
|
709
736
|
enable?: boolean | null | undefined;
|
737
|
+
wrap?: boolean | null | undefined;
|
738
|
+
showValue?: boolean | null | undefined;
|
739
|
+
showValuePercent?: boolean | null | undefined;
|
710
740
|
} | null | undefined;
|
711
741
|
color?: {
|
712
742
|
colorScheme?: string[] | null | undefined;
|
@@ -818,6 +848,9 @@ export declare class Builder implements VSeedBuilder {
|
|
818
848
|
backgroundColor?: string | null | undefined;
|
819
849
|
label?: {
|
820
850
|
enable?: boolean | null | undefined;
|
851
|
+
wrap?: boolean | null | undefined;
|
852
|
+
showValue?: boolean | null | undefined;
|
853
|
+
showValuePercent?: boolean | null | undefined;
|
821
854
|
} | null | undefined;
|
822
855
|
color?: {
|
823
856
|
colorScheme?: string[] | null | undefined;
|
@@ -929,6 +962,9 @@ export declare class Builder implements VSeedBuilder {
|
|
929
962
|
backgroundColor?: string | null | undefined;
|
930
963
|
label?: {
|
931
964
|
enable?: boolean | null | undefined;
|
965
|
+
wrap?: boolean | null | undefined;
|
966
|
+
showValue?: boolean | null | undefined;
|
967
|
+
showValuePercent?: boolean | null | undefined;
|
932
968
|
} | null | undefined;
|
933
969
|
color?: {
|
934
970
|
colorScheme?: string[] | null | undefined;
|
@@ -1039,6 +1075,9 @@ export declare class Builder implements VSeedBuilder {
|
|
1039
1075
|
backgroundColor?: string | null | undefined;
|
1040
1076
|
label?: {
|
1041
1077
|
enable?: boolean | null | undefined;
|
1078
|
+
wrap?: boolean | null | undefined;
|
1079
|
+
showValue?: boolean | null | undefined;
|
1080
|
+
showValuePercent?: boolean | null | undefined;
|
1042
1081
|
} | null | undefined;
|
1043
1082
|
color?: {
|
1044
1083
|
colorScheme?: string[] | null | undefined;
|
@@ -1149,6 +1188,9 @@ export declare class Builder implements VSeedBuilder {
|
|
1149
1188
|
backgroundColor?: string | null | undefined;
|
1150
1189
|
label?: {
|
1151
1190
|
enable?: boolean | null | undefined;
|
1191
|
+
wrap?: boolean | null | undefined;
|
1192
|
+
showValue?: boolean | null | undefined;
|
1193
|
+
showValuePercent?: boolean | null | undefined;
|
1152
1194
|
} | null | undefined;
|
1153
1195
|
color?: {
|
1154
1196
|
colorScheme?: string[] | null | undefined;
|
@@ -1260,6 +1302,9 @@ export declare class Builder implements VSeedBuilder {
|
|
1260
1302
|
backgroundColor?: string | null | undefined;
|
1261
1303
|
label?: {
|
1262
1304
|
enable?: boolean | null | undefined;
|
1305
|
+
wrap?: boolean | null | undefined;
|
1306
|
+
showValue?: boolean | null | undefined;
|
1307
|
+
showValuePercent?: boolean | null | undefined;
|
1263
1308
|
} | null | undefined;
|
1264
1309
|
color?: {
|
1265
1310
|
colorScheme?: string[] | null | undefined;
|
@@ -1496,6 +1541,9 @@ export declare class Builder implements VSeedBuilder {
|
|
1496
1541
|
backgroundColor?: string | null | undefined;
|
1497
1542
|
label?: {
|
1498
1543
|
enable?: boolean | null | undefined;
|
1544
|
+
wrap?: boolean | null | undefined;
|
1545
|
+
showValue?: boolean | null | undefined;
|
1546
|
+
showValuePercent?: boolean | null | undefined;
|
1499
1547
|
} | null | undefined;
|
1500
1548
|
color?: {
|
1501
1549
|
colorScheme?: string[] | null | undefined;
|
@@ -1520,6 +1568,9 @@ export declare class Builder implements VSeedBuilder {
|
|
1520
1568
|
backgroundColor?: string | null | undefined;
|
1521
1569
|
label?: {
|
1522
1570
|
enable?: boolean | null | undefined;
|
1571
|
+
wrap?: boolean | null | undefined;
|
1572
|
+
showValue?: boolean | null | undefined;
|
1573
|
+
showValuePercent?: boolean | null | undefined;
|
1523
1574
|
} | null | undefined;
|
1524
1575
|
color?: {
|
1525
1576
|
colorScheme?: string[] | null | undefined;
|
@@ -1544,6 +1595,9 @@ export declare class Builder implements VSeedBuilder {
|
|
1544
1595
|
backgroundColor?: string | null | undefined;
|
1545
1596
|
label?: {
|
1546
1597
|
enable?: boolean | null | undefined;
|
1598
|
+
wrap?: boolean | null | undefined;
|
1599
|
+
showValue?: boolean | null | undefined;
|
1600
|
+
showValuePercent?: boolean | null | undefined;
|
1547
1601
|
} | null | undefined;
|
1548
1602
|
color?: {
|
1549
1603
|
colorScheme?: string[] | null | undefined;
|
@@ -1568,6 +1622,9 @@ export declare class Builder implements VSeedBuilder {
|
|
1568
1622
|
backgroundColor?: string | null | undefined;
|
1569
1623
|
label?: {
|
1570
1624
|
enable?: boolean | null | undefined;
|
1625
|
+
wrap?: boolean | null | undefined;
|
1626
|
+
showValue?: boolean | null | undefined;
|
1627
|
+
showValuePercent?: boolean | null | undefined;
|
1571
1628
|
} | null | undefined;
|
1572
1629
|
color?: {
|
1573
1630
|
colorScheme?: string[] | null | undefined;
|
@@ -1592,6 +1649,9 @@ export declare class Builder implements VSeedBuilder {
|
|
1592
1649
|
backgroundColor?: string | null | undefined;
|
1593
1650
|
label?: {
|
1594
1651
|
enable?: boolean | null | undefined;
|
1652
|
+
wrap?: boolean | null | undefined;
|
1653
|
+
showValue?: boolean | null | undefined;
|
1654
|
+
showValuePercent?: boolean | null | undefined;
|
1595
1655
|
} | null | undefined;
|
1596
1656
|
color?: {
|
1597
1657
|
colorScheme?: string[] | null | undefined;
|
@@ -1616,6 +1676,9 @@ export declare class Builder implements VSeedBuilder {
|
|
1616
1676
|
backgroundColor?: string | null | undefined;
|
1617
1677
|
label?: {
|
1618
1678
|
enable?: boolean | null | undefined;
|
1679
|
+
wrap?: boolean | null | undefined;
|
1680
|
+
showValue?: boolean | null | undefined;
|
1681
|
+
showValuePercent?: boolean | null | undefined;
|
1619
1682
|
} | null | undefined;
|
1620
1683
|
color?: {
|
1621
1684
|
colorScheme?: string[] | null | undefined;
|
@@ -1640,6 +1703,9 @@ export declare class Builder implements VSeedBuilder {
|
|
1640
1703
|
backgroundColor?: string | null | undefined;
|
1641
1704
|
label?: {
|
1642
1705
|
enable?: boolean | null | undefined;
|
1706
|
+
wrap?: boolean | null | undefined;
|
1707
|
+
showValue?: boolean | null | undefined;
|
1708
|
+
showValuePercent?: boolean | null | undefined;
|
1643
1709
|
} | null | undefined;
|
1644
1710
|
color?: {
|
1645
1711
|
colorScheme?: string[] | null | undefined;
|
@@ -1931,6 +1997,9 @@ export declare class Builder implements VSeedBuilder {
|
|
1931
1997
|
backgroundColor?: string | null | undefined;
|
1932
1998
|
label?: {
|
1933
1999
|
enable?: boolean | null | undefined;
|
2000
|
+
wrap?: boolean | null | undefined;
|
2001
|
+
showValue?: boolean | null | undefined;
|
2002
|
+
showValuePercent?: boolean | null | undefined;
|
1934
2003
|
} | null | undefined;
|
1935
2004
|
color?: {
|
1936
2005
|
colorScheme?: string[] | null | undefined;
|
@@ -2041,6 +2110,9 @@ export declare class Builder implements VSeedBuilder {
|
|
2041
2110
|
backgroundColor?: string | null | undefined;
|
2042
2111
|
label?: {
|
2043
2112
|
enable?: boolean | null | undefined;
|
2113
|
+
wrap?: boolean | null | undefined;
|
2114
|
+
showValue?: boolean | null | undefined;
|
2115
|
+
showValuePercent?: boolean | null | undefined;
|
2044
2116
|
} | null | undefined;
|
2045
2117
|
color?: {
|
2046
2118
|
colorScheme?: string[] | null | undefined;
|
@@ -2152,6 +2224,9 @@ export declare class Builder implements VSeedBuilder {
|
|
2152
2224
|
backgroundColor?: string | null | undefined;
|
2153
2225
|
label?: {
|
2154
2226
|
enable?: boolean | null | undefined;
|
2227
|
+
wrap?: boolean | null | undefined;
|
2228
|
+
showValue?: boolean | null | undefined;
|
2229
|
+
showValuePercent?: boolean | null | undefined;
|
2155
2230
|
} | null | undefined;
|
2156
2231
|
color?: {
|
2157
2232
|
colorScheme?: string[] | null | undefined;
|
@@ -2263,6 +2338,9 @@ export declare class Builder implements VSeedBuilder {
|
|
2263
2338
|
backgroundColor?: string | null | undefined;
|
2264
2339
|
label?: {
|
2265
2340
|
enable?: boolean | null | undefined;
|
2341
|
+
wrap?: boolean | null | undefined;
|
2342
|
+
showValue?: boolean | null | undefined;
|
2343
|
+
showValuePercent?: boolean | null | undefined;
|
2266
2344
|
} | null | undefined;
|
2267
2345
|
color?: {
|
2268
2346
|
colorScheme?: string[] | null | undefined;
|
@@ -2374,6 +2452,9 @@ export declare class Builder implements VSeedBuilder {
|
|
2374
2452
|
backgroundColor?: string | null | undefined;
|
2375
2453
|
label?: {
|
2376
2454
|
enable?: boolean | null | undefined;
|
2455
|
+
wrap?: boolean | null | undefined;
|
2456
|
+
showValue?: boolean | null | undefined;
|
2457
|
+
showValuePercent?: boolean | null | undefined;
|
2377
2458
|
} | null | undefined;
|
2378
2459
|
color?: {
|
2379
2460
|
colorScheme?: string[] | null | undefined;
|
@@ -2485,6 +2566,9 @@ export declare class Builder implements VSeedBuilder {
|
|
2485
2566
|
backgroundColor?: string | null | undefined;
|
2486
2567
|
label?: {
|
2487
2568
|
enable?: boolean | null | undefined;
|
2569
|
+
wrap?: boolean | null | undefined;
|
2570
|
+
showValue?: boolean | null | undefined;
|
2571
|
+
showValuePercent?: boolean | null | undefined;
|
2488
2572
|
} | null | undefined;
|
2489
2573
|
color?: {
|
2490
2574
|
colorScheme?: string[] | null | undefined;
|
@@ -2596,6 +2680,9 @@ export declare class Builder implements VSeedBuilder {
|
|
2596
2680
|
backgroundColor?: string | null | undefined;
|
2597
2681
|
label?: {
|
2598
2682
|
enable?: boolean | null | undefined;
|
2683
|
+
wrap?: boolean | null | undefined;
|
2684
|
+
showValue?: boolean | null | undefined;
|
2685
|
+
showValuePercent?: boolean | null | undefined;
|
2599
2686
|
} | null | undefined;
|
2600
2687
|
color?: {
|
2601
2688
|
colorScheme?: string[] | null | undefined;
|
@@ -2707,6 +2794,9 @@ export declare class Builder implements VSeedBuilder {
|
|
2707
2794
|
backgroundColor?: string | null | undefined;
|
2708
2795
|
label?: {
|
2709
2796
|
enable?: boolean | null | undefined;
|
2797
|
+
wrap?: boolean | null | undefined;
|
2798
|
+
showValue?: boolean | null | undefined;
|
2799
|
+
showValuePercent?: boolean | null | undefined;
|
2710
2800
|
} | null | undefined;
|
2711
2801
|
color?: {
|
2712
2802
|
colorScheme?: string[] | null | undefined;
|
@@ -2817,6 +2907,9 @@ export declare class Builder implements VSeedBuilder {
|
|
2817
2907
|
backgroundColor?: string | null | undefined;
|
2818
2908
|
label?: {
|
2819
2909
|
enable?: boolean | null | undefined;
|
2910
|
+
wrap?: boolean | null | undefined;
|
2911
|
+
showValue?: boolean | null | undefined;
|
2912
|
+
showValuePercent?: boolean | null | undefined;
|
2820
2913
|
} | null | undefined;
|
2821
2914
|
color?: {
|
2822
2915
|
colorScheme?: string[] | null | undefined;
|
@@ -2927,6 +3020,9 @@ export declare class Builder implements VSeedBuilder {
|
|
2927
3020
|
backgroundColor?: string | null | undefined;
|
2928
3021
|
label?: {
|
2929
3022
|
enable?: boolean | null | undefined;
|
3023
|
+
wrap?: boolean | null | undefined;
|
3024
|
+
showValue?: boolean | null | undefined;
|
3025
|
+
showValuePercent?: boolean | null | undefined;
|
2930
3026
|
} | null | undefined;
|
2931
3027
|
color?: {
|
2932
3028
|
colorScheme?: string[] | null | undefined;
|
@@ -3038,6 +3134,9 @@ export declare class Builder implements VSeedBuilder {
|
|
3038
3134
|
backgroundColor?: string | null | undefined;
|
3039
3135
|
label?: {
|
3040
3136
|
enable?: boolean | null | undefined;
|
3137
|
+
wrap?: boolean | null | undefined;
|
3138
|
+
showValue?: boolean | null | undefined;
|
3139
|
+
showValuePercent?: boolean | null | undefined;
|
3041
3140
|
} | null | undefined;
|
3042
3141
|
color?: {
|
3043
3142
|
colorScheme?: string[] | null | undefined;
|
@@ -3274,6 +3373,9 @@ export declare class Builder implements VSeedBuilder {
|
|
3274
3373
|
backgroundColor?: string | null | undefined;
|
3275
3374
|
label?: {
|
3276
3375
|
enable?: boolean | null | undefined;
|
3376
|
+
wrap?: boolean | null | undefined;
|
3377
|
+
showValue?: boolean | null | undefined;
|
3378
|
+
showValuePercent?: boolean | null | undefined;
|
3277
3379
|
} | null | undefined;
|
3278
3380
|
color?: {
|
3279
3381
|
colorScheme?: string[] | null | undefined;
|
@@ -3298,6 +3400,9 @@ export declare class Builder implements VSeedBuilder {
|
|
3298
3400
|
backgroundColor?: string | null | undefined;
|
3299
3401
|
label?: {
|
3300
3402
|
enable?: boolean | null | undefined;
|
3403
|
+
wrap?: boolean | null | undefined;
|
3404
|
+
showValue?: boolean | null | undefined;
|
3405
|
+
showValuePercent?: boolean | null | undefined;
|
3301
3406
|
} | null | undefined;
|
3302
3407
|
color?: {
|
3303
3408
|
colorScheme?: string[] | null | undefined;
|
@@ -3322,6 +3427,9 @@ export declare class Builder implements VSeedBuilder {
|
|
3322
3427
|
backgroundColor?: string | null | undefined;
|
3323
3428
|
label?: {
|
3324
3429
|
enable?: boolean | null | undefined;
|
3430
|
+
wrap?: boolean | null | undefined;
|
3431
|
+
showValue?: boolean | null | undefined;
|
3432
|
+
showValuePercent?: boolean | null | undefined;
|
3325
3433
|
} | null | undefined;
|
3326
3434
|
color?: {
|
3327
3435
|
colorScheme?: string[] | null | undefined;
|
@@ -3346,6 +3454,9 @@ export declare class Builder implements VSeedBuilder {
|
|
3346
3454
|
backgroundColor?: string | null | undefined;
|
3347
3455
|
label?: {
|
3348
3456
|
enable?: boolean | null | undefined;
|
3457
|
+
wrap?: boolean | null | undefined;
|
3458
|
+
showValue?: boolean | null | undefined;
|
3459
|
+
showValuePercent?: boolean | null | undefined;
|
3349
3460
|
} | null | undefined;
|
3350
3461
|
color?: {
|
3351
3462
|
colorScheme?: string[] | null | undefined;
|
@@ -3370,6 +3481,9 @@ export declare class Builder implements VSeedBuilder {
|
|
3370
3481
|
backgroundColor?: string | null | undefined;
|
3371
3482
|
label?: {
|
3372
3483
|
enable?: boolean | null | undefined;
|
3484
|
+
wrap?: boolean | null | undefined;
|
3485
|
+
showValue?: boolean | null | undefined;
|
3486
|
+
showValuePercent?: boolean | null | undefined;
|
3373
3487
|
} | null | undefined;
|
3374
3488
|
color?: {
|
3375
3489
|
colorScheme?: string[] | null | undefined;
|
@@ -3394,6 +3508,9 @@ export declare class Builder implements VSeedBuilder {
|
|
3394
3508
|
backgroundColor?: string | null | undefined;
|
3395
3509
|
label?: {
|
3396
3510
|
enable?: boolean | null | undefined;
|
3511
|
+
wrap?: boolean | null | undefined;
|
3512
|
+
showValue?: boolean | null | undefined;
|
3513
|
+
showValuePercent?: boolean | null | undefined;
|
3397
3514
|
} | null | undefined;
|
3398
3515
|
color?: {
|
3399
3516
|
colorScheme?: string[] | null | undefined;
|
@@ -3418,6 +3535,9 @@ export declare class Builder implements VSeedBuilder {
|
|
3418
3535
|
backgroundColor?: string | null | undefined;
|
3419
3536
|
label?: {
|
3420
3537
|
enable?: boolean | null | undefined;
|
3538
|
+
wrap?: boolean | null | undefined;
|
3539
|
+
showValue?: boolean | null | undefined;
|
3540
|
+
showValuePercent?: boolean | null | undefined;
|
3421
3541
|
} | null | undefined;
|
3422
3542
|
color?: {
|
3423
3543
|
colorScheme?: string[] | null | undefined;
|
@@ -3775,8 +3895,14 @@ export declare class Builder implements VSeedBuilder {
|
|
3775
3895
|
index: number;
|
3776
3896
|
foldInfo: {
|
3777
3897
|
foldMap: Record<string, string | undefined>;
|
3778
|
-
|
3779
|
-
|
3898
|
+
statistics: {
|
3899
|
+
min: number;
|
3900
|
+
max: number;
|
3901
|
+
sum: number;
|
3902
|
+
count: number;
|
3903
|
+
colorMin: number;
|
3904
|
+
colorMax: number;
|
3905
|
+
};
|
3780
3906
|
measureId: string;
|
3781
3907
|
measureName: string;
|
3782
3908
|
measureValue: string;
|
@@ -3793,8 +3919,14 @@ export declare class Builder implements VSeedBuilder {
|
|
3793
3919
|
};
|
3794
3920
|
foldInfoList?: {
|
3795
3921
|
foldMap: Record<string, string | undefined>;
|
3796
|
-
|
3797
|
-
|
3922
|
+
statistics: {
|
3923
|
+
min: number;
|
3924
|
+
max: number;
|
3925
|
+
sum: number;
|
3926
|
+
count: number;
|
3927
|
+
colorMin: number;
|
3928
|
+
colorMax: number;
|
3929
|
+
};
|
3798
3930
|
measureId: string;
|
3799
3931
|
measureName: string;
|
3800
3932
|
measureValue: string;
|
@@ -3875,6 +4007,9 @@ export declare class Builder implements VSeedBuilder {
|
|
3875
4007
|
backgroundColor?: string | null | undefined;
|
3876
4008
|
label?: {
|
3877
4009
|
enable?: boolean | null | undefined;
|
4010
|
+
wrap?: boolean | null | undefined;
|
4011
|
+
showValue?: boolean | null | undefined;
|
4012
|
+
showValuePercent?: boolean | null | undefined;
|
3878
4013
|
} | null | undefined;
|
3879
4014
|
color?: {
|
3880
4015
|
colorScheme?: string[] | null | undefined;
|
@@ -3985,6 +4120,9 @@ export declare class Builder implements VSeedBuilder {
|
|
3985
4120
|
backgroundColor?: string | null | undefined;
|
3986
4121
|
label?: {
|
3987
4122
|
enable?: boolean | null | undefined;
|
4123
|
+
wrap?: boolean | null | undefined;
|
4124
|
+
showValue?: boolean | null | undefined;
|
4125
|
+
showValuePercent?: boolean | null | undefined;
|
3988
4126
|
} | null | undefined;
|
3989
4127
|
color?: {
|
3990
4128
|
colorScheme?: string[] | null | undefined;
|
@@ -4096,6 +4234,9 @@ export declare class Builder implements VSeedBuilder {
|
|
4096
4234
|
backgroundColor?: string | null | undefined;
|
4097
4235
|
label?: {
|
4098
4236
|
enable?: boolean | null | undefined;
|
4237
|
+
wrap?: boolean | null | undefined;
|
4238
|
+
showValue?: boolean | null | undefined;
|
4239
|
+
showValuePercent?: boolean | null | undefined;
|
4099
4240
|
} | null | undefined;
|
4100
4241
|
color?: {
|
4101
4242
|
colorScheme?: string[] | null | undefined;
|
@@ -4207,6 +4348,9 @@ export declare class Builder implements VSeedBuilder {
|
|
4207
4348
|
backgroundColor?: string | null | undefined;
|
4208
4349
|
label?: {
|
4209
4350
|
enable?: boolean | null | undefined;
|
4351
|
+
wrap?: boolean | null | undefined;
|
4352
|
+
showValue?: boolean | null | undefined;
|
4353
|
+
showValuePercent?: boolean | null | undefined;
|
4210
4354
|
} | null | undefined;
|
4211
4355
|
color?: {
|
4212
4356
|
colorScheme?: string[] | null | undefined;
|
@@ -4318,6 +4462,9 @@ export declare class Builder implements VSeedBuilder {
|
|
4318
4462
|
backgroundColor?: string | null | undefined;
|
4319
4463
|
label?: {
|
4320
4464
|
enable?: boolean | null | undefined;
|
4465
|
+
wrap?: boolean | null | undefined;
|
4466
|
+
showValue?: boolean | null | undefined;
|
4467
|
+
showValuePercent?: boolean | null | undefined;
|
4321
4468
|
} | null | undefined;
|
4322
4469
|
color?: {
|
4323
4470
|
colorScheme?: string[] | null | undefined;
|
@@ -4429,6 +4576,9 @@ export declare class Builder implements VSeedBuilder {
|
|
4429
4576
|
backgroundColor?: string | null | undefined;
|
4430
4577
|
label?: {
|
4431
4578
|
enable?: boolean | null | undefined;
|
4579
|
+
wrap?: boolean | null | undefined;
|
4580
|
+
showValue?: boolean | null | undefined;
|
4581
|
+
showValuePercent?: boolean | null | undefined;
|
4432
4582
|
} | null | undefined;
|
4433
4583
|
color?: {
|
4434
4584
|
colorScheme?: string[] | null | undefined;
|
@@ -4540,6 +4690,9 @@ export declare class Builder implements VSeedBuilder {
|
|
4540
4690
|
backgroundColor?: string | null | undefined;
|
4541
4691
|
label?: {
|
4542
4692
|
enable?: boolean | null | undefined;
|
4693
|
+
wrap?: boolean | null | undefined;
|
4694
|
+
showValue?: boolean | null | undefined;
|
4695
|
+
showValuePercent?: boolean | null | undefined;
|
4543
4696
|
} | null | undefined;
|
4544
4697
|
color?: {
|
4545
4698
|
colorScheme?: string[] | null | undefined;
|
@@ -4651,6 +4804,9 @@ export declare class Builder implements VSeedBuilder {
|
|
4651
4804
|
backgroundColor?: string | null | undefined;
|
4652
4805
|
label?: {
|
4653
4806
|
enable?: boolean | null | undefined;
|
4807
|
+
wrap?: boolean | null | undefined;
|
4808
|
+
showValue?: boolean | null | undefined;
|
4809
|
+
showValuePercent?: boolean | null | undefined;
|
4654
4810
|
} | null | undefined;
|
4655
4811
|
color?: {
|
4656
4812
|
colorScheme?: string[] | null | undefined;
|
@@ -4761,6 +4917,9 @@ export declare class Builder implements VSeedBuilder {
|
|
4761
4917
|
backgroundColor?: string | null | undefined;
|
4762
4918
|
label?: {
|
4763
4919
|
enable?: boolean | null | undefined;
|
4920
|
+
wrap?: boolean | null | undefined;
|
4921
|
+
showValue?: boolean | null | undefined;
|
4922
|
+
showValuePercent?: boolean | null | undefined;
|
4764
4923
|
} | null | undefined;
|
4765
4924
|
color?: {
|
4766
4925
|
colorScheme?: string[] | null | undefined;
|
@@ -4871,6 +5030,9 @@ export declare class Builder implements VSeedBuilder {
|
|
4871
5030
|
backgroundColor?: string | null | undefined;
|
4872
5031
|
label?: {
|
4873
5032
|
enable?: boolean | null | undefined;
|
5033
|
+
wrap?: boolean | null | undefined;
|
5034
|
+
showValue?: boolean | null | undefined;
|
5035
|
+
showValuePercent?: boolean | null | undefined;
|
4874
5036
|
} | null | undefined;
|
4875
5037
|
color?: {
|
4876
5038
|
colorScheme?: string[] | null | undefined;
|
@@ -4982,6 +5144,9 @@ export declare class Builder implements VSeedBuilder {
|
|
4982
5144
|
backgroundColor?: string | null | undefined;
|
4983
5145
|
label?: {
|
4984
5146
|
enable?: boolean | null | undefined;
|
5147
|
+
wrap?: boolean | null | undefined;
|
5148
|
+
showValue?: boolean | null | undefined;
|
5149
|
+
showValuePercent?: boolean | null | undefined;
|
4985
5150
|
} | null | undefined;
|
4986
5151
|
color?: {
|
4987
5152
|
colorScheme?: string[] | null | undefined;
|
@@ -5218,6 +5383,9 @@ export declare class Builder implements VSeedBuilder {
|
|
5218
5383
|
backgroundColor?: string | null | undefined;
|
5219
5384
|
label?: {
|
5220
5385
|
enable?: boolean | null | undefined;
|
5386
|
+
wrap?: boolean | null | undefined;
|
5387
|
+
showValue?: boolean | null | undefined;
|
5388
|
+
showValuePercent?: boolean | null | undefined;
|
5221
5389
|
} | null | undefined;
|
5222
5390
|
color?: {
|
5223
5391
|
colorScheme?: string[] | null | undefined;
|
@@ -5242,6 +5410,9 @@ export declare class Builder implements VSeedBuilder {
|
|
5242
5410
|
backgroundColor?: string | null | undefined;
|
5243
5411
|
label?: {
|
5244
5412
|
enable?: boolean | null | undefined;
|
5413
|
+
wrap?: boolean | null | undefined;
|
5414
|
+
showValue?: boolean | null | undefined;
|
5415
|
+
showValuePercent?: boolean | null | undefined;
|
5245
5416
|
} | null | undefined;
|
5246
5417
|
color?: {
|
5247
5418
|
colorScheme?: string[] | null | undefined;
|
@@ -5266,6 +5437,9 @@ export declare class Builder implements VSeedBuilder {
|
|
5266
5437
|
backgroundColor?: string | null | undefined;
|
5267
5438
|
label?: {
|
5268
5439
|
enable?: boolean | null | undefined;
|
5440
|
+
wrap?: boolean | null | undefined;
|
5441
|
+
showValue?: boolean | null | undefined;
|
5442
|
+
showValuePercent?: boolean | null | undefined;
|
5269
5443
|
} | null | undefined;
|
5270
5444
|
color?: {
|
5271
5445
|
colorScheme?: string[] | null | undefined;
|
@@ -5290,6 +5464,9 @@ export declare class Builder implements VSeedBuilder {
|
|
5290
5464
|
backgroundColor?: string | null | undefined;
|
5291
5465
|
label?: {
|
5292
5466
|
enable?: boolean | null | undefined;
|
5467
|
+
wrap?: boolean | null | undefined;
|
5468
|
+
showValue?: boolean | null | undefined;
|
5469
|
+
showValuePercent?: boolean | null | undefined;
|
5293
5470
|
} | null | undefined;
|
5294
5471
|
color?: {
|
5295
5472
|
colorScheme?: string[] | null | undefined;
|
@@ -5314,6 +5491,9 @@ export declare class Builder implements VSeedBuilder {
|
|
5314
5491
|
backgroundColor?: string | null | undefined;
|
5315
5492
|
label?: {
|
5316
5493
|
enable?: boolean | null | undefined;
|
5494
|
+
wrap?: boolean | null | undefined;
|
5495
|
+
showValue?: boolean | null | undefined;
|
5496
|
+
showValuePercent?: boolean | null | undefined;
|
5317
5497
|
} | null | undefined;
|
5318
5498
|
color?: {
|
5319
5499
|
colorScheme?: string[] | null | undefined;
|
@@ -5338,6 +5518,9 @@ export declare class Builder implements VSeedBuilder {
|
|
5338
5518
|
backgroundColor?: string | null | undefined;
|
5339
5519
|
label?: {
|
5340
5520
|
enable?: boolean | null | undefined;
|
5521
|
+
wrap?: boolean | null | undefined;
|
5522
|
+
showValue?: boolean | null | undefined;
|
5523
|
+
showValuePercent?: boolean | null | undefined;
|
5341
5524
|
} | null | undefined;
|
5342
5525
|
color?: {
|
5343
5526
|
colorScheme?: string[] | null | undefined;
|
@@ -5362,6 +5545,9 @@ export declare class Builder implements VSeedBuilder {
|
|
5362
5545
|
backgroundColor?: string | null | undefined;
|
5363
5546
|
label?: {
|
5364
5547
|
enable?: boolean | null | undefined;
|
5548
|
+
wrap?: boolean | null | undefined;
|
5549
|
+
showValue?: boolean | null | undefined;
|
5550
|
+
showValuePercent?: boolean | null | undefined;
|
5365
5551
|
} | null | undefined;
|
5366
5552
|
color?: {
|
5367
5553
|
colorScheme?: string[] | null | undefined;
|
@@ -5653,6 +5839,9 @@ export declare class Builder implements VSeedBuilder {
|
|
5653
5839
|
backgroundColor?: string | null | undefined;
|
5654
5840
|
label?: {
|
5655
5841
|
enable?: boolean | null | undefined;
|
5842
|
+
wrap?: boolean | null | undefined;
|
5843
|
+
showValue?: boolean | null | undefined;
|
5844
|
+
showValuePercent?: boolean | null | undefined;
|
5656
5845
|
} | null | undefined;
|
5657
5846
|
color?: {
|
5658
5847
|
colorScheme?: string[] | null | undefined;
|
@@ -5763,6 +5952,9 @@ export declare class Builder implements VSeedBuilder {
|
|
5763
5952
|
backgroundColor?: string | null | undefined;
|
5764
5953
|
label?: {
|
5765
5954
|
enable?: boolean | null | undefined;
|
5955
|
+
wrap?: boolean | null | undefined;
|
5956
|
+
showValue?: boolean | null | undefined;
|
5957
|
+
showValuePercent?: boolean | null | undefined;
|
5766
5958
|
} | null | undefined;
|
5767
5959
|
color?: {
|
5768
5960
|
colorScheme?: string[] | null | undefined;
|
@@ -5874,6 +6066,9 @@ export declare class Builder implements VSeedBuilder {
|
|
5874
6066
|
backgroundColor?: string | null | undefined;
|
5875
6067
|
label?: {
|
5876
6068
|
enable?: boolean | null | undefined;
|
6069
|
+
wrap?: boolean | null | undefined;
|
6070
|
+
showValue?: boolean | null | undefined;
|
6071
|
+
showValuePercent?: boolean | null | undefined;
|
5877
6072
|
} | null | undefined;
|
5878
6073
|
color?: {
|
5879
6074
|
colorScheme?: string[] | null | undefined;
|
@@ -5985,6 +6180,9 @@ export declare class Builder implements VSeedBuilder {
|
|
5985
6180
|
backgroundColor?: string | null | undefined;
|
5986
6181
|
label?: {
|
5987
6182
|
enable?: boolean | null | undefined;
|
6183
|
+
wrap?: boolean | null | undefined;
|
6184
|
+
showValue?: boolean | null | undefined;
|
6185
|
+
showValuePercent?: boolean | null | undefined;
|
5988
6186
|
} | null | undefined;
|
5989
6187
|
color?: {
|
5990
6188
|
colorScheme?: string[] | null | undefined;
|
@@ -6096,6 +6294,9 @@ export declare class Builder implements VSeedBuilder {
|
|
6096
6294
|
backgroundColor?: string | null | undefined;
|
6097
6295
|
label?: {
|
6098
6296
|
enable?: boolean | null | undefined;
|
6297
|
+
wrap?: boolean | null | undefined;
|
6298
|
+
showValue?: boolean | null | undefined;
|
6299
|
+
showValuePercent?: boolean | null | undefined;
|
6099
6300
|
} | null | undefined;
|
6100
6301
|
color?: {
|
6101
6302
|
colorScheme?: string[] | null | undefined;
|
@@ -6207,6 +6408,9 @@ export declare class Builder implements VSeedBuilder {
|
|
6207
6408
|
backgroundColor?: string | null | undefined;
|
6208
6409
|
label?: {
|
6209
6410
|
enable?: boolean | null | undefined;
|
6411
|
+
wrap?: boolean | null | undefined;
|
6412
|
+
showValue?: boolean | null | undefined;
|
6413
|
+
showValuePercent?: boolean | null | undefined;
|
6210
6414
|
} | null | undefined;
|
6211
6415
|
color?: {
|
6212
6416
|
colorScheme?: string[] | null | undefined;
|
@@ -6318,6 +6522,9 @@ export declare class Builder implements VSeedBuilder {
|
|
6318
6522
|
backgroundColor?: string | null | undefined;
|
6319
6523
|
label?: {
|
6320
6524
|
enable?: boolean | null | undefined;
|
6525
|
+
wrap?: boolean | null | undefined;
|
6526
|
+
showValue?: boolean | null | undefined;
|
6527
|
+
showValuePercent?: boolean | null | undefined;
|
6321
6528
|
} | null | undefined;
|
6322
6529
|
color?: {
|
6323
6530
|
colorScheme?: string[] | null | undefined;
|
@@ -6429,6 +6636,9 @@ export declare class Builder implements VSeedBuilder {
|
|
6429
6636
|
backgroundColor?: string | null | undefined;
|
6430
6637
|
label?: {
|
6431
6638
|
enable?: boolean | null | undefined;
|
6639
|
+
wrap?: boolean | null | undefined;
|
6640
|
+
showValue?: boolean | null | undefined;
|
6641
|
+
showValuePercent?: boolean | null | undefined;
|
6432
6642
|
} | null | undefined;
|
6433
6643
|
color?: {
|
6434
6644
|
colorScheme?: string[] | null | undefined;
|
@@ -6539,6 +6749,9 @@ export declare class Builder implements VSeedBuilder {
|
|
6539
6749
|
backgroundColor?: string | null | undefined;
|
6540
6750
|
label?: {
|
6541
6751
|
enable?: boolean | null | undefined;
|
6752
|
+
wrap?: boolean | null | undefined;
|
6753
|
+
showValue?: boolean | null | undefined;
|
6754
|
+
showValuePercent?: boolean | null | undefined;
|
6542
6755
|
} | null | undefined;
|
6543
6756
|
color?: {
|
6544
6757
|
colorScheme?: string[] | null | undefined;
|
@@ -6649,6 +6862,9 @@ export declare class Builder implements VSeedBuilder {
|
|
6649
6862
|
backgroundColor?: string | null | undefined;
|
6650
6863
|
label?: {
|
6651
6864
|
enable?: boolean | null | undefined;
|
6865
|
+
wrap?: boolean | null | undefined;
|
6866
|
+
showValue?: boolean | null | undefined;
|
6867
|
+
showValuePercent?: boolean | null | undefined;
|
6652
6868
|
} | null | undefined;
|
6653
6869
|
color?: {
|
6654
6870
|
colorScheme?: string[] | null | undefined;
|
@@ -6760,6 +6976,9 @@ export declare class Builder implements VSeedBuilder {
|
|
6760
6976
|
backgroundColor?: string | null | undefined;
|
6761
6977
|
label?: {
|
6762
6978
|
enable?: boolean | null | undefined;
|
6979
|
+
wrap?: boolean | null | undefined;
|
6980
|
+
showValue?: boolean | null | undefined;
|
6981
|
+
showValuePercent?: boolean | null | undefined;
|
6763
6982
|
} | null | undefined;
|
6764
6983
|
color?: {
|
6765
6984
|
colorScheme?: string[] | null | undefined;
|
@@ -6996,6 +7215,9 @@ export declare class Builder implements VSeedBuilder {
|
|
6996
7215
|
backgroundColor?: string | null | undefined;
|
6997
7216
|
label?: {
|
6998
7217
|
enable?: boolean | null | undefined;
|
7218
|
+
wrap?: boolean | null | undefined;
|
7219
|
+
showValue?: boolean | null | undefined;
|
7220
|
+
showValuePercent?: boolean | null | undefined;
|
6999
7221
|
} | null | undefined;
|
7000
7222
|
color?: {
|
7001
7223
|
colorScheme?: string[] | null | undefined;
|
@@ -7020,6 +7242,9 @@ export declare class Builder implements VSeedBuilder {
|
|
7020
7242
|
backgroundColor?: string | null | undefined;
|
7021
7243
|
label?: {
|
7022
7244
|
enable?: boolean | null | undefined;
|
7245
|
+
wrap?: boolean | null | undefined;
|
7246
|
+
showValue?: boolean | null | undefined;
|
7247
|
+
showValuePercent?: boolean | null | undefined;
|
7023
7248
|
} | null | undefined;
|
7024
7249
|
color?: {
|
7025
7250
|
colorScheme?: string[] | null | undefined;
|
@@ -7044,6 +7269,9 @@ export declare class Builder implements VSeedBuilder {
|
|
7044
7269
|
backgroundColor?: string | null | undefined;
|
7045
7270
|
label?: {
|
7046
7271
|
enable?: boolean | null | undefined;
|
7272
|
+
wrap?: boolean | null | undefined;
|
7273
|
+
showValue?: boolean | null | undefined;
|
7274
|
+
showValuePercent?: boolean | null | undefined;
|
7047
7275
|
} | null | undefined;
|
7048
7276
|
color?: {
|
7049
7277
|
colorScheme?: string[] | null | undefined;
|
@@ -7068,6 +7296,9 @@ export declare class Builder implements VSeedBuilder {
|
|
7068
7296
|
backgroundColor?: string | null | undefined;
|
7069
7297
|
label?: {
|
7070
7298
|
enable?: boolean | null | undefined;
|
7299
|
+
wrap?: boolean | null | undefined;
|
7300
|
+
showValue?: boolean | null | undefined;
|
7301
|
+
showValuePercent?: boolean | null | undefined;
|
7071
7302
|
} | null | undefined;
|
7072
7303
|
color?: {
|
7073
7304
|
colorScheme?: string[] | null | undefined;
|
@@ -7092,6 +7323,9 @@ export declare class Builder implements VSeedBuilder {
|
|
7092
7323
|
backgroundColor?: string | null | undefined;
|
7093
7324
|
label?: {
|
7094
7325
|
enable?: boolean | null | undefined;
|
7326
|
+
wrap?: boolean | null | undefined;
|
7327
|
+
showValue?: boolean | null | undefined;
|
7328
|
+
showValuePercent?: boolean | null | undefined;
|
7095
7329
|
} | null | undefined;
|
7096
7330
|
color?: {
|
7097
7331
|
colorScheme?: string[] | null | undefined;
|
@@ -7116,6 +7350,9 @@ export declare class Builder implements VSeedBuilder {
|
|
7116
7350
|
backgroundColor?: string | null | undefined;
|
7117
7351
|
label?: {
|
7118
7352
|
enable?: boolean | null | undefined;
|
7353
|
+
wrap?: boolean | null | undefined;
|
7354
|
+
showValue?: boolean | null | undefined;
|
7355
|
+
showValuePercent?: boolean | null | undefined;
|
7119
7356
|
} | null | undefined;
|
7120
7357
|
color?: {
|
7121
7358
|
colorScheme?: string[] | null | undefined;
|
@@ -7140,6 +7377,9 @@ export declare class Builder implements VSeedBuilder {
|
|
7140
7377
|
backgroundColor?: string | null | undefined;
|
7141
7378
|
label?: {
|
7142
7379
|
enable?: boolean | null | undefined;
|
7380
|
+
wrap?: boolean | null | undefined;
|
7381
|
+
showValue?: boolean | null | undefined;
|
7382
|
+
showValuePercent?: boolean | null | undefined;
|
7143
7383
|
} | null | undefined;
|
7144
7384
|
color?: {
|
7145
7385
|
colorScheme?: string[] | null | undefined;
|
@@ -7522,7 +7762,7 @@ export declare class Builder implements VSeedBuilder {
|
|
7522
7762
|
* @example Builder.getTheme('light'), 获取浅色主题
|
7523
7763
|
* @returns 主题配置
|
7524
7764
|
*/
|
7525
|
-
static getTheme: (themeKey
|
7765
|
+
static getTheme: (themeKey?: string) => {
|
7526
7766
|
config?: {
|
7527
7767
|
table?: {
|
7528
7768
|
backgroundColor?: string | null | undefined;
|
@@ -7560,6 +7800,9 @@ export declare class Builder implements VSeedBuilder {
|
|
7560
7800
|
backgroundColor?: string | null | undefined;
|
7561
7801
|
label?: {
|
7562
7802
|
enable?: boolean | null | undefined;
|
7803
|
+
wrap?: boolean | null | undefined;
|
7804
|
+
showValue?: boolean | null | undefined;
|
7805
|
+
showValuePercent?: boolean | null | undefined;
|
7563
7806
|
} | null | undefined;
|
7564
7807
|
color?: {
|
7565
7808
|
colorScheme?: string[] | null | undefined;
|
@@ -7670,6 +7913,9 @@ export declare class Builder implements VSeedBuilder {
|
|
7670
7913
|
backgroundColor?: string | null | undefined;
|
7671
7914
|
label?: {
|
7672
7915
|
enable?: boolean | null | undefined;
|
7916
|
+
wrap?: boolean | null | undefined;
|
7917
|
+
showValue?: boolean | null | undefined;
|
7918
|
+
showValuePercent?: boolean | null | undefined;
|
7673
7919
|
} | null | undefined;
|
7674
7920
|
color?: {
|
7675
7921
|
colorScheme?: string[] | null | undefined;
|
@@ -7781,6 +8027,9 @@ export declare class Builder implements VSeedBuilder {
|
|
7781
8027
|
backgroundColor?: string | null | undefined;
|
7782
8028
|
label?: {
|
7783
8029
|
enable?: boolean | null | undefined;
|
8030
|
+
wrap?: boolean | null | undefined;
|
8031
|
+
showValue?: boolean | null | undefined;
|
8032
|
+
showValuePercent?: boolean | null | undefined;
|
7784
8033
|
} | null | undefined;
|
7785
8034
|
color?: {
|
7786
8035
|
colorScheme?: string[] | null | undefined;
|
@@ -7892,6 +8141,9 @@ export declare class Builder implements VSeedBuilder {
|
|
7892
8141
|
backgroundColor?: string | null | undefined;
|
7893
8142
|
label?: {
|
7894
8143
|
enable?: boolean | null | undefined;
|
8144
|
+
wrap?: boolean | null | undefined;
|
8145
|
+
showValue?: boolean | null | undefined;
|
8146
|
+
showValuePercent?: boolean | null | undefined;
|
7895
8147
|
} | null | undefined;
|
7896
8148
|
color?: {
|
7897
8149
|
colorScheme?: string[] | null | undefined;
|
@@ -8003,6 +8255,9 @@ export declare class Builder implements VSeedBuilder {
|
|
8003
8255
|
backgroundColor?: string | null | undefined;
|
8004
8256
|
label?: {
|
8005
8257
|
enable?: boolean | null | undefined;
|
8258
|
+
wrap?: boolean | null | undefined;
|
8259
|
+
showValue?: boolean | null | undefined;
|
8260
|
+
showValuePercent?: boolean | null | undefined;
|
8006
8261
|
} | null | undefined;
|
8007
8262
|
color?: {
|
8008
8263
|
colorScheme?: string[] | null | undefined;
|
@@ -8114,6 +8369,9 @@ export declare class Builder implements VSeedBuilder {
|
|
8114
8369
|
backgroundColor?: string | null | undefined;
|
8115
8370
|
label?: {
|
8116
8371
|
enable?: boolean | null | undefined;
|
8372
|
+
wrap?: boolean | null | undefined;
|
8373
|
+
showValue?: boolean | null | undefined;
|
8374
|
+
showValuePercent?: boolean | null | undefined;
|
8117
8375
|
} | null | undefined;
|
8118
8376
|
color?: {
|
8119
8377
|
colorScheme?: string[] | null | undefined;
|
@@ -8225,6 +8483,9 @@ export declare class Builder implements VSeedBuilder {
|
|
8225
8483
|
backgroundColor?: string | null | undefined;
|
8226
8484
|
label?: {
|
8227
8485
|
enable?: boolean | null | undefined;
|
8486
|
+
wrap?: boolean | null | undefined;
|
8487
|
+
showValue?: boolean | null | undefined;
|
8488
|
+
showValuePercent?: boolean | null | undefined;
|
8228
8489
|
} | null | undefined;
|
8229
8490
|
color?: {
|
8230
8491
|
colorScheme?: string[] | null | undefined;
|
@@ -8336,6 +8597,9 @@ export declare class Builder implements VSeedBuilder {
|
|
8336
8597
|
backgroundColor?: string | null | undefined;
|
8337
8598
|
label?: {
|
8338
8599
|
enable?: boolean | null | undefined;
|
8600
|
+
wrap?: boolean | null | undefined;
|
8601
|
+
showValue?: boolean | null | undefined;
|
8602
|
+
showValuePercent?: boolean | null | undefined;
|
8339
8603
|
} | null | undefined;
|
8340
8604
|
color?: {
|
8341
8605
|
colorScheme?: string[] | null | undefined;
|
@@ -8446,6 +8710,9 @@ export declare class Builder implements VSeedBuilder {
|
|
8446
8710
|
backgroundColor?: string | null | undefined;
|
8447
8711
|
label?: {
|
8448
8712
|
enable?: boolean | null | undefined;
|
8713
|
+
wrap?: boolean | null | undefined;
|
8714
|
+
showValue?: boolean | null | undefined;
|
8715
|
+
showValuePercent?: boolean | null | undefined;
|
8449
8716
|
} | null | undefined;
|
8450
8717
|
color?: {
|
8451
8718
|
colorScheme?: string[] | null | undefined;
|
@@ -8556,6 +8823,9 @@ export declare class Builder implements VSeedBuilder {
|
|
8556
8823
|
backgroundColor?: string | null | undefined;
|
8557
8824
|
label?: {
|
8558
8825
|
enable?: boolean | null | undefined;
|
8826
|
+
wrap?: boolean | null | undefined;
|
8827
|
+
showValue?: boolean | null | undefined;
|
8828
|
+
showValuePercent?: boolean | null | undefined;
|
8559
8829
|
} | null | undefined;
|
8560
8830
|
color?: {
|
8561
8831
|
colorScheme?: string[] | null | undefined;
|
@@ -8667,6 +8937,9 @@ export declare class Builder implements VSeedBuilder {
|
|
8667
8937
|
backgroundColor?: string | null | undefined;
|
8668
8938
|
label?: {
|
8669
8939
|
enable?: boolean | null | undefined;
|
8940
|
+
wrap?: boolean | null | undefined;
|
8941
|
+
showValue?: boolean | null | undefined;
|
8942
|
+
showValuePercent?: boolean | null | undefined;
|
8670
8943
|
} | null | undefined;
|
8671
8944
|
color?: {
|
8672
8945
|
colorScheme?: string[] | null | undefined;
|
@@ -8903,6 +9176,9 @@ export declare class Builder implements VSeedBuilder {
|
|
8903
9176
|
backgroundColor?: string | null | undefined;
|
8904
9177
|
label?: {
|
8905
9178
|
enable?: boolean | null | undefined;
|
9179
|
+
wrap?: boolean | null | undefined;
|
9180
|
+
showValue?: boolean | null | undefined;
|
9181
|
+
showValuePercent?: boolean | null | undefined;
|
8906
9182
|
} | null | undefined;
|
8907
9183
|
color?: {
|
8908
9184
|
colorScheme?: string[] | null | undefined;
|
@@ -8927,6 +9203,9 @@ export declare class Builder implements VSeedBuilder {
|
|
8927
9203
|
backgroundColor?: string | null | undefined;
|
8928
9204
|
label?: {
|
8929
9205
|
enable?: boolean | null | undefined;
|
9206
|
+
wrap?: boolean | null | undefined;
|
9207
|
+
showValue?: boolean | null | undefined;
|
9208
|
+
showValuePercent?: boolean | null | undefined;
|
8930
9209
|
} | null | undefined;
|
8931
9210
|
color?: {
|
8932
9211
|
colorScheme?: string[] | null | undefined;
|
@@ -8951,6 +9230,9 @@ export declare class Builder implements VSeedBuilder {
|
|
8951
9230
|
backgroundColor?: string | null | undefined;
|
8952
9231
|
label?: {
|
8953
9232
|
enable?: boolean | null | undefined;
|
9233
|
+
wrap?: boolean | null | undefined;
|
9234
|
+
showValue?: boolean | null | undefined;
|
9235
|
+
showValuePercent?: boolean | null | undefined;
|
8954
9236
|
} | null | undefined;
|
8955
9237
|
color?: {
|
8956
9238
|
colorScheme?: string[] | null | undefined;
|
@@ -8975,6 +9257,9 @@ export declare class Builder implements VSeedBuilder {
|
|
8975
9257
|
backgroundColor?: string | null | undefined;
|
8976
9258
|
label?: {
|
8977
9259
|
enable?: boolean | null | undefined;
|
9260
|
+
wrap?: boolean | null | undefined;
|
9261
|
+
showValue?: boolean | null | undefined;
|
9262
|
+
showValuePercent?: boolean | null | undefined;
|
8978
9263
|
} | null | undefined;
|
8979
9264
|
color?: {
|
8980
9265
|
colorScheme?: string[] | null | undefined;
|
@@ -8999,6 +9284,9 @@ export declare class Builder implements VSeedBuilder {
|
|
8999
9284
|
backgroundColor?: string | null | undefined;
|
9000
9285
|
label?: {
|
9001
9286
|
enable?: boolean | null | undefined;
|
9287
|
+
wrap?: boolean | null | undefined;
|
9288
|
+
showValue?: boolean | null | undefined;
|
9289
|
+
showValuePercent?: boolean | null | undefined;
|
9002
9290
|
} | null | undefined;
|
9003
9291
|
color?: {
|
9004
9292
|
colorScheme?: string[] | null | undefined;
|
@@ -9023,6 +9311,9 @@ export declare class Builder implements VSeedBuilder {
|
|
9023
9311
|
backgroundColor?: string | null | undefined;
|
9024
9312
|
label?: {
|
9025
9313
|
enable?: boolean | null | undefined;
|
9314
|
+
wrap?: boolean | null | undefined;
|
9315
|
+
showValue?: boolean | null | undefined;
|
9316
|
+
showValuePercent?: boolean | null | undefined;
|
9026
9317
|
} | null | undefined;
|
9027
9318
|
color?: {
|
9028
9319
|
colorScheme?: string[] | null | undefined;
|
@@ -9047,6 +9338,9 @@ export declare class Builder implements VSeedBuilder {
|
|
9047
9338
|
backgroundColor?: string | null | undefined;
|
9048
9339
|
label?: {
|
9049
9340
|
enable?: boolean | null | undefined;
|
9341
|
+
wrap?: boolean | null | undefined;
|
9342
|
+
showValue?: boolean | null | undefined;
|
9343
|
+
showValuePercent?: boolean | null | undefined;
|
9050
9344
|
} | null | undefined;
|
9051
9345
|
color?: {
|
9052
9346
|
colorScheme?: string[] | null | undefined;
|
@@ -9112,6 +9406,9 @@ export declare class Builder implements VSeedBuilder {
|
|
9112
9406
|
backgroundColor?: string | null | undefined;
|
9113
9407
|
label?: {
|
9114
9408
|
enable?: boolean | null | undefined;
|
9409
|
+
wrap?: boolean | null | undefined;
|
9410
|
+
showValue?: boolean | null | undefined;
|
9411
|
+
showValuePercent?: boolean | null | undefined;
|
9115
9412
|
} | null | undefined;
|
9116
9413
|
color?: {
|
9117
9414
|
colorScheme?: string[] | null | undefined;
|
@@ -9222,6 +9519,9 @@ export declare class Builder implements VSeedBuilder {
|
|
9222
9519
|
backgroundColor?: string | null | undefined;
|
9223
9520
|
label?: {
|
9224
9521
|
enable?: boolean | null | undefined;
|
9522
|
+
wrap?: boolean | null | undefined;
|
9523
|
+
showValue?: boolean | null | undefined;
|
9524
|
+
showValuePercent?: boolean | null | undefined;
|
9225
9525
|
} | null | undefined;
|
9226
9526
|
color?: {
|
9227
9527
|
colorScheme?: string[] | null | undefined;
|
@@ -9333,6 +9633,9 @@ export declare class Builder implements VSeedBuilder {
|
|
9333
9633
|
backgroundColor?: string | null | undefined;
|
9334
9634
|
label?: {
|
9335
9635
|
enable?: boolean | null | undefined;
|
9636
|
+
wrap?: boolean | null | undefined;
|
9637
|
+
showValue?: boolean | null | undefined;
|
9638
|
+
showValuePercent?: boolean | null | undefined;
|
9336
9639
|
} | null | undefined;
|
9337
9640
|
color?: {
|
9338
9641
|
colorScheme?: string[] | null | undefined;
|
@@ -9444,6 +9747,9 @@ export declare class Builder implements VSeedBuilder {
|
|
9444
9747
|
backgroundColor?: string | null | undefined;
|
9445
9748
|
label?: {
|
9446
9749
|
enable?: boolean | null | undefined;
|
9750
|
+
wrap?: boolean | null | undefined;
|
9751
|
+
showValue?: boolean | null | undefined;
|
9752
|
+
showValuePercent?: boolean | null | undefined;
|
9447
9753
|
} | null | undefined;
|
9448
9754
|
color?: {
|
9449
9755
|
colorScheme?: string[] | null | undefined;
|
@@ -9555,6 +9861,9 @@ export declare class Builder implements VSeedBuilder {
|
|
9555
9861
|
backgroundColor?: string | null | undefined;
|
9556
9862
|
label?: {
|
9557
9863
|
enable?: boolean | null | undefined;
|
9864
|
+
wrap?: boolean | null | undefined;
|
9865
|
+
showValue?: boolean | null | undefined;
|
9866
|
+
showValuePercent?: boolean | null | undefined;
|
9558
9867
|
} | null | undefined;
|
9559
9868
|
color?: {
|
9560
9869
|
colorScheme?: string[] | null | undefined;
|
@@ -9666,6 +9975,9 @@ export declare class Builder implements VSeedBuilder {
|
|
9666
9975
|
backgroundColor?: string | null | undefined;
|
9667
9976
|
label?: {
|
9668
9977
|
enable?: boolean | null | undefined;
|
9978
|
+
wrap?: boolean | null | undefined;
|
9979
|
+
showValue?: boolean | null | undefined;
|
9980
|
+
showValuePercent?: boolean | null | undefined;
|
9669
9981
|
} | null | undefined;
|
9670
9982
|
color?: {
|
9671
9983
|
colorScheme?: string[] | null | undefined;
|
@@ -9777,6 +10089,9 @@ export declare class Builder implements VSeedBuilder {
|
|
9777
10089
|
backgroundColor?: string | null | undefined;
|
9778
10090
|
label?: {
|
9779
10091
|
enable?: boolean | null | undefined;
|
10092
|
+
wrap?: boolean | null | undefined;
|
10093
|
+
showValue?: boolean | null | undefined;
|
10094
|
+
showValuePercent?: boolean | null | undefined;
|
9780
10095
|
} | null | undefined;
|
9781
10096
|
color?: {
|
9782
10097
|
colorScheme?: string[] | null | undefined;
|
@@ -9888,6 +10203,9 @@ export declare class Builder implements VSeedBuilder {
|
|
9888
10203
|
backgroundColor?: string | null | undefined;
|
9889
10204
|
label?: {
|
9890
10205
|
enable?: boolean | null | undefined;
|
10206
|
+
wrap?: boolean | null | undefined;
|
10207
|
+
showValue?: boolean | null | undefined;
|
10208
|
+
showValuePercent?: boolean | null | undefined;
|
9891
10209
|
} | null | undefined;
|
9892
10210
|
color?: {
|
9893
10211
|
colorScheme?: string[] | null | undefined;
|
@@ -9998,6 +10316,9 @@ export declare class Builder implements VSeedBuilder {
|
|
9998
10316
|
backgroundColor?: string | null | undefined;
|
9999
10317
|
label?: {
|
10000
10318
|
enable?: boolean | null | undefined;
|
10319
|
+
wrap?: boolean | null | undefined;
|
10320
|
+
showValue?: boolean | null | undefined;
|
10321
|
+
showValuePercent?: boolean | null | undefined;
|
10001
10322
|
} | null | undefined;
|
10002
10323
|
color?: {
|
10003
10324
|
colorScheme?: string[] | null | undefined;
|
@@ -10108,6 +10429,9 @@ export declare class Builder implements VSeedBuilder {
|
|
10108
10429
|
backgroundColor?: string | null | undefined;
|
10109
10430
|
label?: {
|
10110
10431
|
enable?: boolean | null | undefined;
|
10432
|
+
wrap?: boolean | null | undefined;
|
10433
|
+
showValue?: boolean | null | undefined;
|
10434
|
+
showValuePercent?: boolean | null | undefined;
|
10111
10435
|
} | null | undefined;
|
10112
10436
|
color?: {
|
10113
10437
|
colorScheme?: string[] | null | undefined;
|
@@ -10219,6 +10543,9 @@ export declare class Builder implements VSeedBuilder {
|
|
10219
10543
|
backgroundColor?: string | null | undefined;
|
10220
10544
|
label?: {
|
10221
10545
|
enable?: boolean | null | undefined;
|
10546
|
+
wrap?: boolean | null | undefined;
|
10547
|
+
showValue?: boolean | null | undefined;
|
10548
|
+
showValuePercent?: boolean | null | undefined;
|
10222
10549
|
} | null | undefined;
|
10223
10550
|
color?: {
|
10224
10551
|
colorScheme?: string[] | null | undefined;
|
@@ -10455,6 +10782,9 @@ export declare class Builder implements VSeedBuilder {
|
|
10455
10782
|
backgroundColor?: string | null | undefined;
|
10456
10783
|
label?: {
|
10457
10784
|
enable?: boolean | null | undefined;
|
10785
|
+
wrap?: boolean | null | undefined;
|
10786
|
+
showValue?: boolean | null | undefined;
|
10787
|
+
showValuePercent?: boolean | null | undefined;
|
10458
10788
|
} | null | undefined;
|
10459
10789
|
color?: {
|
10460
10790
|
colorScheme?: string[] | null | undefined;
|
@@ -10479,6 +10809,9 @@ export declare class Builder implements VSeedBuilder {
|
|
10479
10809
|
backgroundColor?: string | null | undefined;
|
10480
10810
|
label?: {
|
10481
10811
|
enable?: boolean | null | undefined;
|
10812
|
+
wrap?: boolean | null | undefined;
|
10813
|
+
showValue?: boolean | null | undefined;
|
10814
|
+
showValuePercent?: boolean | null | undefined;
|
10482
10815
|
} | null | undefined;
|
10483
10816
|
color?: {
|
10484
10817
|
colorScheme?: string[] | null | undefined;
|
@@ -10503,6 +10836,9 @@ export declare class Builder implements VSeedBuilder {
|
|
10503
10836
|
backgroundColor?: string | null | undefined;
|
10504
10837
|
label?: {
|
10505
10838
|
enable?: boolean | null | undefined;
|
10839
|
+
wrap?: boolean | null | undefined;
|
10840
|
+
showValue?: boolean | null | undefined;
|
10841
|
+
showValuePercent?: boolean | null | undefined;
|
10506
10842
|
} | null | undefined;
|
10507
10843
|
color?: {
|
10508
10844
|
colorScheme?: string[] | null | undefined;
|
@@ -10527,6 +10863,9 @@ export declare class Builder implements VSeedBuilder {
|
|
10527
10863
|
backgroundColor?: string | null | undefined;
|
10528
10864
|
label?: {
|
10529
10865
|
enable?: boolean | null | undefined;
|
10866
|
+
wrap?: boolean | null | undefined;
|
10867
|
+
showValue?: boolean | null | undefined;
|
10868
|
+
showValuePercent?: boolean | null | undefined;
|
10530
10869
|
} | null | undefined;
|
10531
10870
|
color?: {
|
10532
10871
|
colorScheme?: string[] | null | undefined;
|
@@ -10551,6 +10890,9 @@ export declare class Builder implements VSeedBuilder {
|
|
10551
10890
|
backgroundColor?: string | null | undefined;
|
10552
10891
|
label?: {
|
10553
10892
|
enable?: boolean | null | undefined;
|
10893
|
+
wrap?: boolean | null | undefined;
|
10894
|
+
showValue?: boolean | null | undefined;
|
10895
|
+
showValuePercent?: boolean | null | undefined;
|
10554
10896
|
} | null | undefined;
|
10555
10897
|
color?: {
|
10556
10898
|
colorScheme?: string[] | null | undefined;
|
@@ -10575,6 +10917,9 @@ export declare class Builder implements VSeedBuilder {
|
|
10575
10917
|
backgroundColor?: string | null | undefined;
|
10576
10918
|
label?: {
|
10577
10919
|
enable?: boolean | null | undefined;
|
10920
|
+
wrap?: boolean | null | undefined;
|
10921
|
+
showValue?: boolean | null | undefined;
|
10922
|
+
showValuePercent?: boolean | null | undefined;
|
10578
10923
|
} | null | undefined;
|
10579
10924
|
color?: {
|
10580
10925
|
colorScheme?: string[] | null | undefined;
|
@@ -10599,6 +10944,9 @@ export declare class Builder implements VSeedBuilder {
|
|
10599
10944
|
backgroundColor?: string | null | undefined;
|
10600
10945
|
label?: {
|
10601
10946
|
enable?: boolean | null | undefined;
|
10947
|
+
wrap?: boolean | null | undefined;
|
10948
|
+
showValue?: boolean | null | undefined;
|
10949
|
+
showValuePercent?: boolean | null | undefined;
|
10602
10950
|
} | null | undefined;
|
10603
10951
|
color?: {
|
10604
10952
|
colorScheme?: string[] | null | undefined;
|