@visactor/vseed 0.0.40 → 0.1.1
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/builder/builder/builder.d.ts +61 -671
- package/dist/builder/register/chartType/index.d.ts +0 -1
- package/dist/dataReshape/constant.d.ts +17 -2
- package/dist/dataReshape/dataReshapeByEncoding.d.ts +11 -0
- package/dist/dataReshape/index.d.ts +3 -7
- package/dist/dataReshape/unfoldDimensions.d.ts +12 -14
- package/dist/index.cjs +1184 -1891
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1106 -1822
- package/dist/index.js.map +1 -1
- package/dist/pipeline/advanced/chart/pipeline/index.d.ts +0 -1
- package/dist/pipeline/advanced/chart/pipes/analysis/index.d.ts +3 -1
- package/dist/pipeline/advanced/chart/pipes/analysis/sort.d.ts +0 -4
- package/dist/pipeline/advanced/chart/pipes/{encoding/encodingAR.d.ts → analysis/sortLegend.d.ts} +1 -1
- package/dist/pipeline/advanced/chart/pipes/analysis/sortXBand.d.ts +3 -0
- package/dist/pipeline/advanced/chart/pipes/{encoding/encodingPie.d.ts → analysis/sortYBand.d.ts} +1 -1
- package/dist/pipeline/advanced/chart/pipes/encoding/{encodingFunnel.d.ts → bar.d.ts} +1 -1
- package/dist/pipeline/advanced/chart/pipes/encoding/{encodingAreaRange.d.ts → column.d.ts} +1 -1
- package/dist/pipeline/advanced/chart/pipes/encoding/dualAxis.d.ts +2 -0
- package/dist/pipeline/advanced/chart/pipes/encoding/funnel.d.ts +2 -0
- package/dist/pipeline/advanced/chart/pipes/encoding/heatmap.d.ts +2 -0
- package/dist/pipeline/advanced/chart/pipes/encoding/index.d.ts +8 -9
- package/dist/pipeline/advanced/chart/pipes/encoding/{encodingMatrix.d.ts → pie.d.ts} +1 -1
- package/dist/pipeline/advanced/chart/pipes/encoding/radar.d.ts +2 -0
- package/dist/pipeline/advanced/chart/pipes/encoding/rose.d.ts +2 -0
- package/dist/pipeline/advanced/chart/pipes/encoding/scatter.d.ts +2 -0
- package/dist/pipeline/advanced/chart/pipes/init/autoScatterMeasures.d.ts +2 -0
- package/dist/pipeline/advanced/chart/pipes/init/index.d.ts +2 -1
- package/dist/pipeline/advanced/chart/pipes/reshape/index.d.ts +4 -12
- package/dist/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithDualEncoding.d.ts +2 -0
- package/dist/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithEncoding.d.ts +2 -0
- package/dist/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithScatterEncoding.d.ts +2 -0
- package/dist/pipeline/advanced/chart/pipes/reshape/reshapeWithDualEncoding.d.ts +2 -0
- package/dist/pipeline/advanced/chart/pipes/reshape/reshapeWithEncoding.d.ts +2 -0
- package/dist/pipeline/advanced/chart/pipes/reshape/reshapeWithScatterEncoding.d.ts +2 -0
- package/dist/pipeline/spec/chart/pipeline/index.d.ts +0 -1
- package/dist/pipeline/spec/chart/pipes/color/index.d.ts +0 -1
- package/dist/pipeline/spec/chart/pipes/{color/linearColor.d.ts → dataset/datasetScatter.d.ts} +1 -1
- package/dist/pipeline/spec/chart/pipes/dataset/index.d.ts +1 -0
- package/dist/pipeline/spec/chart/pipes/init/index.d.ts +1 -2
- package/dist/pipeline/spec/chart/pipes/legend/index.d.ts +0 -1
- package/dist/pipeline/spec/chart/pipes/tooltip/index.d.ts +0 -1
- package/dist/types/advancedVSeed.d.ts +26 -311
- package/dist/types/chartType/area/area.d.ts +13 -1
- package/dist/types/chartType/area/zArea.d.ts +14 -0
- package/dist/types/chartType/areaPercent/areaPercent.d.ts +13 -1
- package/dist/types/chartType/areaPercent/zAreaPercent.d.ts +14 -0
- package/dist/types/chartType/bar/bar.d.ts +22 -30
- package/dist/types/chartType/bar/zBar.d.ts +14 -0
- package/dist/types/chartType/barParallel/barParallel.d.ts +21 -30
- package/dist/types/chartType/barParallel/zBarParallel.d.ts +14 -0
- package/dist/types/chartType/barPercent/barPercent.d.ts +19 -21
- package/dist/types/chartType/barPercent/zBarPercent.d.ts +14 -0
- package/dist/types/chartType/column/column.d.ts +19 -28
- package/dist/types/chartType/column/zColumn.d.ts +14 -0
- package/dist/types/chartType/columnParallel/columnParallel.d.ts +22 -27
- package/dist/types/chartType/columnParallel/zColumnParallel.d.ts +14 -0
- package/dist/types/chartType/columnPercent/columnPercent.d.ts +19 -25
- package/dist/types/chartType/columnPercent/zColumnPercent.d.ts +14 -0
- package/dist/types/chartType/donut/donut.d.ts +12 -1
- package/dist/types/chartType/donut/zDonut.d.ts +14 -0
- package/dist/types/chartType/dualAxis/dualAxis.d.ts +13 -1
- package/dist/types/chartType/funnel/funnel.d.ts +12 -1
- package/dist/types/chartType/funnel/zFunnel.d.ts +14 -0
- package/dist/types/chartType/heatmap/heatmap.d.ts +13 -1
- package/dist/types/chartType/index.d.ts +0 -1
- package/dist/types/chartType/line/line.d.ts +17 -10
- package/dist/types/chartType/line/zLine.d.ts +14 -0
- package/dist/types/chartType/pie/pie.d.ts +12 -1
- package/dist/types/chartType/pie/zPie.d.ts +14 -0
- package/dist/types/chartType/radar/radar.d.ts +13 -1
- package/dist/types/chartType/radar/zRadar.d.ts +14 -0
- package/dist/types/chartType/rose/rose.d.ts +13 -1
- package/dist/types/chartType/rose/zRose.d.ts +14 -0
- package/dist/types/chartType/roseParallel/roseParallel.d.ts +13 -1
- package/dist/types/chartType/roseParallel/zRoseParallel.d.ts +14 -0
- package/dist/types/chartType/scatter/scatter.d.ts +92 -5
- package/dist/types/chartType/scatter/zScatter.d.ts +155 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/properties/chartType/chartType.d.ts +1 -3
- package/dist/types/properties/config/config.d.ts +0 -307
- package/dist/types/properties/datasetReshapeInfo/datasetReshapeInfo.d.ts +13 -38
- package/dist/types/properties/datasetReshapeInfo/index.d.ts +1 -1
- package/dist/types/properties/datasetReshapeInfo/zDatasetReshapeInfo.d.ts +43 -0
- package/dist/types/properties/encoding/encoding.d.ts +49 -16
- package/dist/types/properties/encoding/index.d.ts +2 -2
- package/dist/types/properties/encoding/zEncoding.d.ts +29 -0
- package/dist/types/properties/measures/index.d.ts +4 -2
- package/dist/types/properties/measures/scatterMeasures.d.ts +6 -0
- package/dist/types/properties/measures/zScatterMeasures.d.ts +283 -0
- package/dist/types/properties/theme/customTheme.d.ts +0 -306
- package/dist/types/vseed.d.ts +2 -16816
- package/dist/types/zVseed.d.ts +15738 -0
- package/dist/umd/index.js +1134 -1847
- package/dist/umd/index.js.map +1 -1
- package/package.json +13 -5
- package/dist/builder/register/chartType/areaRange.d.ts +0 -1
- package/dist/dataReshape/dataReshapeFor1D.d.ts +0 -19
- package/dist/dataReshape/dataReshapeFor1D1M.d.ts +0 -19
- package/dist/dataReshape/dataReshapeFor1D2M.d.ts +0 -19
- package/dist/dataReshape/dataReshapeFor2D1M.d.ts +0 -19
- package/dist/dataReshape/dataReshapeFor2D1M0Name.d.ts +0 -19
- package/dist/dataReshape/unfoldZeroDimensions.d.ts +0 -10
- package/dist/pipeline/advanced/chart/pipeline/areaRange.d.ts +0 -2
- package/dist/pipeline/advanced/chart/pipes/encoding/encodingRose.d.ts +0 -2
- package/dist/pipeline/advanced/chart/pipes/encoding/encodingXY.d.ts +0 -2
- package/dist/pipeline/advanced/chart/pipes/encoding/encodingXYY.d.ts +0 -2
- package/dist/pipeline/advanced/chart/pipes/encoding/encodingYX.d.ts +0 -2
- package/dist/pipeline/advanced/chart/pipes/encoding/encodingYY.d.ts +0 -2
- package/dist/pipeline/advanced/chart/pipes/init/autoMeasuresBy2M1Group.d.ts +0 -8
- package/dist/pipeline/advanced/chart/pipes/reshape/pivotReshapeTo1D.d.ts +0 -8
- package/dist/pipeline/advanced/chart/pipes/reshape/pivotReshapeTo1D1M.d.ts +0 -8
- package/dist/pipeline/advanced/chart/pipes/reshape/pivotReshapeTo1D2M.d.ts +0 -8
- package/dist/pipeline/advanced/chart/pipes/reshape/pivotReshapeTo2D1M.d.ts +0 -8
- package/dist/pipeline/advanced/chart/pipes/reshape/pivotReshapeTo2D1M0Name.d.ts +0 -8
- package/dist/pipeline/advanced/chart/pipes/reshape/pivotReshapeTo2D2M.d.ts +0 -8
- package/dist/pipeline/advanced/chart/pipes/reshape/reshapeTo1D.d.ts +0 -8
- package/dist/pipeline/advanced/chart/pipes/reshape/reshapeTo1D1M.d.ts +0 -8
- package/dist/pipeline/advanced/chart/pipes/reshape/reshapeTo1D2M.d.ts +0 -8
- package/dist/pipeline/advanced/chart/pipes/reshape/reshapeTo2D1M.d.ts +0 -8
- package/dist/pipeline/advanced/chart/pipes/reshape/reshapeTo2D1M0Name.d.ts +0 -8
- package/dist/pipeline/advanced/chart/pipes/reshape/reshapeTo2D2M.d.ts +0 -8
- package/dist/pipeline/spec/chart/pipeline/areaRange.d.ts +0 -1
- package/dist/pipeline/spec/chart/pipes/init/areaRange.d.ts +0 -4
- package/dist/pipeline/spec/chart/pipes/legend/colorLegend.d.ts +0 -2
- package/dist/pipeline/spec/chart/pipes/tooltip/tooltipAreaRange.d.ts +0 -2
- package/dist/types/chartType/areaRange/areaRange.d.ts +0 -151
- package/dist/types/chartType/areaRange/index.d.ts +0 -2
- package/dist/types/chartType/areaRange/zAreaRange.d.ts +0 -1427
- /package/dist/pipeline/spec/chart/pipes/init/{initDualAxis.d.ts → dualAxis.d.ts} +0 -0
@@ -46,7 +46,7 @@ export declare class Builder implements VSeedBuilder {
|
|
46
46
|
* @returns advancedVSeed
|
47
47
|
*/
|
48
48
|
get advancedVSeed(): {
|
49
|
-
chartType: "table" | "pivotTable" | "line" | "column" | "columnPercent" | "columnParallel" | "bar" | "barPercent" | "barParallel" | "area" | "areaPercent" | "
|
49
|
+
chartType: "table" | "pivotTable" | "line" | "column" | "columnPercent" | "columnParallel" | "bar" | "barPercent" | "barParallel" | "area" | "areaPercent" | "scatter" | "dualAxis" | "rose" | "roseParallel" | "pie" | "donut" | "radar" | "heatmap" | "funnel";
|
50
50
|
dataset: Record<string | number, any>[];
|
51
51
|
datasetReshapeInfo: {
|
52
52
|
id: string;
|
@@ -58,10 +58,14 @@ export declare class Builder implements VSeedBuilder {
|
|
58
58
|
measureValue: string;
|
59
59
|
};
|
60
60
|
unfoldInfo: {
|
61
|
+
encodingX: string;
|
62
|
+
encodingY: string;
|
63
|
+
encodingColor: string;
|
64
|
+
encodingColorId: string;
|
65
|
+
encodingDetail: string;
|
66
|
+
encodingAngle: string;
|
61
67
|
colorItems: string[];
|
62
|
-
groupId: string;
|
63
68
|
colorIdMap: Record<string, string>;
|
64
|
-
groupName: string;
|
65
69
|
};
|
66
70
|
foldInfoList?: {
|
67
71
|
foldMap: Record<string, string | undefined>;
|
@@ -95,12 +99,30 @@ export declare class Builder implements VSeedBuilder {
|
|
95
99
|
encoding: {
|
96
100
|
x?: string[] | null | undefined;
|
97
101
|
y?: string[] | null | undefined;
|
102
|
+
angle?: string[] | null | undefined;
|
103
|
+
radius?: string[] | null | undefined;
|
104
|
+
detail?: string[] | null | undefined;
|
98
105
|
color?: string[] | null | undefined;
|
106
|
+
size?: string[] | null | undefined;
|
107
|
+
tooltip?: string[] | null | undefined;
|
108
|
+
label?: string[] | null | undefined;
|
109
|
+
row?: string[] | null | undefined;
|
110
|
+
column?: string[] | null | undefined;
|
99
111
|
group?: string[] | null | undefined;
|
112
|
+
};
|
113
|
+
encodings: {
|
114
|
+
x?: string[] | null | undefined;
|
115
|
+
y?: string[] | null | undefined;
|
100
116
|
angle?: string[] | null | undefined;
|
101
117
|
radius?: string[] | null | undefined;
|
102
|
-
|
118
|
+
detail?: string[] | null | undefined;
|
119
|
+
color?: string[] | null | undefined;
|
103
120
|
size?: string[] | null | undefined;
|
121
|
+
tooltip?: string[] | null | undefined;
|
122
|
+
label?: string[] | null | undefined;
|
123
|
+
row?: string[] | null | undefined;
|
124
|
+
column?: string[] | null | undefined;
|
125
|
+
group?: string[] | null | undefined;
|
104
126
|
}[];
|
105
127
|
config: {
|
106
128
|
table?: {
|
@@ -1122,115 +1144,6 @@ export declare class Builder implements VSeedBuilder {
|
|
1122
1144
|
labelBackgroundColor?: string | null | undefined;
|
1123
1145
|
} | null | undefined;
|
1124
1146
|
} | null | undefined;
|
1125
|
-
areaRange?: {
|
1126
|
-
backgroundColor?: string | null | undefined;
|
1127
|
-
label?: {
|
1128
|
-
enable?: boolean | null | undefined;
|
1129
|
-
} | null | undefined;
|
1130
|
-
color?: {
|
1131
|
-
colorScheme?: string[] | null | undefined;
|
1132
|
-
colorMapping?: Record<string, string> | null | undefined;
|
1133
|
-
} | null | undefined;
|
1134
|
-
tooltip?: {
|
1135
|
-
enable?: boolean | null | undefined;
|
1136
|
-
} | null | undefined;
|
1137
|
-
legend?: {
|
1138
|
-
enable?: boolean | null | undefined;
|
1139
|
-
border?: boolean | null | undefined;
|
1140
|
-
maxSize?: number | null | undefined;
|
1141
|
-
shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
|
1142
|
-
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
1143
|
-
labelFontSize?: number | null | undefined;
|
1144
|
-
labelFontColor?: string | null | undefined;
|
1145
|
-
labelFontWeight?: string | number | null | undefined;
|
1146
|
-
} | null | undefined;
|
1147
|
-
xAxis?: {
|
1148
|
-
visible?: boolean | null | undefined;
|
1149
|
-
labelAutoHide?: boolean | null | undefined;
|
1150
|
-
labelAutoHideGap?: number | null | undefined;
|
1151
|
-
labelAutoRotate?: boolean | null | undefined;
|
1152
|
-
labelAutoRotateAngleRange?: number[] | null | undefined;
|
1153
|
-
labelAutoLimit?: boolean | null | undefined;
|
1154
|
-
labelAutoLimitLength?: number | null | undefined;
|
1155
|
-
label?: {
|
1156
|
-
visible?: boolean | null | undefined;
|
1157
|
-
labelColor?: string | null | undefined;
|
1158
|
-
labelFontSize?: number | null | undefined;
|
1159
|
-
labelFontWeight?: number | null | undefined;
|
1160
|
-
labelAngle?: number | null | undefined;
|
1161
|
-
} | null | undefined;
|
1162
|
-
line?: {
|
1163
|
-
visible?: boolean | null | undefined;
|
1164
|
-
lineColor?: string | null | undefined;
|
1165
|
-
lineWidth?: number | null | undefined;
|
1166
|
-
} | null | undefined;
|
1167
|
-
tick?: {
|
1168
|
-
visible?: boolean | null | undefined;
|
1169
|
-
tickInside?: boolean | null | undefined;
|
1170
|
-
tickColor?: string | null | undefined;
|
1171
|
-
tickSize?: number | null | undefined;
|
1172
|
-
} | null | undefined;
|
1173
|
-
title?: {
|
1174
|
-
visible?: boolean | null | undefined;
|
1175
|
-
titleText?: string | null | undefined;
|
1176
|
-
titleColor?: string | null | undefined;
|
1177
|
-
titleFontSize?: number | null | undefined;
|
1178
|
-
titleFontWeight?: number | null | undefined;
|
1179
|
-
} | null | undefined;
|
1180
|
-
grid?: {
|
1181
|
-
visible?: boolean | null | undefined;
|
1182
|
-
gridColor?: string | null | undefined;
|
1183
|
-
gridWidth?: number | null | undefined;
|
1184
|
-
} | null | undefined;
|
1185
|
-
} | null | undefined;
|
1186
|
-
yAxis?: {
|
1187
|
-
visible?: boolean | null | undefined;
|
1188
|
-
min?: number | null | undefined;
|
1189
|
-
max?: number | null | undefined;
|
1190
|
-
nice?: boolean | null | undefined;
|
1191
|
-
zero?: boolean | null | undefined;
|
1192
|
-
log?: boolean | null | undefined;
|
1193
|
-
logBase?: number | null | undefined;
|
1194
|
-
inverse?: boolean | null | undefined;
|
1195
|
-
label?: {
|
1196
|
-
visible?: boolean | null | undefined;
|
1197
|
-
labelColor?: string | null | undefined;
|
1198
|
-
labelFontSize?: number | null | undefined;
|
1199
|
-
labelFontWeight?: number | null | undefined;
|
1200
|
-
labelAngle?: number | null | undefined;
|
1201
|
-
} | null | undefined;
|
1202
|
-
line?: {
|
1203
|
-
visible?: boolean | null | undefined;
|
1204
|
-
lineColor?: string | null | undefined;
|
1205
|
-
lineWidth?: number | null | undefined;
|
1206
|
-
} | null | undefined;
|
1207
|
-
tick?: {
|
1208
|
-
visible?: boolean | null | undefined;
|
1209
|
-
tickInside?: boolean | null | undefined;
|
1210
|
-
tickColor?: string | null | undefined;
|
1211
|
-
tickSize?: number | null | undefined;
|
1212
|
-
} | null | undefined;
|
1213
|
-
title?: {
|
1214
|
-
visible?: boolean | null | undefined;
|
1215
|
-
titleText?: string | null | undefined;
|
1216
|
-
titleColor?: string | null | undefined;
|
1217
|
-
titleFontSize?: number | null | undefined;
|
1218
|
-
titleFontWeight?: number | null | undefined;
|
1219
|
-
} | null | undefined;
|
1220
|
-
grid?: {
|
1221
|
-
visible?: boolean | null | undefined;
|
1222
|
-
gridColor?: string | null | undefined;
|
1223
|
-
gridWidth?: number | null | undefined;
|
1224
|
-
} | null | undefined;
|
1225
|
-
} | null | undefined;
|
1226
|
-
crosshairLine?: {
|
1227
|
-
visible?: boolean | null | undefined;
|
1228
|
-
lineColor?: string | null | undefined;
|
1229
|
-
labelColor?: string | null | undefined;
|
1230
|
-
labelVisible?: boolean | null | undefined;
|
1231
|
-
labelBackgroundColor?: string | null | undefined;
|
1232
|
-
} | null | undefined;
|
1233
|
-
} | null | undefined;
|
1234
1147
|
scatter?: {
|
1235
1148
|
backgroundColor?: string | null | undefined;
|
1236
1149
|
label?: {
|
@@ -2991,115 +2904,6 @@ export declare class Builder implements VSeedBuilder {
|
|
2991
2904
|
labelBackgroundColor?: string | null | undefined;
|
2992
2905
|
} | null | undefined;
|
2993
2906
|
} | null | undefined;
|
2994
|
-
areaRange?: {
|
2995
|
-
backgroundColor?: string | null | undefined;
|
2996
|
-
label?: {
|
2997
|
-
enable?: boolean | null | undefined;
|
2998
|
-
} | null | undefined;
|
2999
|
-
color?: {
|
3000
|
-
colorScheme?: string[] | null | undefined;
|
3001
|
-
colorMapping?: Record<string, string> | null | undefined;
|
3002
|
-
} | null | undefined;
|
3003
|
-
tooltip?: {
|
3004
|
-
enable?: boolean | null | undefined;
|
3005
|
-
} | null | undefined;
|
3006
|
-
legend?: {
|
3007
|
-
enable?: boolean | null | undefined;
|
3008
|
-
border?: boolean | null | undefined;
|
3009
|
-
maxSize?: number | null | undefined;
|
3010
|
-
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;
|
3011
|
-
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
3012
|
-
labelFontSize?: number | null | undefined;
|
3013
|
-
labelFontColor?: string | null | undefined;
|
3014
|
-
labelFontWeight?: string | number | null | undefined;
|
3015
|
-
} | null | undefined;
|
3016
|
-
xAxis?: {
|
3017
|
-
visible?: boolean | null | undefined;
|
3018
|
-
labelAutoHide?: boolean | null | undefined;
|
3019
|
-
labelAutoHideGap?: number | null | undefined;
|
3020
|
-
labelAutoRotate?: boolean | null | undefined;
|
3021
|
-
labelAutoRotateAngleRange?: number[] | null | undefined;
|
3022
|
-
labelAutoLimit?: boolean | null | undefined;
|
3023
|
-
labelAutoLimitLength?: number | null | undefined;
|
3024
|
-
label?: {
|
3025
|
-
visible?: boolean | null | undefined;
|
3026
|
-
labelColor?: string | null | undefined;
|
3027
|
-
labelFontSize?: number | null | undefined;
|
3028
|
-
labelFontWeight?: number | null | undefined;
|
3029
|
-
labelAngle?: number | null | undefined;
|
3030
|
-
} | null | undefined;
|
3031
|
-
line?: {
|
3032
|
-
visible?: boolean | null | undefined;
|
3033
|
-
lineColor?: string | null | undefined;
|
3034
|
-
lineWidth?: number | null | undefined;
|
3035
|
-
} | null | undefined;
|
3036
|
-
tick?: {
|
3037
|
-
visible?: boolean | null | undefined;
|
3038
|
-
tickInside?: boolean | null | undefined;
|
3039
|
-
tickColor?: string | null | undefined;
|
3040
|
-
tickSize?: number | null | undefined;
|
3041
|
-
} | null | undefined;
|
3042
|
-
title?: {
|
3043
|
-
visible?: boolean | null | undefined;
|
3044
|
-
titleText?: string | null | undefined;
|
3045
|
-
titleColor?: string | null | undefined;
|
3046
|
-
titleFontSize?: number | null | undefined;
|
3047
|
-
titleFontWeight?: number | null | undefined;
|
3048
|
-
} | null | undefined;
|
3049
|
-
grid?: {
|
3050
|
-
visible?: boolean | null | undefined;
|
3051
|
-
gridColor?: string | null | undefined;
|
3052
|
-
gridWidth?: number | null | undefined;
|
3053
|
-
} | null | undefined;
|
3054
|
-
} | null | undefined;
|
3055
|
-
yAxis?: {
|
3056
|
-
visible?: boolean | null | undefined;
|
3057
|
-
min?: number | null | undefined;
|
3058
|
-
max?: number | null | undefined;
|
3059
|
-
nice?: boolean | null | undefined;
|
3060
|
-
zero?: boolean | null | undefined;
|
3061
|
-
log?: boolean | null | undefined;
|
3062
|
-
logBase?: number | null | undefined;
|
3063
|
-
inverse?: boolean | null | undefined;
|
3064
|
-
label?: {
|
3065
|
-
visible?: boolean | null | undefined;
|
3066
|
-
labelColor?: string | null | undefined;
|
3067
|
-
labelFontSize?: number | null | undefined;
|
3068
|
-
labelFontWeight?: number | null | undefined;
|
3069
|
-
labelAngle?: number | null | undefined;
|
3070
|
-
} | null | undefined;
|
3071
|
-
line?: {
|
3072
|
-
visible?: boolean | null | undefined;
|
3073
|
-
lineColor?: string | null | undefined;
|
3074
|
-
lineWidth?: number | null | undefined;
|
3075
|
-
} | null | undefined;
|
3076
|
-
tick?: {
|
3077
|
-
visible?: boolean | null | undefined;
|
3078
|
-
tickInside?: boolean | null | undefined;
|
3079
|
-
tickColor?: string | null | undefined;
|
3080
|
-
tickSize?: number | null | undefined;
|
3081
|
-
} | null | undefined;
|
3082
|
-
title?: {
|
3083
|
-
visible?: boolean | null | undefined;
|
3084
|
-
titleText?: string | null | undefined;
|
3085
|
-
titleColor?: string | null | undefined;
|
3086
|
-
titleFontSize?: number | null | undefined;
|
3087
|
-
titleFontWeight?: number | null | undefined;
|
3088
|
-
} | null | undefined;
|
3089
|
-
grid?: {
|
3090
|
-
visible?: boolean | null | undefined;
|
3091
|
-
gridColor?: string | null | undefined;
|
3092
|
-
gridWidth?: number | null | undefined;
|
3093
|
-
} | null | undefined;
|
3094
|
-
} | null | undefined;
|
3095
|
-
crosshairLine?: {
|
3096
|
-
visible?: boolean | null | undefined;
|
3097
|
-
lineColor?: string | null | undefined;
|
3098
|
-
labelColor?: string | null | undefined;
|
3099
|
-
labelVisible?: boolean | null | undefined;
|
3100
|
-
labelBackgroundColor?: string | null | undefined;
|
3101
|
-
} | null | undefined;
|
3102
|
-
} | null | undefined;
|
3103
2907
|
scatter?: {
|
3104
2908
|
backgroundColor?: string | null | undefined;
|
3105
2909
|
label?: {
|
@@ -3936,7 +3740,7 @@ export declare class Builder implements VSeedBuilder {
|
|
3936
3740
|
* @param value advancedVSeed
|
3937
3741
|
*/
|
3938
3742
|
set advancedVSeed(value: {
|
3939
|
-
chartType: "table" | "pivotTable" | "line" | "column" | "columnPercent" | "columnParallel" | "bar" | "barPercent" | "barParallel" | "area" | "areaPercent" | "
|
3743
|
+
chartType: "table" | "pivotTable" | "line" | "column" | "columnPercent" | "columnParallel" | "bar" | "barPercent" | "barParallel" | "area" | "areaPercent" | "scatter" | "dualAxis" | "rose" | "roseParallel" | "pie" | "donut" | "radar" | "heatmap" | "funnel";
|
3940
3744
|
dataset: Record<string | number, any>[];
|
3941
3745
|
datasetReshapeInfo: {
|
3942
3746
|
id: string;
|
@@ -3948,10 +3752,14 @@ export declare class Builder implements VSeedBuilder {
|
|
3948
3752
|
measureValue: string;
|
3949
3753
|
};
|
3950
3754
|
unfoldInfo: {
|
3755
|
+
encodingX: string;
|
3756
|
+
encodingY: string;
|
3757
|
+
encodingColor: string;
|
3758
|
+
encodingColorId: string;
|
3759
|
+
encodingDetail: string;
|
3760
|
+
encodingAngle: string;
|
3951
3761
|
colorItems: string[];
|
3952
|
-
groupId: string;
|
3953
3762
|
colorIdMap: Record<string, string>;
|
3954
|
-
groupName: string;
|
3955
3763
|
};
|
3956
3764
|
foldInfoList?: {
|
3957
3765
|
foldMap: Record<string, string | undefined>;
|
@@ -3985,12 +3793,30 @@ export declare class Builder implements VSeedBuilder {
|
|
3985
3793
|
encoding: {
|
3986
3794
|
x?: string[] | null | undefined;
|
3987
3795
|
y?: string[] | null | undefined;
|
3796
|
+
angle?: string[] | null | undefined;
|
3797
|
+
radius?: string[] | null | undefined;
|
3798
|
+
detail?: string[] | null | undefined;
|
3988
3799
|
color?: string[] | null | undefined;
|
3800
|
+
size?: string[] | null | undefined;
|
3801
|
+
tooltip?: string[] | null | undefined;
|
3802
|
+
label?: string[] | null | undefined;
|
3803
|
+
row?: string[] | null | undefined;
|
3804
|
+
column?: string[] | null | undefined;
|
3989
3805
|
group?: string[] | null | undefined;
|
3806
|
+
};
|
3807
|
+
encodings: {
|
3808
|
+
x?: string[] | null | undefined;
|
3809
|
+
y?: string[] | null | undefined;
|
3990
3810
|
angle?: string[] | null | undefined;
|
3991
3811
|
radius?: string[] | null | undefined;
|
3992
|
-
|
3812
|
+
detail?: string[] | null | undefined;
|
3813
|
+
color?: string[] | null | undefined;
|
3993
3814
|
size?: string[] | null | undefined;
|
3815
|
+
tooltip?: string[] | null | undefined;
|
3816
|
+
label?: string[] | null | undefined;
|
3817
|
+
row?: string[] | null | undefined;
|
3818
|
+
column?: string[] | null | undefined;
|
3819
|
+
group?: string[] | null | undefined;
|
3994
3820
|
}[];
|
3995
3821
|
config: {
|
3996
3822
|
table?: {
|
@@ -5012,7 +4838,7 @@ export declare class Builder implements VSeedBuilder {
|
|
5012
4838
|
labelBackgroundColor?: string | null | undefined;
|
5013
4839
|
} | null | undefined;
|
5014
4840
|
} | null | undefined;
|
5015
|
-
|
4841
|
+
scatter?: {
|
5016
4842
|
backgroundColor?: string | null | undefined;
|
5017
4843
|
label?: {
|
5018
4844
|
enable?: boolean | null | undefined;
|
@@ -5036,12 +4862,13 @@ export declare class Builder implements VSeedBuilder {
|
|
5036
4862
|
} | null | undefined;
|
5037
4863
|
xAxis?: {
|
5038
4864
|
visible?: boolean | null | undefined;
|
5039
|
-
|
5040
|
-
|
5041
|
-
|
5042
|
-
|
5043
|
-
|
5044
|
-
|
4865
|
+
min?: number | null | undefined;
|
4866
|
+
max?: number | null | undefined;
|
4867
|
+
nice?: boolean | null | undefined;
|
4868
|
+
zero?: boolean | null | undefined;
|
4869
|
+
log?: boolean | null | undefined;
|
4870
|
+
logBase?: number | null | undefined;
|
4871
|
+
inverse?: boolean | null | undefined;
|
5045
4872
|
label?: {
|
5046
4873
|
visible?: boolean | null | undefined;
|
5047
4874
|
labelColor?: string | null | undefined;
|
@@ -5121,117 +4948,7 @@ export declare class Builder implements VSeedBuilder {
|
|
5121
4948
|
labelBackgroundColor?: string | null | undefined;
|
5122
4949
|
} | null | undefined;
|
5123
4950
|
} | null | undefined;
|
5124
|
-
|
5125
|
-
backgroundColor?: string | null | undefined;
|
5126
|
-
label?: {
|
5127
|
-
enable?: boolean | null | undefined;
|
5128
|
-
} | null | undefined;
|
5129
|
-
color?: {
|
5130
|
-
colorScheme?: string[] | null | undefined;
|
5131
|
-
colorMapping?: Record<string, string> | null | undefined;
|
5132
|
-
} | null | undefined;
|
5133
|
-
tooltip?: {
|
5134
|
-
enable?: boolean | null | undefined;
|
5135
|
-
} | null | undefined;
|
5136
|
-
legend?: {
|
5137
|
-
enable?: boolean | null | undefined;
|
5138
|
-
border?: boolean | null | undefined;
|
5139
|
-
maxSize?: number | null | undefined;
|
5140
|
-
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;
|
5141
|
-
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
5142
|
-
labelFontSize?: number | null | undefined;
|
5143
|
-
labelFontColor?: string | null | undefined;
|
5144
|
-
labelFontWeight?: string | number | null | undefined;
|
5145
|
-
} | null | undefined;
|
5146
|
-
xAxis?: {
|
5147
|
-
visible?: boolean | null | undefined;
|
5148
|
-
min?: number | null | undefined;
|
5149
|
-
max?: number | null | undefined;
|
5150
|
-
nice?: boolean | null | undefined;
|
5151
|
-
zero?: boolean | null | undefined;
|
5152
|
-
log?: boolean | null | undefined;
|
5153
|
-
logBase?: number | null | undefined;
|
5154
|
-
inverse?: boolean | null | undefined;
|
5155
|
-
label?: {
|
5156
|
-
visible?: boolean | null | undefined;
|
5157
|
-
labelColor?: string | null | undefined;
|
5158
|
-
labelFontSize?: number | null | undefined;
|
5159
|
-
labelFontWeight?: number | null | undefined;
|
5160
|
-
labelAngle?: number | null | undefined;
|
5161
|
-
} | null | undefined;
|
5162
|
-
line?: {
|
5163
|
-
visible?: boolean | null | undefined;
|
5164
|
-
lineColor?: string | null | undefined;
|
5165
|
-
lineWidth?: number | null | undefined;
|
5166
|
-
} | null | undefined;
|
5167
|
-
tick?: {
|
5168
|
-
visible?: boolean | null | undefined;
|
5169
|
-
tickInside?: boolean | null | undefined;
|
5170
|
-
tickColor?: string | null | undefined;
|
5171
|
-
tickSize?: number | null | undefined;
|
5172
|
-
} | null | undefined;
|
5173
|
-
title?: {
|
5174
|
-
visible?: boolean | null | undefined;
|
5175
|
-
titleText?: string | null | undefined;
|
5176
|
-
titleColor?: string | null | undefined;
|
5177
|
-
titleFontSize?: number | null | undefined;
|
5178
|
-
titleFontWeight?: number | null | undefined;
|
5179
|
-
} | null | undefined;
|
5180
|
-
grid?: {
|
5181
|
-
visible?: boolean | null | undefined;
|
5182
|
-
gridColor?: string | null | undefined;
|
5183
|
-
gridWidth?: number | null | undefined;
|
5184
|
-
} | null | undefined;
|
5185
|
-
} | null | undefined;
|
5186
|
-
yAxis?: {
|
5187
|
-
visible?: boolean | null | undefined;
|
5188
|
-
min?: number | null | undefined;
|
5189
|
-
max?: number | null | undefined;
|
5190
|
-
nice?: boolean | null | undefined;
|
5191
|
-
zero?: boolean | null | undefined;
|
5192
|
-
log?: boolean | null | undefined;
|
5193
|
-
logBase?: number | null | undefined;
|
5194
|
-
inverse?: boolean | null | undefined;
|
5195
|
-
label?: {
|
5196
|
-
visible?: boolean | null | undefined;
|
5197
|
-
labelColor?: string | null | undefined;
|
5198
|
-
labelFontSize?: number | null | undefined;
|
5199
|
-
labelFontWeight?: number | null | undefined;
|
5200
|
-
labelAngle?: number | null | undefined;
|
5201
|
-
} | null | undefined;
|
5202
|
-
line?: {
|
5203
|
-
visible?: boolean | null | undefined;
|
5204
|
-
lineColor?: string | null | undefined;
|
5205
|
-
lineWidth?: number | null | undefined;
|
5206
|
-
} | null | undefined;
|
5207
|
-
tick?: {
|
5208
|
-
visible?: boolean | null | undefined;
|
5209
|
-
tickInside?: boolean | null | undefined;
|
5210
|
-
tickColor?: string | null | undefined;
|
5211
|
-
tickSize?: number | null | undefined;
|
5212
|
-
} | null | undefined;
|
5213
|
-
title?: {
|
5214
|
-
visible?: boolean | null | undefined;
|
5215
|
-
titleText?: string | null | undefined;
|
5216
|
-
titleColor?: string | null | undefined;
|
5217
|
-
titleFontSize?: number | null | undefined;
|
5218
|
-
titleFontWeight?: number | null | undefined;
|
5219
|
-
} | null | undefined;
|
5220
|
-
grid?: {
|
5221
|
-
visible?: boolean | null | undefined;
|
5222
|
-
gridColor?: string | null | undefined;
|
5223
|
-
gridWidth?: number | null | undefined;
|
5224
|
-
} | null | undefined;
|
5225
|
-
} | null | undefined;
|
5226
|
-
crosshairLine?: {
|
5227
|
-
visible?: boolean | null | undefined;
|
5228
|
-
lineColor?: string | null | undefined;
|
5229
|
-
labelColor?: string | null | undefined;
|
5230
|
-
labelVisible?: boolean | null | undefined;
|
5231
|
-
labelBackgroundColor?: string | null | undefined;
|
5232
|
-
} | null | undefined;
|
5233
|
-
} | null | undefined;
|
5234
|
-
dualAxis?: {
|
4951
|
+
dualAxis?: {
|
5235
4952
|
backgroundColor?: string | null | undefined;
|
5236
4953
|
label?: {
|
5237
4954
|
enable?: boolean | null | undefined;
|
@@ -6881,115 +6598,6 @@ export declare class Builder implements VSeedBuilder {
|
|
6881
6598
|
labelBackgroundColor?: string | null | undefined;
|
6882
6599
|
} | null | undefined;
|
6883
6600
|
} | null | undefined;
|
6884
|
-
areaRange?: {
|
6885
|
-
backgroundColor?: string | null | undefined;
|
6886
|
-
label?: {
|
6887
|
-
enable?: boolean | null | undefined;
|
6888
|
-
} | null | undefined;
|
6889
|
-
color?: {
|
6890
|
-
colorScheme?: string[] | null | undefined;
|
6891
|
-
colorMapping?: Record<string, string> | null | undefined;
|
6892
|
-
} | null | undefined;
|
6893
|
-
tooltip?: {
|
6894
|
-
enable?: boolean | null | undefined;
|
6895
|
-
} | null | undefined;
|
6896
|
-
legend?: {
|
6897
|
-
enable?: boolean | null | undefined;
|
6898
|
-
border?: boolean | null | undefined;
|
6899
|
-
maxSize?: number | null | undefined;
|
6900
|
-
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;
|
6901
|
-
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
6902
|
-
labelFontSize?: number | null | undefined;
|
6903
|
-
labelFontColor?: string | null | undefined;
|
6904
|
-
labelFontWeight?: string | number | null | undefined;
|
6905
|
-
} | null | undefined;
|
6906
|
-
xAxis?: {
|
6907
|
-
visible?: boolean | null | undefined;
|
6908
|
-
labelAutoHide?: boolean | null | undefined;
|
6909
|
-
labelAutoHideGap?: number | null | undefined;
|
6910
|
-
labelAutoRotate?: boolean | null | undefined;
|
6911
|
-
labelAutoRotateAngleRange?: number[] | null | undefined;
|
6912
|
-
labelAutoLimit?: boolean | null | undefined;
|
6913
|
-
labelAutoLimitLength?: number | null | undefined;
|
6914
|
-
label?: {
|
6915
|
-
visible?: boolean | null | undefined;
|
6916
|
-
labelColor?: string | null | undefined;
|
6917
|
-
labelFontSize?: number | null | undefined;
|
6918
|
-
labelFontWeight?: number | null | undefined;
|
6919
|
-
labelAngle?: number | null | undefined;
|
6920
|
-
} | null | undefined;
|
6921
|
-
line?: {
|
6922
|
-
visible?: boolean | null | undefined;
|
6923
|
-
lineColor?: string | null | undefined;
|
6924
|
-
lineWidth?: number | null | undefined;
|
6925
|
-
} | null | undefined;
|
6926
|
-
tick?: {
|
6927
|
-
visible?: boolean | null | undefined;
|
6928
|
-
tickInside?: boolean | null | undefined;
|
6929
|
-
tickColor?: string | null | undefined;
|
6930
|
-
tickSize?: number | null | undefined;
|
6931
|
-
} | null | undefined;
|
6932
|
-
title?: {
|
6933
|
-
visible?: boolean | null | undefined;
|
6934
|
-
titleText?: string | null | undefined;
|
6935
|
-
titleColor?: string | null | undefined;
|
6936
|
-
titleFontSize?: number | null | undefined;
|
6937
|
-
titleFontWeight?: number | null | undefined;
|
6938
|
-
} | null | undefined;
|
6939
|
-
grid?: {
|
6940
|
-
visible?: boolean | null | undefined;
|
6941
|
-
gridColor?: string | null | undefined;
|
6942
|
-
gridWidth?: number | null | undefined;
|
6943
|
-
} | null | undefined;
|
6944
|
-
} | null | undefined;
|
6945
|
-
yAxis?: {
|
6946
|
-
visible?: boolean | null | undefined;
|
6947
|
-
min?: number | null | undefined;
|
6948
|
-
max?: number | null | undefined;
|
6949
|
-
nice?: boolean | null | undefined;
|
6950
|
-
zero?: boolean | null | undefined;
|
6951
|
-
log?: boolean | null | undefined;
|
6952
|
-
logBase?: number | null | undefined;
|
6953
|
-
inverse?: boolean | null | undefined;
|
6954
|
-
label?: {
|
6955
|
-
visible?: boolean | null | undefined;
|
6956
|
-
labelColor?: string | null | undefined;
|
6957
|
-
labelFontSize?: number | null | undefined;
|
6958
|
-
labelFontWeight?: number | null | undefined;
|
6959
|
-
labelAngle?: number | null | undefined;
|
6960
|
-
} | null | undefined;
|
6961
|
-
line?: {
|
6962
|
-
visible?: boolean | null | undefined;
|
6963
|
-
lineColor?: string | null | undefined;
|
6964
|
-
lineWidth?: number | null | undefined;
|
6965
|
-
} | null | undefined;
|
6966
|
-
tick?: {
|
6967
|
-
visible?: boolean | null | undefined;
|
6968
|
-
tickInside?: boolean | null | undefined;
|
6969
|
-
tickColor?: string | null | undefined;
|
6970
|
-
tickSize?: number | null | undefined;
|
6971
|
-
} | null | undefined;
|
6972
|
-
title?: {
|
6973
|
-
visible?: boolean | null | undefined;
|
6974
|
-
titleText?: string | null | undefined;
|
6975
|
-
titleColor?: string | null | undefined;
|
6976
|
-
titleFontSize?: number | null | undefined;
|
6977
|
-
titleFontWeight?: number | null | undefined;
|
6978
|
-
} | null | undefined;
|
6979
|
-
grid?: {
|
6980
|
-
visible?: boolean | null | undefined;
|
6981
|
-
gridColor?: string | null | undefined;
|
6982
|
-
gridWidth?: number | null | undefined;
|
6983
|
-
} | null | undefined;
|
6984
|
-
} | null | undefined;
|
6985
|
-
crosshairLine?: {
|
6986
|
-
visible?: boolean | null | undefined;
|
6987
|
-
lineColor?: string | null | undefined;
|
6988
|
-
labelColor?: string | null | undefined;
|
6989
|
-
labelVisible?: boolean | null | undefined;
|
6990
|
-
labelBackgroundColor?: string | null | undefined;
|
6991
|
-
} | null | undefined;
|
6992
|
-
} | null | undefined;
|
6993
6601
|
scatter?: {
|
6994
6602
|
backgroundColor?: string | null | undefined;
|
6995
6603
|
label?: {
|
@@ -8879,115 +8487,6 @@ export declare class Builder implements VSeedBuilder {
|
|
8879
8487
|
labelBackgroundColor?: string | null | undefined;
|
8880
8488
|
} | null | undefined;
|
8881
8489
|
} | null | undefined;
|
8882
|
-
areaRange?: {
|
8883
|
-
backgroundColor?: string | null | undefined;
|
8884
|
-
label?: {
|
8885
|
-
enable?: boolean | null | undefined;
|
8886
|
-
} | null | undefined;
|
8887
|
-
color?: {
|
8888
|
-
colorScheme?: string[] | null | undefined;
|
8889
|
-
colorMapping?: Record<string, string> | null | undefined;
|
8890
|
-
} | null | undefined;
|
8891
|
-
tooltip?: {
|
8892
|
-
enable?: boolean | null | undefined;
|
8893
|
-
} | null | undefined;
|
8894
|
-
legend?: {
|
8895
|
-
enable?: boolean | null | undefined;
|
8896
|
-
border?: boolean | null | undefined;
|
8897
|
-
maxSize?: number | null | undefined;
|
8898
|
-
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;
|
8899
|
-
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
8900
|
-
labelFontSize?: number | null | undefined;
|
8901
|
-
labelFontColor?: string | null | undefined;
|
8902
|
-
labelFontWeight?: string | number | null | undefined;
|
8903
|
-
} | null | undefined;
|
8904
|
-
xAxis?: {
|
8905
|
-
visible?: boolean | null | undefined;
|
8906
|
-
labelAutoHide?: boolean | null | undefined;
|
8907
|
-
labelAutoHideGap?: number | null | undefined;
|
8908
|
-
labelAutoRotate?: boolean | null | undefined;
|
8909
|
-
labelAutoRotateAngleRange?: number[] | null | undefined;
|
8910
|
-
labelAutoLimit?: boolean | null | undefined;
|
8911
|
-
labelAutoLimitLength?: number | null | undefined;
|
8912
|
-
label?: {
|
8913
|
-
visible?: boolean | null | undefined;
|
8914
|
-
labelColor?: string | null | undefined;
|
8915
|
-
labelFontSize?: number | null | undefined;
|
8916
|
-
labelFontWeight?: number | null | undefined;
|
8917
|
-
labelAngle?: number | null | undefined;
|
8918
|
-
} | null | undefined;
|
8919
|
-
line?: {
|
8920
|
-
visible?: boolean | null | undefined;
|
8921
|
-
lineColor?: string | null | undefined;
|
8922
|
-
lineWidth?: number | null | undefined;
|
8923
|
-
} | null | undefined;
|
8924
|
-
tick?: {
|
8925
|
-
visible?: boolean | null | undefined;
|
8926
|
-
tickInside?: boolean | null | undefined;
|
8927
|
-
tickColor?: string | null | undefined;
|
8928
|
-
tickSize?: number | null | undefined;
|
8929
|
-
} | null | undefined;
|
8930
|
-
title?: {
|
8931
|
-
visible?: boolean | null | undefined;
|
8932
|
-
titleText?: string | null | undefined;
|
8933
|
-
titleColor?: string | null | undefined;
|
8934
|
-
titleFontSize?: number | null | undefined;
|
8935
|
-
titleFontWeight?: number | null | undefined;
|
8936
|
-
} | null | undefined;
|
8937
|
-
grid?: {
|
8938
|
-
visible?: boolean | null | undefined;
|
8939
|
-
gridColor?: string | null | undefined;
|
8940
|
-
gridWidth?: number | null | undefined;
|
8941
|
-
} | null | undefined;
|
8942
|
-
} | null | undefined;
|
8943
|
-
yAxis?: {
|
8944
|
-
visible?: boolean | null | undefined;
|
8945
|
-
min?: number | null | undefined;
|
8946
|
-
max?: number | null | undefined;
|
8947
|
-
nice?: boolean | null | undefined;
|
8948
|
-
zero?: boolean | null | undefined;
|
8949
|
-
log?: boolean | null | undefined;
|
8950
|
-
logBase?: number | null | undefined;
|
8951
|
-
inverse?: boolean | null | undefined;
|
8952
|
-
label?: {
|
8953
|
-
visible?: boolean | null | undefined;
|
8954
|
-
labelColor?: string | null | undefined;
|
8955
|
-
labelFontSize?: number | null | undefined;
|
8956
|
-
labelFontWeight?: number | null | undefined;
|
8957
|
-
labelAngle?: number | null | undefined;
|
8958
|
-
} | null | undefined;
|
8959
|
-
line?: {
|
8960
|
-
visible?: boolean | null | undefined;
|
8961
|
-
lineColor?: string | null | undefined;
|
8962
|
-
lineWidth?: number | null | undefined;
|
8963
|
-
} | null | undefined;
|
8964
|
-
tick?: {
|
8965
|
-
visible?: boolean | null | undefined;
|
8966
|
-
tickInside?: boolean | null | undefined;
|
8967
|
-
tickColor?: string | null | undefined;
|
8968
|
-
tickSize?: number | null | undefined;
|
8969
|
-
} | null | undefined;
|
8970
|
-
title?: {
|
8971
|
-
visible?: boolean | null | undefined;
|
8972
|
-
titleText?: string | null | undefined;
|
8973
|
-
titleColor?: string | null | undefined;
|
8974
|
-
titleFontSize?: number | null | undefined;
|
8975
|
-
titleFontWeight?: number | null | undefined;
|
8976
|
-
} | null | undefined;
|
8977
|
-
grid?: {
|
8978
|
-
visible?: boolean | null | undefined;
|
8979
|
-
gridColor?: string | null | undefined;
|
8980
|
-
gridWidth?: number | null | undefined;
|
8981
|
-
} | null | undefined;
|
8982
|
-
} | null | undefined;
|
8983
|
-
crosshairLine?: {
|
8984
|
-
visible?: boolean | null | undefined;
|
8985
|
-
lineColor?: string | null | undefined;
|
8986
|
-
labelColor?: string | null | undefined;
|
8987
|
-
labelVisible?: boolean | null | undefined;
|
8988
|
-
labelBackgroundColor?: string | null | undefined;
|
8989
|
-
} | null | undefined;
|
8990
|
-
} | null | undefined;
|
8991
8490
|
scatter?: {
|
8992
8491
|
backgroundColor?: string | null | undefined;
|
8993
8492
|
label?: {
|
@@ -10522,115 +10021,6 @@ export declare class Builder implements VSeedBuilder {
|
|
10522
10021
|
labelBackgroundColor?: string | null | undefined;
|
10523
10022
|
} | null | undefined;
|
10524
10023
|
} | null | undefined;
|
10525
|
-
areaRange?: {
|
10526
|
-
backgroundColor?: string | null | undefined;
|
10527
|
-
label?: {
|
10528
|
-
enable?: boolean | null | undefined;
|
10529
|
-
} | null | undefined;
|
10530
|
-
color?: {
|
10531
|
-
colorScheme?: string[] | null | undefined;
|
10532
|
-
colorMapping?: Record<string, string> | null | undefined;
|
10533
|
-
} | null | undefined;
|
10534
|
-
tooltip?: {
|
10535
|
-
enable?: boolean | null | undefined;
|
10536
|
-
} | null | undefined;
|
10537
|
-
legend?: {
|
10538
|
-
enable?: boolean | null | undefined;
|
10539
|
-
border?: boolean | null | undefined;
|
10540
|
-
maxSize?: number | null | undefined;
|
10541
|
-
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;
|
10542
|
-
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
10543
|
-
labelFontSize?: number | null | undefined;
|
10544
|
-
labelFontColor?: string | null | undefined;
|
10545
|
-
labelFontWeight?: string | number | null | undefined;
|
10546
|
-
} | null | undefined;
|
10547
|
-
xAxis?: {
|
10548
|
-
visible?: boolean | null | undefined;
|
10549
|
-
labelAutoHide?: boolean | null | undefined;
|
10550
|
-
labelAutoHideGap?: number | null | undefined;
|
10551
|
-
labelAutoRotate?: boolean | null | undefined;
|
10552
|
-
labelAutoRotateAngleRange?: number[] | null | undefined;
|
10553
|
-
labelAutoLimit?: boolean | null | undefined;
|
10554
|
-
labelAutoLimitLength?: number | null | undefined;
|
10555
|
-
label?: {
|
10556
|
-
visible?: boolean | null | undefined;
|
10557
|
-
labelColor?: string | null | undefined;
|
10558
|
-
labelFontSize?: number | null | undefined;
|
10559
|
-
labelFontWeight?: number | null | undefined;
|
10560
|
-
labelAngle?: number | null | undefined;
|
10561
|
-
} | null | undefined;
|
10562
|
-
line?: {
|
10563
|
-
visible?: boolean | null | undefined;
|
10564
|
-
lineColor?: string | null | undefined;
|
10565
|
-
lineWidth?: number | null | undefined;
|
10566
|
-
} | null | undefined;
|
10567
|
-
tick?: {
|
10568
|
-
visible?: boolean | null | undefined;
|
10569
|
-
tickInside?: boolean | null | undefined;
|
10570
|
-
tickColor?: string | null | undefined;
|
10571
|
-
tickSize?: number | null | undefined;
|
10572
|
-
} | null | undefined;
|
10573
|
-
title?: {
|
10574
|
-
visible?: boolean | null | undefined;
|
10575
|
-
titleText?: string | null | undefined;
|
10576
|
-
titleColor?: string | null | undefined;
|
10577
|
-
titleFontSize?: number | null | undefined;
|
10578
|
-
titleFontWeight?: number | null | undefined;
|
10579
|
-
} | null | undefined;
|
10580
|
-
grid?: {
|
10581
|
-
visible?: boolean | null | undefined;
|
10582
|
-
gridColor?: string | null | undefined;
|
10583
|
-
gridWidth?: number | null | undefined;
|
10584
|
-
} | null | undefined;
|
10585
|
-
} | null | undefined;
|
10586
|
-
yAxis?: {
|
10587
|
-
visible?: boolean | null | undefined;
|
10588
|
-
min?: number | null | undefined;
|
10589
|
-
max?: number | null | undefined;
|
10590
|
-
nice?: boolean | null | undefined;
|
10591
|
-
zero?: boolean | null | undefined;
|
10592
|
-
log?: boolean | null | undefined;
|
10593
|
-
logBase?: number | null | undefined;
|
10594
|
-
inverse?: boolean | null | undefined;
|
10595
|
-
label?: {
|
10596
|
-
visible?: boolean | null | undefined;
|
10597
|
-
labelColor?: string | null | undefined;
|
10598
|
-
labelFontSize?: number | null | undefined;
|
10599
|
-
labelFontWeight?: number | null | undefined;
|
10600
|
-
labelAngle?: number | null | undefined;
|
10601
|
-
} | null | undefined;
|
10602
|
-
line?: {
|
10603
|
-
visible?: boolean | null | undefined;
|
10604
|
-
lineColor?: string | null | undefined;
|
10605
|
-
lineWidth?: number | null | undefined;
|
10606
|
-
} | null | undefined;
|
10607
|
-
tick?: {
|
10608
|
-
visible?: boolean | null | undefined;
|
10609
|
-
tickInside?: boolean | null | undefined;
|
10610
|
-
tickColor?: string | null | undefined;
|
10611
|
-
tickSize?: number | null | undefined;
|
10612
|
-
} | null | undefined;
|
10613
|
-
title?: {
|
10614
|
-
visible?: boolean | null | undefined;
|
10615
|
-
titleText?: string | null | undefined;
|
10616
|
-
titleColor?: string | null | undefined;
|
10617
|
-
titleFontSize?: number | null | undefined;
|
10618
|
-
titleFontWeight?: number | null | undefined;
|
10619
|
-
} | null | undefined;
|
10620
|
-
grid?: {
|
10621
|
-
visible?: boolean | null | undefined;
|
10622
|
-
gridColor?: string | null | undefined;
|
10623
|
-
gridWidth?: number | null | undefined;
|
10624
|
-
} | null | undefined;
|
10625
|
-
} | null | undefined;
|
10626
|
-
crosshairLine?: {
|
10627
|
-
visible?: boolean | null | undefined;
|
10628
|
-
lineColor?: string | null | undefined;
|
10629
|
-
labelColor?: string | null | undefined;
|
10630
|
-
labelVisible?: boolean | null | undefined;
|
10631
|
-
labelBackgroundColor?: string | null | undefined;
|
10632
|
-
} | null | undefined;
|
10633
|
-
} | null | undefined;
|
10634
10024
|
scatter?: {
|
10635
10025
|
backgroundColor?: string | null | undefined;
|
10636
10026
|
label?: {
|