@visactor/vseed 0.1.35 → 0.1.37
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 +2 -2
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/builder/builder/builder.d.ts +36 -0
- package/dist/esm/pipeline/advanced/chart/pipes/config/column.js +3 -1
- package/dist/esm/pipeline/advanced/chart/pipes/config/column.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/config/dualAxis.js +3 -1
- package/dist/esm/pipeline/advanced/chart/pipes/config/dualAxis.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/scatter.js +1 -3
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/scatter.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/bar.js +2 -1
- package/dist/esm/pipeline/spec/chart/pipeline/bar.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js +3 -1
- package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/barPercent.js +2 -1
- package/dist/esm/pipeline/spec/chart/pipeline/barPercent.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/column.js +2 -1
- package/dist/esm/pipeline/spec/chart/pipeline/column.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js +3 -1
- package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.js +2 -1
- package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/dualAxis.js +9 -1
- package/dist/esm/pipeline/spec/chart/pipeline/dualAxis.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/barWidth/barGapInGroup.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/barWidth/barGapInGroup.js +14 -0
- package/dist/esm/pipeline/spec/chart/pipes/barWidth/barGapInGroup.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/barWidth/barMaxWidth.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/barWidth/barMaxWidth.js +14 -0
- package/dist/esm/pipeline/spec/chart/pipes/barWidth/barMaxWidth.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/barWidth/index.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/barWidth/index.js +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/index.d.ts +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/index.js +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/label/label.js +2 -1
- package/dist/esm/pipeline/spec/chart/pipes/label/label.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/barStyle.js +6 -7
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/barStyle.js.map +1 -1
- package/dist/esm/theme/common/annotaion.d.ts +3 -0
- package/dist/esm/theme/common/annotaion.js +33 -49
- package/dist/esm/theme/common/annotaion.js.map +1 -1
- package/dist/esm/theme/common/label.d.ts +18 -0
- package/dist/esm/theme/common/label.js +9 -1
- package/dist/esm/theme/common/label.js.map +1 -1
- package/dist/esm/theme/dark/dark.js +2 -2
- package/dist/esm/theme/dark/dark.js.map +1 -1
- package/dist/esm/theme/light/light.js +2 -2
- package/dist/esm/theme/light/light.js.map +1 -1
- package/dist/esm/types/advancedVSeed.d.ts +12 -0
- package/dist/esm/types/chartType/bar/bar.d.ts +5 -1
- package/dist/esm/types/chartType/bar/zBar.d.ts +1 -0
- package/dist/esm/types/chartType/bar/zBar.js +2 -1
- package/dist/esm/types/chartType/bar/zBar.js.map +1 -1
- package/dist/esm/types/chartType/barParallel/barParallel.d.ts +9 -1
- package/dist/esm/types/chartType/barParallel/zBarParallel.d.ts +2 -0
- package/dist/esm/types/chartType/barParallel/zBarParallel.js +3 -1
- package/dist/esm/types/chartType/barParallel/zBarParallel.js.map +1 -1
- package/dist/esm/types/chartType/barPercent/barPercent.d.ts +5 -1
- package/dist/esm/types/chartType/barPercent/zBarPercent.d.ts +1 -0
- package/dist/esm/types/chartType/barPercent/zBarPercent.js +2 -1
- package/dist/esm/types/chartType/barPercent/zBarPercent.js.map +1 -1
- package/dist/esm/types/chartType/column/column.d.ts +5 -1
- package/dist/esm/types/chartType/column/zColumn.d.ts +1 -0
- package/dist/esm/types/chartType/column/zColumn.js +2 -1
- package/dist/esm/types/chartType/column/zColumn.js.map +1 -1
- package/dist/esm/types/chartType/columnParallel/columnParallel.d.ts +9 -1
- package/dist/esm/types/chartType/columnParallel/zColumnParallel.d.ts +2 -0
- package/dist/esm/types/chartType/columnParallel/zColumnParallel.js +3 -1
- package/dist/esm/types/chartType/columnParallel/zColumnParallel.js.map +1 -1
- package/dist/esm/types/chartType/columnPercent/columnPercent.d.ts +5 -1
- package/dist/esm/types/chartType/columnPercent/zColumnPercent.d.ts +1 -0
- package/dist/esm/types/chartType/columnPercent/zColumnPercent.js +2 -1
- package/dist/esm/types/chartType/columnPercent/zColumnPercent.js.map +1 -1
- package/dist/esm/types/chartType/dualAxis/dualAxis.d.ts +9 -1
- package/dist/esm/types/chartType/dualAxis/zDualAxis.d.ts +2 -0
- package/dist/esm/types/chartType/dualAxis/zDualAxis.js +3 -1
- package/dist/esm/types/chartType/dualAxis/zDualAxis.js.map +1 -1
- package/dist/esm/types/properties/config/barWidth/index.d.ts +5 -0
- package/dist/esm/types/properties/config/barWidth/index.js +6 -0
- package/dist/esm/types/properties/config/barWidth/index.js.map +1 -0
- package/dist/esm/types/properties/config/column.d.ts +6 -0
- package/dist/esm/types/properties/config/column.js +3 -0
- package/dist/esm/types/properties/config/column.js.map +1 -1
- package/dist/esm/types/properties/config/config.d.ts +6 -0
- package/dist/esm/types/properties/config/index.d.ts +1 -0
- package/dist/esm/types/properties/config/index.js +1 -0
- package/dist/esm/types/properties/config/label/label.d.ts +4 -0
- package/dist/esm/types/properties/theme/customTheme.d.ts +12 -0
- package/dist/esm/types/zVseed.d.ts +10 -0
- package/dist/umd/index.js +111 -64
- package/dist/umd/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -583,6 +583,8 @@ export declare const zCustomThemeConfig: z.ZodObject<{
|
|
|
583
583
|
labelBackgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
584
584
|
}, z.core.$strip>>>;
|
|
585
585
|
stackCornerRadius: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>>;
|
|
586
|
+
barMaxWidth: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
587
|
+
barGapInGroup: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
586
588
|
pivotGrid: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
587
589
|
borderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
588
590
|
bodyFontColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -905,6 +907,8 @@ export declare const zCustomThemeConfig: z.ZodObject<{
|
|
|
905
907
|
labelBackgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
906
908
|
}, z.core.$strip>>>;
|
|
907
909
|
stackCornerRadius: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>>;
|
|
910
|
+
barMaxWidth: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
911
|
+
barGapInGroup: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
908
912
|
pivotGrid: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
909
913
|
borderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
910
914
|
bodyFontColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1227,6 +1231,8 @@ export declare const zCustomThemeConfig: z.ZodObject<{
|
|
|
1227
1231
|
labelBackgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1228
1232
|
}, z.core.$strip>>>;
|
|
1229
1233
|
stackCornerRadius: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>>;
|
|
1234
|
+
barMaxWidth: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
1235
|
+
barGapInGroup: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
1230
1236
|
pivotGrid: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1231
1237
|
borderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1232
1238
|
bodyFontColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -5279,6 +5285,8 @@ export declare const zCustomTheme: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.Zod
|
|
|
5279
5285
|
labelBackgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5280
5286
|
}, z.core.$strip>>>;
|
|
5281
5287
|
stackCornerRadius: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>>;
|
|
5288
|
+
barMaxWidth: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
5289
|
+
barGapInGroup: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
5282
5290
|
pivotGrid: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5283
5291
|
borderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5284
5292
|
bodyFontColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -5601,6 +5609,8 @@ export declare const zCustomTheme: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.Zod
|
|
|
5601
5609
|
labelBackgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5602
5610
|
}, z.core.$strip>>>;
|
|
5603
5611
|
stackCornerRadius: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>>;
|
|
5612
|
+
barMaxWidth: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
5613
|
+
barGapInGroup: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
5604
5614
|
pivotGrid: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5605
5615
|
borderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5606
5616
|
bodyFontColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -5923,6 +5933,8 @@ export declare const zCustomTheme: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.Zod
|
|
|
5923
5933
|
labelBackgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5924
5934
|
}, z.core.$strip>>>;
|
|
5925
5935
|
stackCornerRadius: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>>;
|
|
5936
|
+
barMaxWidth: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
5937
|
+
barGapInGroup: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
5926
5938
|
pivotGrid: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5927
5939
|
borderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5928
5940
|
bodyFontColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2070,6 +2070,7 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2070
2070
|
labelBackgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2071
2071
|
}, z.core.$strip>>>;
|
|
2072
2072
|
stackCornerRadius: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>>;
|
|
2073
|
+
barMaxWidth: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
2073
2074
|
theme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2074
2075
|
barStyle: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
2075
2076
|
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
@@ -3383,6 +3384,8 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3383
3384
|
labelBackgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3384
3385
|
}, z.core.$strip>>>;
|
|
3385
3386
|
stackCornerRadius: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>>;
|
|
3387
|
+
barMaxWidth: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
3388
|
+
barGapInGroup: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
3386
3389
|
theme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3387
3390
|
barStyle: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
3388
3391
|
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
@@ -4696,6 +4699,7 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4696
4699
|
labelBackgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4697
4700
|
}, z.core.$strip>>>;
|
|
4698
4701
|
stackCornerRadius: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>>;
|
|
4702
|
+
barMaxWidth: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
4699
4703
|
theme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4700
4704
|
barStyle: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
4701
4705
|
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
@@ -6009,6 +6013,7 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
6009
6013
|
labelBackgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6010
6014
|
}, z.core.$strip>>>;
|
|
6011
6015
|
stackCornerRadius: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>>;
|
|
6016
|
+
barMaxWidth: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
6012
6017
|
theme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6013
6018
|
barStyle: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
6014
6019
|
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
@@ -7322,6 +7327,8 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
7322
7327
|
labelBackgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7323
7328
|
}, z.core.$strip>>>;
|
|
7324
7329
|
stackCornerRadius: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>>;
|
|
7330
|
+
barMaxWidth: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
7331
|
+
barGapInGroup: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
7325
7332
|
theme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7326
7333
|
barStyle: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
7327
7334
|
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
@@ -8635,6 +8642,7 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8635
8642
|
labelBackgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8636
8643
|
}, z.core.$strip>>>;
|
|
8637
8644
|
stackCornerRadius: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>>;
|
|
8645
|
+
barMaxWidth: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
8638
8646
|
theme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8639
8647
|
barStyle: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
8640
8648
|
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
@@ -15387,6 +15395,8 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
15387
15395
|
customOrder: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodAny>>>;
|
|
15388
15396
|
}, z.core.$strip>>>;
|
|
15389
15397
|
theme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15398
|
+
barMaxWidth: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
15399
|
+
barGapInGroup: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
15390
15400
|
barStyle: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
15391
15401
|
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
15392
15402
|
field: z.ZodString;
|
package/dist/umd/index.js
CHANGED
|
@@ -122,9 +122,9 @@
|
|
|
122
122
|
tableAdvancedPipeline: ()=>tableAdvancedPipeline,
|
|
123
123
|
zMeasureTree: ()=>zMeasureTree,
|
|
124
124
|
zStackCornerRadius: ()=>zStackCornerRadius,
|
|
125
|
-
zRose: ()=>zRose,
|
|
126
125
|
registerRose: ()=>registerRose,
|
|
127
126
|
zPivotChartGridConfig: ()=>zPivotChartGridConfig,
|
|
127
|
+
zRose: ()=>zRose,
|
|
128
128
|
registerTable: ()=>registerTable,
|
|
129
129
|
isMeasureGroup: ()=>isMeasureGroup,
|
|
130
130
|
autoFormatter: ()=>autoFormatter,
|
|
@@ -199,11 +199,12 @@
|
|
|
199
199
|
pieAdvancedPipeline: ()=>pieAdvancedPipeline,
|
|
200
200
|
zDualMeasures: ()=>zDualMeasures,
|
|
201
201
|
isTable: ()=>isTable,
|
|
202
|
+
zBarMaxWidth: ()=>zBarMaxWidth,
|
|
202
203
|
zDonut: ()=>zDonut,
|
|
203
|
-
zFunnelTransform: ()=>zFunnelTransform,
|
|
204
204
|
XEncoding: ()=>XEncoding,
|
|
205
205
|
findFirstMeasure: ()=>findFirstMeasure,
|
|
206
206
|
scatterAdvancedPipeline: ()=>scatterAdvancedPipeline,
|
|
207
|
+
zFunnelTransform: ()=>zFunnelTransform,
|
|
207
208
|
zRoseConfig: ()=>zRoseConfig,
|
|
208
209
|
zScatterMeasures: ()=>zScatterMeasures,
|
|
209
210
|
zAnnotation: ()=>zAnnotation,
|
|
@@ -283,6 +284,7 @@
|
|
|
283
284
|
zCustomTheme: ()=>zCustomTheme,
|
|
284
285
|
zTableConfig: ()=>zTableConfig,
|
|
285
286
|
zColumnPercentConfig: ()=>zColumnPercentConfig,
|
|
287
|
+
zBarGapInGroup: ()=>zBarGapInGroup,
|
|
286
288
|
ChartTypeEnum: ()=>ChartTypeEnum,
|
|
287
289
|
zVSeed: ()=>zVSeed,
|
|
288
290
|
radarAdvancedPipeline: ()=>radarAdvancedPipeline,
|
|
@@ -3356,7 +3358,7 @@
|
|
|
3356
3358
|
return formatter(percentValue);
|
|
3357
3359
|
};
|
|
3358
3360
|
const buildLabel = (label, vseedMeasures = [], vseedDimensions = [], advancedVSeedDimensions, advancedVSeedMeasures, encoding, foldInfoList)=>{
|
|
3359
|
-
const { enable, wrap, showValue, showValuePercent, showDimension, labelOverlap, labelColorSmartInvert, labelColor, labelFontSize, labelFontWeight, labelBackgroundColor, labelPosition, autoFormat, numFormat = {} } = label;
|
|
3361
|
+
const { enable, wrap, showValue, showValuePercent, showDimension, labelOverlap, labelColorSmartInvert, labelStroke, labelColor, labelFontSize, labelFontWeight, labelBackgroundColor, labelPosition, autoFormat, numFormat = {} } = label;
|
|
3360
3362
|
const hasDimLabelEncoding = vseedDimensions.some((item)=>encoding.label?.includes(item.id));
|
|
3361
3363
|
const labelDims = T(hasDimLabelEncoding ? vseedDimensions.filter((item)=>encoding.label?.includes(item.id)) : showDimension ? advancedVSeedDimensions.filter((d)=>d.id !== MeasureName) : [], (item)=>item.id);
|
|
3362
3364
|
const labelMeas = T(vseedMeasures.filter((item)=>encoding.label?.includes(item.id)), (item)=>item.id);
|
|
@@ -3391,6 +3393,7 @@
|
|
|
3391
3393
|
},
|
|
3392
3394
|
position: labelPosition,
|
|
3393
3395
|
style: {
|
|
3396
|
+
stroke: labelStroke,
|
|
3394
3397
|
fill: labelColor,
|
|
3395
3398
|
fontSize: labelFontSize,
|
|
3396
3399
|
fontWeight: labelFontWeight,
|
|
@@ -4599,7 +4602,9 @@
|
|
|
4599
4602
|
'xAxis',
|
|
4600
4603
|
'yAxis',
|
|
4601
4604
|
'crosshairRect',
|
|
4602
|
-
'stackCornerRadius'
|
|
4605
|
+
'stackCornerRadius',
|
|
4606
|
+
'barMaxWidth',
|
|
4607
|
+
'barGapInGroup'
|
|
4603
4608
|
]);
|
|
4604
4609
|
const config = replaceNullToUndefined(pickedConfig);
|
|
4605
4610
|
result.config = {
|
|
@@ -4675,6 +4680,16 @@
|
|
|
4675
4680
|
}
|
|
4676
4681
|
};
|
|
4677
4682
|
};
|
|
4683
|
+
const barMaxWidth_barMaxWidth = (spec, context)=>{
|
|
4684
|
+
const { advancedVSeed, vseed } = context;
|
|
4685
|
+
const { chartType } = vseed;
|
|
4686
|
+
const barMaxWidth = advancedVSeed.config?.[chartType]?.barMaxWidth;
|
|
4687
|
+
if (!chunk_JK3VNB42_n(barMaxWidth)) return {
|
|
4688
|
+
...spec,
|
|
4689
|
+
barMaxWidth
|
|
4690
|
+
};
|
|
4691
|
+
return spec;
|
|
4692
|
+
};
|
|
4678
4693
|
const stackInverse = (spec)=>{
|
|
4679
4694
|
const result = {
|
|
4680
4695
|
...spec
|
|
@@ -4744,6 +4759,8 @@
|
|
|
4744
4759
|
...spec,
|
|
4745
4760
|
bar: {
|
|
4746
4761
|
style: {
|
|
4762
|
+
visible: true,
|
|
4763
|
+
fillOpacity: 1,
|
|
4747
4764
|
lineWidth: showStroke ? 1 : 0
|
|
4748
4765
|
},
|
|
4749
4766
|
state: {
|
|
@@ -4792,14 +4809,11 @@
|
|
|
4792
4809
|
}
|
|
4793
4810
|
};
|
|
4794
4811
|
}, {});
|
|
4795
|
-
|
|
4796
|
-
...result,
|
|
4797
|
-
|
|
4798
|
-
state: {
|
|
4799
|
-
...customMap
|
|
4800
|
-
}
|
|
4801
|
-
}
|
|
4812
|
+
result.bar.state = {
|
|
4813
|
+
...result.bar.state,
|
|
4814
|
+
...customMap
|
|
4802
4815
|
};
|
|
4816
|
+
return result;
|
|
4803
4817
|
};
|
|
4804
4818
|
const annotationAreaBand = (spec, context)=>{
|
|
4805
4819
|
const { advancedVSeed, vseed } = context;
|
|
@@ -4954,6 +4968,7 @@
|
|
|
4954
4968
|
const column = [
|
|
4955
4969
|
initColumn,
|
|
4956
4970
|
stackCornerRadius_stackCornerRadius,
|
|
4971
|
+
barMaxWidth_barMaxWidth,
|
|
4957
4972
|
stackInverse,
|
|
4958
4973
|
colorAdapter(color_color, linearColor),
|
|
4959
4974
|
background_backgroundColor,
|
|
@@ -5139,9 +5154,21 @@
|
|
|
5139
5154
|
result.animation = true;
|
|
5140
5155
|
return result;
|
|
5141
5156
|
};
|
|
5157
|
+
const barGapInGroup_barGapInGroup = (spec, context)=>{
|
|
5158
|
+
const { advancedVSeed, vseed } = context;
|
|
5159
|
+
const { chartType } = vseed;
|
|
5160
|
+
const barGapInGroup = advancedVSeed.config?.[chartType]?.barGapInGroup;
|
|
5161
|
+
if (!chunk_JK3VNB42_n(barGapInGroup)) return {
|
|
5162
|
+
...spec,
|
|
5163
|
+
barGapInGroup
|
|
5164
|
+
};
|
|
5165
|
+
return spec;
|
|
5166
|
+
};
|
|
5142
5167
|
const columnParallel = [
|
|
5143
5168
|
initColumnParallel,
|
|
5144
5169
|
stackCornerRadius_stackCornerRadius,
|
|
5170
|
+
barMaxWidth_barMaxWidth,
|
|
5171
|
+
barGapInGroup_barGapInGroup,
|
|
5145
5172
|
colorAdapter(color_color, linearColor),
|
|
5146
5173
|
background_backgroundColor,
|
|
5147
5174
|
datasetXY,
|
|
@@ -5233,6 +5260,7 @@
|
|
|
5233
5260
|
initColumn,
|
|
5234
5261
|
stackCornerRadius_stackCornerRadius,
|
|
5235
5262
|
stackInverse,
|
|
5263
|
+
barMaxWidth_barMaxWidth,
|
|
5236
5264
|
colorAdapter(color_color, linearColor),
|
|
5237
5265
|
background_backgroundColor,
|
|
5238
5266
|
percent,
|
|
@@ -5674,6 +5702,7 @@
|
|
|
5674
5702
|
const bar = [
|
|
5675
5703
|
initBar,
|
|
5676
5704
|
stackCornerRadius_stackCornerRadius,
|
|
5705
|
+
barMaxWidth_barMaxWidth,
|
|
5677
5706
|
colorAdapter(color_color, linearColor),
|
|
5678
5707
|
background_backgroundColor,
|
|
5679
5708
|
datasetYX,
|
|
@@ -5786,6 +5815,8 @@
|
|
|
5786
5815
|
const barParallel = [
|
|
5787
5816
|
initBarParallel,
|
|
5788
5817
|
stackCornerRadius_stackCornerRadius,
|
|
5818
|
+
barMaxWidth_barMaxWidth,
|
|
5819
|
+
barGapInGroup_barGapInGroup,
|
|
5789
5820
|
colorAdapter(color_color, linearColor),
|
|
5790
5821
|
background_backgroundColor,
|
|
5791
5822
|
datasetYX,
|
|
@@ -5868,6 +5899,7 @@
|
|
|
5868
5899
|
const barPercent = [
|
|
5869
5900
|
initBar,
|
|
5870
5901
|
stackCornerRadius_stackCornerRadius,
|
|
5902
|
+
barMaxWidth_barMaxWidth,
|
|
5871
5903
|
colorAdapter(color_color, linearColor),
|
|
5872
5904
|
background_backgroundColor,
|
|
5873
5905
|
percent,
|
|
@@ -6233,7 +6265,6 @@
|
|
|
6233
6265
|
const scatter_generateDefaultDimensionEncoding = (dimensions, encoding)=>{
|
|
6234
6266
|
const dimensionsWithoutMeasureName = dimensions.filter((item)=>item.id !== MeasureName);
|
|
6235
6267
|
const uniqueDimIds = chunk_QJLMYOTX_i(dimensionsWithoutMeasureName.map((d)=>d.id));
|
|
6236
|
-
encoding.color = uniqueDimIds.slice(0);
|
|
6237
6268
|
encoding.detail = encoding.color;
|
|
6238
6269
|
encoding.tooltip = uniqueDimIds.filter((d)=>d !== MeasureName);
|
|
6239
6270
|
encoding.label = [];
|
|
@@ -6241,7 +6272,7 @@
|
|
|
6241
6272
|
encoding.column = [];
|
|
6242
6273
|
};
|
|
6243
6274
|
const scatter_generateDimensionEncoding = (dimensions, encoding)=>{
|
|
6244
|
-
|
|
6275
|
+
encoding.color = chunk_QJLMYOTX_i(dimensions.filter((item)=>'color' === item.encoding).map((item)=>item.id));
|
|
6245
6276
|
encoding.detail = chunk_QJLMYOTX_i(dimensions.filter((item)=>'detail' === item.encoding).map((item)=>item.id));
|
|
6246
6277
|
if (0 === encoding.detail.length) encoding.detail = [
|
|
6247
6278
|
MeasureName
|
|
@@ -7111,7 +7142,9 @@
|
|
|
7111
7142
|
'primaryYAxis',
|
|
7112
7143
|
'secondaryYAxis',
|
|
7113
7144
|
'crosshairLine',
|
|
7114
|
-
'crosshairRect'
|
|
7145
|
+
'crosshairRect',
|
|
7146
|
+
'barGapInGroup',
|
|
7147
|
+
'barMaxWidth'
|
|
7115
7148
|
]);
|
|
7116
7149
|
const config = replaceNullToUndefined(pickedConfig);
|
|
7117
7150
|
result.config = {
|
|
@@ -7733,6 +7766,8 @@
|
|
|
7733
7766
|
labelPrimary,
|
|
7734
7767
|
tooltipPrimary,
|
|
7735
7768
|
progressive,
|
|
7769
|
+
barMaxWidth_barMaxWidth,
|
|
7770
|
+
barGapInGroup_barGapInGroup,
|
|
7736
7771
|
colorBarStyleFill(barStyle_barStyle),
|
|
7737
7772
|
colorPointStyleFill(pointStyle_pointStyle),
|
|
7738
7773
|
pointStateDimensionHover,
|
|
@@ -7745,6 +7780,8 @@
|
|
|
7745
7780
|
labelSecondary,
|
|
7746
7781
|
tooltipSecondary,
|
|
7747
7782
|
progressive,
|
|
7783
|
+
barMaxWidth_barMaxWidth,
|
|
7784
|
+
barGapInGroup_barGapInGroup,
|
|
7748
7785
|
colorBarStyleFill(barStyle_barStyle),
|
|
7749
7786
|
colorPointStyleFill(pointStyle_pointStyle),
|
|
7750
7787
|
pointStateDimensionHover,
|
|
@@ -7776,6 +7813,8 @@
|
|
|
7776
7813
|
labelPrimary,
|
|
7777
7814
|
tooltipPrimary,
|
|
7778
7815
|
progressive,
|
|
7816
|
+
barMaxWidth_barMaxWidth,
|
|
7817
|
+
barGapInGroup_barGapInGroup,
|
|
7779
7818
|
colorBarStyleFill(barStyle_barStyle),
|
|
7780
7819
|
colorPointStyleFill(pointStyle_pointStyle),
|
|
7781
7820
|
pointStateDimensionHover,
|
|
@@ -7788,6 +7827,8 @@
|
|
|
7788
7827
|
labelSecondary,
|
|
7789
7828
|
tooltipSecondary,
|
|
7790
7829
|
progressive,
|
|
7830
|
+
barMaxWidth_barMaxWidth,
|
|
7831
|
+
barGapInGroup_barGapInGroup,
|
|
7791
7832
|
colorBarStyleFill(barStyle_barStyle),
|
|
7792
7833
|
colorPointStyleFill(pointStyle_pointStyle),
|
|
7793
7834
|
pointStateDimensionHover,
|
|
@@ -9298,6 +9339,14 @@
|
|
|
9298
9339
|
labelColorSmartInvert: false,
|
|
9299
9340
|
labelOverlap: true
|
|
9300
9341
|
});
|
|
9342
|
+
const getDarkLabel = ()=>({
|
|
9343
|
+
...getDefaultLabel(),
|
|
9344
|
+
labelStroke: '#21252C'
|
|
9345
|
+
});
|
|
9346
|
+
const getLightLabel = ()=>({
|
|
9347
|
+
...getDefaultLabel(),
|
|
9348
|
+
labelStroke: '#fff'
|
|
9349
|
+
});
|
|
9301
9350
|
const getDefaultLegend = ()=>({
|
|
9302
9351
|
enable: true,
|
|
9303
9352
|
border: true,
|
|
@@ -9521,48 +9570,48 @@
|
|
|
9521
9570
|
lineWidth: 1
|
|
9522
9571
|
}
|
|
9523
9572
|
});
|
|
9524
|
-
const
|
|
9525
|
-
textColor: '#ffffff',
|
|
9573
|
+
const getDefaultAnnotationPoint = ()=>({
|
|
9526
9574
|
textBackgroundVisible: true,
|
|
9527
|
-
textBackgroundColor: '#364159',
|
|
9528
|
-
textBackgroundBorderColor: '#3641594d',
|
|
9529
9575
|
textFontSize: 12,
|
|
9530
9576
|
textFontWeight: 400,
|
|
9531
9577
|
textBackgroundBorderRadius: 4,
|
|
9532
9578
|
textBackgroundBorderWidth: 1,
|
|
9533
9579
|
textBackgroundPadding: 2
|
|
9534
9580
|
});
|
|
9535
|
-
const
|
|
9536
|
-
|
|
9581
|
+
const getLightAnnotationPoint = ()=>({
|
|
9582
|
+
...getDefaultAnnotationPoint(),
|
|
9583
|
+
textColor: '#ffffff',
|
|
9584
|
+
textBackgroundColor: '#364159',
|
|
9585
|
+
textBackgroundBorderColor: '#3641594d'
|
|
9586
|
+
});
|
|
9587
|
+
const getDefaultAnnotationLine = ()=>({
|
|
9588
|
+
lineVisible: true,
|
|
9537
9589
|
lineWidth: 1,
|
|
9538
9590
|
lineStyle: 'solid',
|
|
9539
|
-
lineVisible: true,
|
|
9540
|
-
textColor: '#ffffff',
|
|
9541
9591
|
textFontSize: 12,
|
|
9542
9592
|
textFontWeight: 400,
|
|
9543
9593
|
startSymbolVisible: true,
|
|
9544
9594
|
endSymbolVisible: false,
|
|
9545
9595
|
textBackgroundVisible: true,
|
|
9546
|
-
textBackgroundColor: '#BCC1CB',
|
|
9547
|
-
textBackgroundBorderColor: '#BCC1CB',
|
|
9548
9596
|
textBackgroundBorderWidth: 1,
|
|
9549
9597
|
textBackgroundBorderRadius: 0,
|
|
9550
9598
|
textBackgroundPadding: 2
|
|
9551
9599
|
});
|
|
9552
|
-
const
|
|
9553
|
-
|
|
9600
|
+
const getLightAnnotationHorizontalLine = ()=>({
|
|
9601
|
+
...getDefaultAnnotationLine(),
|
|
9602
|
+
lineColor: '#BCC1CB',
|
|
9554
9603
|
textColor: '#ffffff',
|
|
9604
|
+
textBackgroundColor: '#BCC1CB',
|
|
9605
|
+
textBackgroundBorderColor: '#BCC1CB'
|
|
9606
|
+
});
|
|
9607
|
+
const getLightAnnotationVerticalLine = ()=>getLightAnnotationHorizontalLine();
|
|
9608
|
+
const getDefaultAnnotationArea = ()=>({
|
|
9555
9609
|
textFontSize: 12,
|
|
9556
9610
|
textFontWeight: 400,
|
|
9557
9611
|
textBackgroundVisible: true,
|
|
9558
|
-
textBackgroundColor: '#BCC1CB',
|
|
9559
|
-
textBackgroundBorderColor: '#BCC1CB',
|
|
9560
9612
|
textBackgroundBorderWidth: 1,
|
|
9561
9613
|
textBackgroundBorderRadius: 0,
|
|
9562
9614
|
textBackgroundPadding: 4,
|
|
9563
|
-
areaColor: '#BCC1CB',
|
|
9564
|
-
areaColorOpacity: 0.12,
|
|
9565
|
-
areaBorderColor: '#BCC1CB',
|
|
9566
9615
|
areaBorderWidth: 0,
|
|
9567
9616
|
areaBorderRadius: 0,
|
|
9568
9617
|
areaLineDash: [
|
|
@@ -9571,6 +9620,15 @@
|
|
|
9571
9620
|
],
|
|
9572
9621
|
outerPadding: 4
|
|
9573
9622
|
});
|
|
9623
|
+
const getLightAnnotationArea = ()=>({
|
|
9624
|
+
...getDefaultAnnotationArea(),
|
|
9625
|
+
textColor: '#ffffff',
|
|
9626
|
+
textBackgroundColor: '#BCC1CB',
|
|
9627
|
+
textBackgroundBorderColor: '#BCC1CB',
|
|
9628
|
+
areaColor: '#BCC1CB',
|
|
9629
|
+
areaColorOpacity: 0.12,
|
|
9630
|
+
areaBorderColor: '#BCC1CB'
|
|
9631
|
+
});
|
|
9574
9632
|
const getLightAnnotation = ()=>({
|
|
9575
9633
|
annotationPoint: getLightAnnotationPoint(),
|
|
9576
9634
|
annotationHorizontalLine: getLightAnnotationHorizontalLine(),
|
|
@@ -9578,52 +9636,27 @@
|
|
|
9578
9636
|
annotationArea: getLightAnnotationArea()
|
|
9579
9637
|
});
|
|
9580
9638
|
const getDarkAnnotationPoint = ()=>({
|
|
9639
|
+
...getDefaultAnnotationPoint(),
|
|
9581
9640
|
textColor: '#4B4F54',
|
|
9582
|
-
textBackgroundVisible: true,
|
|
9583
9641
|
textBackgroundColor: '#ffffff',
|
|
9584
|
-
textBackgroundBorderColor: '#ffffff'
|
|
9585
|
-
textFontSize: 12,
|
|
9586
|
-
textFontWeight: 400,
|
|
9587
|
-
textBackgroundBorderRadius: 4,
|
|
9588
|
-
textBackgroundBorderWidth: 1,
|
|
9589
|
-
textBackgroundPadding: 2
|
|
9642
|
+
textBackgroundBorderColor: '#ffffff'
|
|
9590
9643
|
});
|
|
9591
9644
|
const getDarkAnnotationHorizontalLine = ()=>({
|
|
9645
|
+
...getDefaultAnnotationLine(),
|
|
9592
9646
|
lineColor: '#55595F',
|
|
9593
|
-
lineWidth: 1,
|
|
9594
|
-
lineStyle: 'solid',
|
|
9595
|
-
lineVisible: true,
|
|
9596
|
-
textFontSize: 12,
|
|
9597
|
-
textFontWeight: 400,
|
|
9598
|
-
textBackgroundVisible: true,
|
|
9599
9647
|
textColor: '#E2E3E6',
|
|
9600
9648
|
textBackgroundColor: '#55595F',
|
|
9601
|
-
textBackgroundBorderColor: '#55595F'
|
|
9602
|
-
textBackgroundBorderWidth: 1,
|
|
9603
|
-
textBackgroundBorderRadius: 0,
|
|
9604
|
-
textBackgroundPadding: 2
|
|
9649
|
+
textBackgroundBorderColor: '#55595F'
|
|
9605
9650
|
});
|
|
9606
9651
|
const getDarkAnnotationVerticalLine = ()=>getDarkAnnotationHorizontalLine();
|
|
9607
9652
|
const getDarkAnnotationArea = ()=>({
|
|
9653
|
+
...getDefaultAnnotationArea(),
|
|
9608
9654
|
textColor: '#E2E3E6',
|
|
9609
|
-
textFontSize: 12,
|
|
9610
|
-
textFontWeight: 400,
|
|
9611
|
-
textBackgroundVisible: true,
|
|
9612
9655
|
textBackgroundColor: '#55595F',
|
|
9613
9656
|
textBackgroundBorderColor: '#55595F',
|
|
9614
|
-
textBackgroundBorderWidth: 1,
|
|
9615
|
-
textBackgroundBorderRadius: 0,
|
|
9616
|
-
textBackgroundPadding: 4,
|
|
9617
9657
|
areaColor: '#E2E3E6',
|
|
9618
9658
|
areaColorOpacity: 0.15,
|
|
9619
|
-
areaBorderColor: '#E2E3E6'
|
|
9620
|
-
areaBorderWidth: 0,
|
|
9621
|
-
areaBorderRadius: 0,
|
|
9622
|
-
areaLineDash: [
|
|
9623
|
-
2,
|
|
9624
|
-
2
|
|
9625
|
-
],
|
|
9626
|
-
outerPadding: 4
|
|
9659
|
+
areaBorderColor: '#E2E3E6'
|
|
9627
9660
|
});
|
|
9628
9661
|
const getDarkAnnotation = ()=>({
|
|
9629
9662
|
annotationPoint: getDarkAnnotationPoint(),
|
|
@@ -9666,7 +9699,7 @@
|
|
|
9666
9699
|
const baseConfig = {
|
|
9667
9700
|
backgroundColor: 'transparent',
|
|
9668
9701
|
color: getLightColor(),
|
|
9669
|
-
label:
|
|
9702
|
+
label: getLightLabel(),
|
|
9670
9703
|
legend: getDefaultLegend(),
|
|
9671
9704
|
tooltip: getDefaultTooltip()
|
|
9672
9705
|
};
|
|
@@ -9916,7 +9949,7 @@
|
|
|
9916
9949
|
const baseConfig = {
|
|
9917
9950
|
backgroundColor: 'transparent',
|
|
9918
9951
|
color: getDarkColor(),
|
|
9919
|
-
label:
|
|
9952
|
+
label: getDarkLabel(),
|
|
9920
9953
|
legend: getDefaultLegend(),
|
|
9921
9954
|
tooltip: getDefaultTooltip()
|
|
9922
9955
|
};
|
|
@@ -14202,6 +14235,8 @@
|
|
|
14202
14235
|
0,
|
|
14203
14236
|
0
|
|
14204
14237
|
]);
|
|
14238
|
+
const zBarMaxWidth = schemas_number().or(schemas_string());
|
|
14239
|
+
const zBarGapInGroup = schemas_number().or(schemas_string());
|
|
14205
14240
|
const zColumnConfig = schemas_object({
|
|
14206
14241
|
backgroundColor: zBackgroundColor.nullish(),
|
|
14207
14242
|
label: zLabel.nullish(),
|
|
@@ -14212,6 +14247,8 @@
|
|
|
14212
14247
|
yAxis: zYLinearAxis.nullish(),
|
|
14213
14248
|
crosshairRect: zCrosshairRect.nullish(),
|
|
14214
14249
|
stackCornerRadius: zStackCornerRadius.nullish(),
|
|
14250
|
+
barMaxWidth: zBarMaxWidth.nullish(),
|
|
14251
|
+
barGapInGroup: zBarGapInGroup.nullish(),
|
|
14215
14252
|
pivotGrid: zPivotChartGridConfig.nullish(),
|
|
14216
14253
|
annotation: zAnnotationConfig.nullish()
|
|
14217
14254
|
});
|
|
@@ -14591,6 +14628,7 @@
|
|
|
14591
14628
|
yAxis: zYLinearAxis.nullish(),
|
|
14592
14629
|
crosshairRect: zCrosshairRect.nullish(),
|
|
14593
14630
|
stackCornerRadius: zStackCornerRadius.nullish(),
|
|
14631
|
+
barMaxWidth: zBarMaxWidth.nullish(),
|
|
14594
14632
|
theme: zTheme.nullish(),
|
|
14595
14633
|
barStyle: schemas_array(zBarStyle).or(zBarStyle).nullish(),
|
|
14596
14634
|
annotationPoint: schemas_array(zAnnotationPoint).or(zAnnotationPoint).nullish(),
|
|
@@ -14614,6 +14652,8 @@
|
|
|
14614
14652
|
yAxis: zYLinearAxis.nullish(),
|
|
14615
14653
|
crosshairRect: zCrosshairRect.nullish(),
|
|
14616
14654
|
stackCornerRadius: zStackCornerRadius.nullish(),
|
|
14655
|
+
barMaxWidth: zBarMaxWidth.nullish(),
|
|
14656
|
+
barGapInGroup: zBarGapInGroup.nullish(),
|
|
14617
14657
|
theme: zTheme.nullish(),
|
|
14618
14658
|
barStyle: schemas_array(zBarStyle).or(zBarStyle).nullish(),
|
|
14619
14659
|
annotationPoint: schemas_array(zAnnotationPoint).or(zAnnotationPoint).nullish(),
|
|
@@ -14637,6 +14677,7 @@
|
|
|
14637
14677
|
yAxis: zYLinearAxis.nullish(),
|
|
14638
14678
|
crosshairRect: zCrosshairRect.nullish(),
|
|
14639
14679
|
stackCornerRadius: zStackCornerRadius.nullish(),
|
|
14680
|
+
barMaxWidth: zBarMaxWidth.nullish(),
|
|
14640
14681
|
theme: zTheme.nullish(),
|
|
14641
14682
|
barStyle: schemas_array(zBarStyle).or(zBarStyle).nullish(),
|
|
14642
14683
|
annotationPoint: schemas_array(zAnnotationPoint).or(zAnnotationPoint).nullish(),
|
|
@@ -14660,6 +14701,7 @@
|
|
|
14660
14701
|
yAxis: zYBandAxis.nullish(),
|
|
14661
14702
|
crosshairRect: zCrosshairRect.nullish(),
|
|
14662
14703
|
stackCornerRadius: zStackCornerRadius.nullish(),
|
|
14704
|
+
barMaxWidth: zBarMaxWidth.nullish(),
|
|
14663
14705
|
theme: zTheme.nullish(),
|
|
14664
14706
|
barStyle: schemas_array(zBarStyle).or(zBarStyle).nullish(),
|
|
14665
14707
|
annotationPoint: schemas_array(zAnnotationPoint).or(zAnnotationPoint).nullish(),
|
|
@@ -14683,6 +14725,8 @@
|
|
|
14683
14725
|
yAxis: zYBandAxis.nullish(),
|
|
14684
14726
|
crosshairRect: zCrosshairRect.nullish(),
|
|
14685
14727
|
stackCornerRadius: zStackCornerRadius.nullish(),
|
|
14728
|
+
barMaxWidth: zBarMaxWidth.nullish(),
|
|
14729
|
+
barGapInGroup: zBarGapInGroup.nullish(),
|
|
14686
14730
|
theme: zTheme.nullish(),
|
|
14687
14731
|
barStyle: schemas_array(zBarStyle).or(zBarStyle).nullish(),
|
|
14688
14732
|
annotationPoint: schemas_array(zAnnotationPoint).or(zAnnotationPoint).nullish(),
|
|
@@ -14706,6 +14750,7 @@
|
|
|
14706
14750
|
yAxis: zYBandAxis.nullish(),
|
|
14707
14751
|
crosshairRect: zCrosshairRect.nullish(),
|
|
14708
14752
|
stackCornerRadius: zStackCornerRadius.nullish(),
|
|
14753
|
+
barMaxWidth: zBarMaxWidth.nullish(),
|
|
14709
14754
|
theme: zTheme.nullish(),
|
|
14710
14755
|
barStyle: schemas_array(zBarStyle).or(zBarStyle).nullish(),
|
|
14711
14756
|
annotationPoint: schemas_array(zAnnotationPoint).or(zAnnotationPoint).nullish(),
|
|
@@ -14807,6 +14852,8 @@
|
|
|
14807
14852
|
sort: zSort.nullish(),
|
|
14808
14853
|
sortLegend: zSortLegend.nullish(),
|
|
14809
14854
|
theme: zTheme.nullish(),
|
|
14855
|
+
barMaxWidth: zBarMaxWidth.nullish(),
|
|
14856
|
+
barGapInGroup: zBarGapInGroup.nullish(),
|
|
14810
14857
|
barStyle: schemas_array(zBarStyle).or(zBarStyle).nullish(),
|
|
14811
14858
|
pointStyle: schemas_array(zPointStyle).or(zPointStyle).nullish(),
|
|
14812
14859
|
lineStyle: schemas_array(zLineStyle).or(zLineStyle).nullish(),
|