@visactor/vseed 0.1.45 → 0.1.46
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 +3 -3
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/builder/builder/builder.d.ts +86 -14
- package/dist/esm/dataReshape/constant.d.ts +2 -2
- package/dist/esm/dataReshape/constant.js +3 -3
- package/dist/esm/dataReshape/constant.js.map +1 -1
- package/dist/esm/i18n/i18n.js +2 -2
- package/dist/esm/i18n/i18n.js.map +1 -1
- package/dist/esm/i18n/i18nData.d.ts +2 -0
- package/dist/esm/i18n/i18nData.js +41 -5
- package/dist/esm/i18n/i18nData.js.map +1 -0
- package/dist/esm/pipeline/advanced/chart/pipeline/area.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/area.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/areaPercent.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/areaPercent.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/bar.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/bar.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/barParallel.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/barParallel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/barPercent.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/barPercent.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/boxplot.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/boxplot.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/column.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/column.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/columnParallel.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/columnParallel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/columnPercent.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/columnPercent.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/donut.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/donut.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/dualAxis.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/dualAxis.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/funnel.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/funnel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/heatmap.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/heatmap.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/histogram.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/histogram.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/line.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/line.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/pie.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/pie.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/radar.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/radar.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/rose.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/rose.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/roseParallel.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/roseParallel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/index.d.ts +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/index.js +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/pickDimensionsForReshape.d.ts +2 -0
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/pickDimensionsForReshape.js +14 -0
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/pickDimensionsForReshape.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/chart/pipes/measures/pickMeasuresForReshape.d.ts +2 -0
- package/dist/esm/pipeline/advanced/chart/pipes/measures/pickMeasuresForReshape.js +14 -0
- package/dist/esm/pipeline/advanced/chart/pipes/measures/pickMeasuresForReshape.js.map +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithBoxplotEncoding.js +8 -6
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithBoxplotEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithDualEncoding.js +3 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithDualEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithEncoding.js +3 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithHistogramEncoding.js +5 -3
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithHistogramEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithScatterEncoding.js +3 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithScatterEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithBoxplotEncoding.js +8 -6
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithBoxplotEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithDualEncoding.js +3 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithDualEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithEncoding.js +3 -5
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithHistogramEncoding.js +3 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithHistogramEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithScatterEncoding.js +3 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithScatterEncoding.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/boxplot.js +3 -2
- package/dist/esm/pipeline/spec/chart/pipeline/boxplot.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/histogram.js +3 -3
- package/dist/esm/pipeline/spec/chart/pipeline/histogram.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/histogramCrosshair.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/histogramCrosshair.js +27 -0
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/histogramCrosshair.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/index.d.ts +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/index.js +2 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/boxplot.js +3 -3
- package/dist/esm/pipeline/spec/chart/pipes/init/boxplot.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/legend/boxLegend.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/legend/boxLegend.js +15 -0
- package/dist/esm/pipeline/spec/chart/pipes/legend/boxLegend.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.js +3 -4
- package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/ecdfRegressionLine.js +31 -1
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/ecdfRegressionLine.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/linearRegressionLine.js +5 -1
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/linearRegressionLine.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.d.ts +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js +5 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipBoxplot.js +14 -5
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipBoxplot.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHistogram.js +6 -4
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHistogram.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/utils/histogram.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/utils/histogram.js +12 -0
- package/dist/esm/pipeline/spec/chart/utils/histogram.js.map +1 -0
- package/dist/esm/pipeline/utils/measures/delete.d.ts +2 -2
- package/dist/esm/pipeline/utils/measures/delete.js +7 -3
- package/dist/esm/pipeline/utils/measures/delete.js.map +1 -1
- package/dist/esm/pipeline/utils/tree/traverse.d.ts +1 -0
- package/dist/esm/pipeline/utils/tree/traverse.js +12 -1
- package/dist/esm/pipeline/utils/tree/traverse.js.map +1 -1
- package/dist/esm/types/advancedVSeed.d.ts +116 -3
- package/dist/esm/types/advancedVSeed.js +2 -0
- package/dist/esm/types/advancedVSeed.js.map +1 -1
- package/dist/esm/types/chartType/area/zArea.d.ts +12 -3
- package/dist/esm/types/chartType/areaPercent/zAreaPercent.d.ts +12 -3
- package/dist/esm/types/chartType/bar/zBar.d.ts +12 -3
- package/dist/esm/types/chartType/barParallel/zBarParallel.d.ts +12 -3
- package/dist/esm/types/chartType/barPercent/zBarPercent.d.ts +12 -3
- package/dist/esm/types/chartType/boxplot/zBoxplot.d.ts +12 -3
- package/dist/esm/types/chartType/column/zColumn.d.ts +12 -3
- package/dist/esm/types/chartType/columnParallel/zColumnParallel.d.ts +12 -3
- package/dist/esm/types/chartType/columnPercent/zColumnPercent.d.ts +12 -3
- package/dist/esm/types/chartType/donut/zDonut.d.ts +12 -3
- package/dist/esm/types/chartType/dualAxis/zDualAxis.d.ts +42 -15
- package/dist/esm/types/chartType/funnel/zFunnel.d.ts +12 -3
- package/dist/esm/types/chartType/heatmap/zHeatmap.d.ts +12 -3
- package/dist/esm/types/chartType/histogram/zHistogram.d.ts +12 -3
- package/dist/esm/types/chartType/line/zLine.d.ts +12 -3
- package/dist/esm/types/chartType/pie/zPie.d.ts +12 -3
- package/dist/esm/types/chartType/pivotTable/zPivotTable.d.ts +12 -3
- package/dist/esm/types/chartType/radar/zRadar.d.ts +12 -3
- package/dist/esm/types/chartType/rose/zRose.d.ts +12 -3
- package/dist/esm/types/chartType/roseParallel/zRoseParallel.d.ts +12 -3
- package/dist/esm/types/chartType/scatter/zScatter.d.ts +42 -15
- package/dist/esm/types/chartType/table/zTable.d.ts +12 -3
- package/dist/esm/types/properties/measures/zDualMeasures.d.ts +60 -24
- package/dist/esm/types/properties/measures/zMeasures.d.ts +36 -9
- package/dist/esm/types/properties/measures/zMeasures.js +13 -4
- package/dist/esm/types/properties/measures/zMeasures.js.map +1 -1
- package/dist/esm/types/properties/measures/zScatterMeasures.d.ts +60 -24
- package/dist/esm/types/properties/regressionLine/linearRegressionLine.d.ts +5 -0
- package/dist/esm/types/properties/regressionLine/logisticRegressionLine.d.ts +5 -0
- package/dist/esm/types/properties/regressionLine/lowessRegressionLine.d.ts +5 -0
- package/dist/esm/types/properties/regressionLine/polynomialRegressionLine.d.ts +5 -0
- package/dist/esm/types/zVseed.d.ts +324 -90
- package/dist/umd/index.js +273 -144
- package/dist/umd/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/deleteTooltipAndLabelDimensions.d.ts +0 -2
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/deleteTooltipAndLabelDimensions.js +0 -12
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/deleteTooltipAndLabelDimensions.js.map +0 -1
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteEncodingForMeasure.d.ts +0 -2
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteEncodingForMeasure.js +0 -12
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteEncodingForMeasure.js.map +0 -1
|
@@ -2,7 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
export declare const zScatterMeasure: z.ZodObject<{
|
|
3
3
|
id: z.ZodString;
|
|
4
4
|
xMeasures: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
5
|
-
format: z.
|
|
5
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
6
6
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
7
7
|
number: "number";
|
|
8
8
|
percent: "percent";
|
|
@@ -34,8 +34,8 @@ export declare const zScatterMeasure: z.ZodObject<{
|
|
|
34
34
|
}, z.core.$strip>>>;
|
|
35
35
|
id: z.ZodString;
|
|
36
36
|
alias: z.ZodOptional<z.ZodString>;
|
|
37
|
-
autoFormat: z.
|
|
38
|
-
numFormat: z.
|
|
37
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
38
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
39
39
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
40
40
|
number: "number";
|
|
41
41
|
percent: "percent";
|
|
@@ -68,8 +68,8 @@ export declare const zScatterMeasure: z.ZodObject<{
|
|
|
68
68
|
}, z.core.$strip>>, z.ZodObject<{
|
|
69
69
|
id: z.ZodString;
|
|
70
70
|
alias: z.ZodOptional<z.ZodString>;
|
|
71
|
-
autoFormat: z.
|
|
72
|
-
numFormat: z.
|
|
71
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
72
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
73
73
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
74
74
|
number: "number";
|
|
75
75
|
percent: "percent";
|
|
@@ -99,7 +99,7 @@ export declare const zScatterMeasure: z.ZodObject<{
|
|
|
99
99
|
halfEven: "halfEven";
|
|
100
100
|
}>>>;
|
|
101
101
|
}, z.core.$strip>>>;
|
|
102
|
-
format: z.
|
|
102
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
103
103
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
104
104
|
number: "number";
|
|
105
105
|
percent: "percent";
|
|
@@ -131,6 +131,7 @@ export declare const zScatterMeasure: z.ZodObject<{
|
|
|
131
131
|
}, z.core.$strip>>>;
|
|
132
132
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
133
133
|
column: "column";
|
|
134
|
+
value: "value";
|
|
134
135
|
xAxis: "xAxis";
|
|
135
136
|
yAxis: "yAxis";
|
|
136
137
|
angle: "angle";
|
|
@@ -142,11 +143,19 @@ export declare const zScatterMeasure: z.ZodObject<{
|
|
|
142
143
|
secondaryYAxis: "secondaryYAxis";
|
|
143
144
|
radius: "radius";
|
|
144
145
|
size: "size";
|
|
146
|
+
q1: "q1";
|
|
147
|
+
median: "median";
|
|
148
|
+
q3: "q3";
|
|
149
|
+
min: "min";
|
|
150
|
+
max: "max";
|
|
151
|
+
outliers: "outliers";
|
|
152
|
+
x0: "x0";
|
|
153
|
+
x1: "x1";
|
|
145
154
|
}>>;
|
|
146
155
|
parentId: z.ZodOptional<z.ZodString>;
|
|
147
156
|
}, z.core.$strip>]>>;
|
|
148
157
|
yMeasures: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
149
|
-
format: z.
|
|
158
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
150
159
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
151
160
|
number: "number";
|
|
152
161
|
percent: "percent";
|
|
@@ -178,8 +187,8 @@ export declare const zScatterMeasure: z.ZodObject<{
|
|
|
178
187
|
}, z.core.$strip>>>;
|
|
179
188
|
id: z.ZodString;
|
|
180
189
|
alias: z.ZodOptional<z.ZodString>;
|
|
181
|
-
autoFormat: z.
|
|
182
|
-
numFormat: z.
|
|
190
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
191
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
183
192
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
184
193
|
number: "number";
|
|
185
194
|
percent: "percent";
|
|
@@ -212,8 +221,8 @@ export declare const zScatterMeasure: z.ZodObject<{
|
|
|
212
221
|
}, z.core.$strip>>, z.ZodObject<{
|
|
213
222
|
id: z.ZodString;
|
|
214
223
|
alias: z.ZodOptional<z.ZodString>;
|
|
215
|
-
autoFormat: z.
|
|
216
|
-
numFormat: z.
|
|
224
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
225
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
217
226
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
218
227
|
number: "number";
|
|
219
228
|
percent: "percent";
|
|
@@ -243,7 +252,7 @@ export declare const zScatterMeasure: z.ZodObject<{
|
|
|
243
252
|
halfEven: "halfEven";
|
|
244
253
|
}>>>;
|
|
245
254
|
}, z.core.$strip>>>;
|
|
246
|
-
format: z.
|
|
255
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
247
256
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
248
257
|
number: "number";
|
|
249
258
|
percent: "percent";
|
|
@@ -275,6 +284,7 @@ export declare const zScatterMeasure: z.ZodObject<{
|
|
|
275
284
|
}, z.core.$strip>>>;
|
|
276
285
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
277
286
|
column: "column";
|
|
287
|
+
value: "value";
|
|
278
288
|
xAxis: "xAxis";
|
|
279
289
|
yAxis: "yAxis";
|
|
280
290
|
angle: "angle";
|
|
@@ -286,6 +296,14 @@ export declare const zScatterMeasure: z.ZodObject<{
|
|
|
286
296
|
secondaryYAxis: "secondaryYAxis";
|
|
287
297
|
radius: "radius";
|
|
288
298
|
size: "size";
|
|
299
|
+
q1: "q1";
|
|
300
|
+
median: "median";
|
|
301
|
+
q3: "q3";
|
|
302
|
+
min: "min";
|
|
303
|
+
max: "max";
|
|
304
|
+
outliers: "outliers";
|
|
305
|
+
x0: "x0";
|
|
306
|
+
x1: "x1";
|
|
289
307
|
}>>;
|
|
290
308
|
parentId: z.ZodOptional<z.ZodString>;
|
|
291
309
|
}, z.core.$strip>]>>;
|
|
@@ -293,7 +311,7 @@ export declare const zScatterMeasure: z.ZodObject<{
|
|
|
293
311
|
export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
|
|
294
312
|
id: z.ZodString;
|
|
295
313
|
xMeasures: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
296
|
-
format: z.
|
|
314
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
297
315
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
298
316
|
number: "number";
|
|
299
317
|
percent: "percent";
|
|
@@ -325,8 +343,8 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
|
|
|
325
343
|
}, z.core.$strip>>>;
|
|
326
344
|
id: z.ZodString;
|
|
327
345
|
alias: z.ZodOptional<z.ZodString>;
|
|
328
|
-
autoFormat: z.
|
|
329
|
-
numFormat: z.
|
|
346
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
347
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
330
348
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
331
349
|
number: "number";
|
|
332
350
|
percent: "percent";
|
|
@@ -359,8 +377,8 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
|
|
|
359
377
|
}, z.core.$strip>>, z.ZodObject<{
|
|
360
378
|
id: z.ZodString;
|
|
361
379
|
alias: z.ZodOptional<z.ZodString>;
|
|
362
|
-
autoFormat: z.
|
|
363
|
-
numFormat: z.
|
|
380
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
381
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
364
382
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
365
383
|
number: "number";
|
|
366
384
|
percent: "percent";
|
|
@@ -390,7 +408,7 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
|
|
|
390
408
|
halfEven: "halfEven";
|
|
391
409
|
}>>>;
|
|
392
410
|
}, z.core.$strip>>>;
|
|
393
|
-
format: z.
|
|
411
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
394
412
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
395
413
|
number: "number";
|
|
396
414
|
percent: "percent";
|
|
@@ -422,6 +440,7 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
|
|
|
422
440
|
}, z.core.$strip>>>;
|
|
423
441
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
424
442
|
column: "column";
|
|
443
|
+
value: "value";
|
|
425
444
|
xAxis: "xAxis";
|
|
426
445
|
yAxis: "yAxis";
|
|
427
446
|
angle: "angle";
|
|
@@ -433,11 +452,19 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
|
|
|
433
452
|
secondaryYAxis: "secondaryYAxis";
|
|
434
453
|
radius: "radius";
|
|
435
454
|
size: "size";
|
|
455
|
+
q1: "q1";
|
|
456
|
+
median: "median";
|
|
457
|
+
q3: "q3";
|
|
458
|
+
min: "min";
|
|
459
|
+
max: "max";
|
|
460
|
+
outliers: "outliers";
|
|
461
|
+
x0: "x0";
|
|
462
|
+
x1: "x1";
|
|
436
463
|
}>>;
|
|
437
464
|
parentId: z.ZodOptional<z.ZodString>;
|
|
438
465
|
}, z.core.$strip>]>>;
|
|
439
466
|
yMeasures: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
440
|
-
format: z.
|
|
467
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
441
468
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
442
469
|
number: "number";
|
|
443
470
|
percent: "percent";
|
|
@@ -469,8 +496,8 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
|
|
|
469
496
|
}, z.core.$strip>>>;
|
|
470
497
|
id: z.ZodString;
|
|
471
498
|
alias: z.ZodOptional<z.ZodString>;
|
|
472
|
-
autoFormat: z.
|
|
473
|
-
numFormat: z.
|
|
499
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
500
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
474
501
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
475
502
|
number: "number";
|
|
476
503
|
percent: "percent";
|
|
@@ -503,8 +530,8 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
|
|
|
503
530
|
}, z.core.$strip>>, z.ZodObject<{
|
|
504
531
|
id: z.ZodString;
|
|
505
532
|
alias: z.ZodOptional<z.ZodString>;
|
|
506
|
-
autoFormat: z.
|
|
507
|
-
numFormat: z.
|
|
533
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
534
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
508
535
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
509
536
|
number: "number";
|
|
510
537
|
percent: "percent";
|
|
@@ -534,7 +561,7 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
|
|
|
534
561
|
halfEven: "halfEven";
|
|
535
562
|
}>>>;
|
|
536
563
|
}, z.core.$strip>>>;
|
|
537
|
-
format: z.
|
|
564
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
538
565
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
539
566
|
number: "number";
|
|
540
567
|
percent: "percent";
|
|
@@ -566,6 +593,7 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
|
|
|
566
593
|
}, z.core.$strip>>>;
|
|
567
594
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
568
595
|
column: "column";
|
|
596
|
+
value: "value";
|
|
569
597
|
xAxis: "xAxis";
|
|
570
598
|
yAxis: "yAxis";
|
|
571
599
|
angle: "angle";
|
|
@@ -577,6 +605,14 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
|
|
|
577
605
|
secondaryYAxis: "secondaryYAxis";
|
|
578
606
|
radius: "radius";
|
|
579
607
|
size: "size";
|
|
608
|
+
q1: "q1";
|
|
609
|
+
median: "median";
|
|
610
|
+
q3: "q3";
|
|
611
|
+
min: "min";
|
|
612
|
+
max: "max";
|
|
613
|
+
outliers: "outliers";
|
|
614
|
+
x0: "x0";
|
|
615
|
+
x1: "x1";
|
|
580
616
|
}>>;
|
|
581
617
|
parentId: z.ZodOptional<z.ZodString>;
|
|
582
618
|
}, z.core.$strip>]>>;
|