@visactor/vseed 0.1.41 → 0.1.43
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/advanced/colorItems.d.ts +4 -1
- package/dist/esm/builder/builder/advanced/colorItems.js +1 -1
- package/dist/esm/builder/builder/advanced/colorItems.js.map +1 -1
- package/dist/esm/builder/builder/builder.d.ts +372 -3
- package/dist/esm/dataReshape/constant.d.ts +1 -0
- package/dist/esm/dataReshape/constant.js +2 -1
- package/dist/esm/dataReshape/constant.js.map +1 -1
- package/dist/esm/dataReshape/dataReshapeByEncoding.d.ts +1 -0
- package/dist/esm/dataReshape/dataReshapeByEncoding.js +3 -2
- package/dist/esm/dataReshape/dataReshapeByEncoding.js.map +1 -1
- package/dist/esm/dataReshape/foldMeasures.d.ts +1 -0
- package/dist/esm/dataReshape/foldMeasures.js +5 -2
- package/dist/esm/dataReshape/foldMeasures.js.map +1 -1
- package/dist/esm/dataReshape/unfoldDimensions.js +14 -9
- package/dist/esm/dataReshape/unfoldDimensions.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/area.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/area.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/areaPercent.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/areaPercent.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/bar.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/bar.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/barParallel.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/barParallel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/barPercent.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/barPercent.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/boxplot.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/boxplot.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/column.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/column.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/columnParallel.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/columnParallel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/columnPercent.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/columnPercent.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/donut.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/donut.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/dualAxis.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/dualAxis.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/funnel.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/funnel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/heatmap.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/heatmap.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/histogram.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/histogram.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/line.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/line.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/pie.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/pie.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/radar.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/radar.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/rose.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/rose.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/roseParallel.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/roseParallel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/analysis/common.d.ts +3 -0
- package/dist/esm/pipeline/advanced/chart/pipes/analysis/common.js +22 -0
- package/dist/esm/pipeline/advanced/chart/pipes/analysis/common.js.map +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/analysis/index.d.ts +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/analysis/index.js +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/analysis/sortLegend.js +4 -25
- package/dist/esm/pipeline/advanced/chart/pipes/analysis/sortLegend.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/analysis/sortXBand.d.ts +1 -2
- package/dist/esm/pipeline/advanced/chart/pipes/analysis/sortXBand.js +2 -20
- package/dist/esm/pipeline/advanced/chart/pipes/analysis/sortXBand.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/analysis/sortYBand.js +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/analysis/sortYBand.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/default/{defaultMeasureName.d.ts → defaultMeasureId.d.ts} +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/default/defaultMeasureId.js +16 -0
- package/dist/esm/pipeline/advanced/chart/pipes/default/defaultMeasureId.js.map +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/default/index.d.ts +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/default/index.js +2 -2
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/bar.js +6 -6
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/bar.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/boxplot.js +7 -7
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/boxplot.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/color/addColorToEncoding.d.ts +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/color/addColorToEncoding.js +4 -4
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/color/addColorToEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/column.js +6 -6
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/column.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/dualAxis.js +6 -6
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/dualAxis.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/funnel.js +5 -5
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/funnel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/heatmap.js +7 -7
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/heatmap.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/histogram.js +6 -6
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/histogram.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/line.js +5 -5
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/line.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/pie.js +5 -5
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/pie.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/radar.js +5 -5
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/radar.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/rose.js +6 -6
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/rose.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/scatter.js +7 -7
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/scatter.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithDualEncoding.js +6 -3
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithDualEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithEncoding.js +4 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithScatterEncoding.js +6 -3
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithScatterEncoding.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/area.js +7 -4
- package/dist/esm/pipeline/spec/chart/pipeline/area.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/areaPercent.js +3 -2
- package/dist/esm/pipeline/spec/chart/pipeline/areaPercent.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/bar.js +4 -2
- package/dist/esm/pipeline/spec/chart/pipeline/bar.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js +4 -2
- package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/barPercent.js +4 -2
- package/dist/esm/pipeline/spec/chart/pipeline/barPercent.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/column.js +4 -2
- package/dist/esm/pipeline/spec/chart/pipeline/column.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js +4 -2
- package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.js +4 -2
- package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/donut.js +3 -1
- package/dist/esm/pipeline/spec/chart/pipeline/donut.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/dualAxis.js +3 -2
- package/dist/esm/pipeline/spec/chart/pipeline/dualAxis.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/funnel.js +2 -1
- package/dist/esm/pipeline/spec/chart/pipeline/funnel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js +3 -2
- package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/histogram.js +3 -2
- package/dist/esm/pipeline/spec/chart/pipeline/histogram.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/line.js +7 -4
- package/dist/esm/pipeline/spec/chart/pipeline/line.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/pie.js +4 -2
- package/dist/esm/pipeline/spec/chart/pipeline/pie.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/radar.js +3 -1
- package/dist/esm/pipeline/spec/chart/pipeline/radar.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/rose.js +3 -1
- package/dist/esm/pipeline/spec/chart/pipeline/rose.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/roseParallel.js +3 -1
- package/dist/esm/pipeline/spec/chart/pipeline/roseParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/scatter.js +3 -2
- package/dist/esm/pipeline/spec/chart/pipeline/scatter.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/annotation/index.d.ts +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/annotation/index.js +2 -1
- package/dist/esm/pipeline/spec/chart/pipes/annotation/splitLine.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/annotation/splitLine.js +169 -0
- package/dist/esm/pipeline/spec/chart/pipes/annotation/splitLine.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/color/color.d.ts +4 -1
- package/dist/esm/pipeline/spec/chart/pipes/color/color.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/color/color.js.map +1 -1
- 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/init/barParallel.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/barParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/boxplot.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/boxplot.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/columnParallel.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/columnParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/pivot.js +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/pivot.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/roseParallel.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/roseParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/label/label.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/label/label.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/legend/discreteLegend.js +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/legend/discreteLegend.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/legend/pivotDiscreteLegend.js +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/legend/pivotDiscreteLegend.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/index.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/index.js +3 -1
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAxisStyle.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAxisStyle.js +13 -0
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAxisStyle.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.js +38 -32
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotTitle.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotTitle.js +28 -0
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotTitle.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/region/addRegionPadding.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/region/addRegionPadding.js +10 -0
- package/dist/esm/pipeline/spec/chart/pipes/region/addRegionPadding.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/region/index.d.ts +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/region/index.js +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js +7 -6
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipDualAxis.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipDualAxis.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.d.ts +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.js +1 -6
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.js.map +1 -1
- package/dist/esm/theme/common/color.d.ts +4 -0
- package/dist/esm/theme/common/color.js +6 -2
- package/dist/esm/theme/common/color.js.map +1 -1
- package/dist/esm/theme/common/table.d.ts +6 -0
- package/dist/esm/theme/common/table.js +4 -1
- package/dist/esm/theme/common/table.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 +124 -1
- package/dist/esm/types/builder/builder.d.ts +4 -1
- package/dist/esm/types/builder/builder.js.map +1 -1
- package/dist/esm/types/properties/annotation/annotationHorizontalLine.d.ts +13 -0
- package/dist/esm/types/properties/config/area.d.ts +6 -0
- package/dist/esm/types/properties/config/bar.d.ts +9 -0
- package/dist/esm/types/properties/config/boxplot.d.ts +3 -0
- package/dist/esm/types/properties/config/color/color.d.ts +8 -0
- package/dist/esm/types/properties/config/color/color.js.map +1 -1
- package/dist/esm/types/properties/config/column.d.ts +9 -0
- package/dist/esm/types/properties/config/config.d.ts +60 -0
- package/dist/esm/types/properties/config/dualAxis.d.ts +3 -0
- package/dist/esm/types/properties/config/funnel.d.ts +3 -0
- package/dist/esm/types/properties/config/heatmap.d.ts +3 -0
- package/dist/esm/types/properties/config/histogram.d.ts +3 -0
- package/dist/esm/types/properties/config/line.d.ts +3 -0
- package/dist/esm/types/properties/config/pie.d.ts +9 -0
- package/dist/esm/types/properties/config/pivotGrid/pivotGrid.d.ts +3 -0
- package/dist/esm/types/properties/config/pivotGrid/pivotGrid.js +4 -1
- package/dist/esm/types/properties/config/pivotGrid/pivotGrid.js.map +1 -1
- package/dist/esm/types/properties/config/rose.d.ts +6 -0
- package/dist/esm/types/properties/config/scatter.d.ts +3 -0
- package/dist/esm/types/properties/datasetReshapeInfo/datasetReshapeInfo.d.ts +4 -1
- package/dist/esm/types/properties/datasetReshapeInfo/zDatasetReshapeInfo.d.ts +8 -2
- package/dist/esm/types/properties/datasetReshapeInfo/zDatasetReshapeInfo.js +4 -1
- package/dist/esm/types/properties/datasetReshapeInfo/zDatasetReshapeInfo.js.map +1 -1
- package/dist/esm/types/properties/theme/customTheme.d.ts +120 -0
- package/dist/umd/index.js +863 -249
- package/dist/umd/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/analysis/sort.d.ts +0 -0
- package/dist/esm/pipeline/advanced/chart/pipes/analysis/sort.js +0 -0
- package/dist/esm/pipeline/advanced/chart/pipes/default/defaultMeasureName.js +0 -16
- package/dist/esm/pipeline/advanced/chart/pipes/default/defaultMeasureName.js.map +0 -1
|
@@ -33,7 +33,10 @@ export declare class Builder implements VSeedBuilder {
|
|
|
33
33
|
* @description 获取颜色id映射
|
|
34
34
|
* @returns 颜色id映射
|
|
35
35
|
*/
|
|
36
|
-
getColorIdMap: () => Record<string,
|
|
36
|
+
getColorIdMap: () => Record<string, {
|
|
37
|
+
id: string;
|
|
38
|
+
alias: string;
|
|
39
|
+
}>;
|
|
37
40
|
/**
|
|
38
41
|
* @description 获取vseed
|
|
39
42
|
* @returns vseed
|
|
@@ -76,7 +79,10 @@ export declare class Builder implements VSeedBuilder {
|
|
|
76
79
|
encodingDetail: string;
|
|
77
80
|
encodingAngle: string;
|
|
78
81
|
colorItems: string[];
|
|
79
|
-
colorIdMap: Record<string,
|
|
82
|
+
colorIdMap: Record<string, {
|
|
83
|
+
id: string;
|
|
84
|
+
alias: string;
|
|
85
|
+
}>;
|
|
80
86
|
};
|
|
81
87
|
foldInfoList?: {
|
|
82
88
|
foldMap: Record<string, string | undefined>;
|
|
@@ -344,6 +350,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
344
350
|
frameCornerRadius?: number | null | undefined;
|
|
345
351
|
minChartWidth?: number | null | undefined;
|
|
346
352
|
minChartHeight?: number | null | undefined;
|
|
353
|
+
titleFontColor?: string | null | undefined;
|
|
354
|
+
titleFontSize?: number | null | undefined;
|
|
355
|
+
titleFontWeight?: string | null | undefined;
|
|
347
356
|
} | null | undefined;
|
|
348
357
|
annotation?: {
|
|
349
358
|
annotationPoint?: {
|
|
@@ -584,6 +593,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
584
593
|
frameCornerRadius?: number | null | undefined;
|
|
585
594
|
minChartWidth?: number | null | undefined;
|
|
586
595
|
minChartHeight?: number | null | undefined;
|
|
596
|
+
titleFontColor?: string | null | undefined;
|
|
597
|
+
titleFontSize?: number | null | undefined;
|
|
598
|
+
titleFontWeight?: string | null | undefined;
|
|
587
599
|
} | null | undefined;
|
|
588
600
|
annotation?: {
|
|
589
601
|
annotationPoint?: {
|
|
@@ -954,6 +966,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
954
966
|
frameCornerRadius?: number | null | undefined;
|
|
955
967
|
minChartWidth?: number | null | undefined;
|
|
956
968
|
minChartHeight?: number | null | undefined;
|
|
969
|
+
titleFontColor?: string | null | undefined;
|
|
970
|
+
titleFontSize?: number | null | undefined;
|
|
971
|
+
titleFontWeight?: string | null | undefined;
|
|
957
972
|
} | null | undefined;
|
|
958
973
|
annotation?: {
|
|
959
974
|
annotationPoint?: {
|
|
@@ -1194,6 +1209,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
1194
1209
|
frameCornerRadius?: number | null | undefined;
|
|
1195
1210
|
minChartWidth?: number | null | undefined;
|
|
1196
1211
|
minChartHeight?: number | null | undefined;
|
|
1212
|
+
titleFontColor?: string | null | undefined;
|
|
1213
|
+
titleFontSize?: number | null | undefined;
|
|
1214
|
+
titleFontWeight?: string | null | undefined;
|
|
1197
1215
|
} | null | undefined;
|
|
1198
1216
|
annotation?: {
|
|
1199
1217
|
annotationPoint?: {
|
|
@@ -1432,6 +1450,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
1432
1450
|
frameCornerRadius?: number | null | undefined;
|
|
1433
1451
|
minChartWidth?: number | null | undefined;
|
|
1434
1452
|
minChartHeight?: number | null | undefined;
|
|
1453
|
+
titleFontColor?: string | null | undefined;
|
|
1454
|
+
titleFontSize?: number | null | undefined;
|
|
1455
|
+
titleFontWeight?: string | null | undefined;
|
|
1435
1456
|
} | null | undefined;
|
|
1436
1457
|
annotation?: {
|
|
1437
1458
|
annotationPoint?: {
|
|
@@ -1670,6 +1691,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
1670
1691
|
frameCornerRadius?: number | null | undefined;
|
|
1671
1692
|
minChartWidth?: number | null | undefined;
|
|
1672
1693
|
minChartHeight?: number | null | undefined;
|
|
1694
|
+
titleFontColor?: string | null | undefined;
|
|
1695
|
+
titleFontSize?: number | null | undefined;
|
|
1696
|
+
titleFontWeight?: string | null | undefined;
|
|
1673
1697
|
} | null | undefined;
|
|
1674
1698
|
annotation?: {
|
|
1675
1699
|
annotationPoint?: {
|
|
@@ -1908,6 +1932,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
1908
1932
|
frameCornerRadius?: number | null | undefined;
|
|
1909
1933
|
minChartWidth?: number | null | undefined;
|
|
1910
1934
|
minChartHeight?: number | null | undefined;
|
|
1935
|
+
titleFontColor?: string | null | undefined;
|
|
1936
|
+
titleFontSize?: number | null | undefined;
|
|
1937
|
+
titleFontWeight?: string | null | undefined;
|
|
1911
1938
|
} | null | undefined;
|
|
1912
1939
|
annotation?: {
|
|
1913
1940
|
annotationPoint?: {
|
|
@@ -2146,6 +2173,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
2146
2173
|
frameCornerRadius?: number | null | undefined;
|
|
2147
2174
|
minChartWidth?: number | null | undefined;
|
|
2148
2175
|
minChartHeight?: number | null | undefined;
|
|
2176
|
+
titleFontColor?: string | null | undefined;
|
|
2177
|
+
titleFontSize?: number | null | undefined;
|
|
2178
|
+
titleFontWeight?: string | null | undefined;
|
|
2149
2179
|
} | null | undefined;
|
|
2150
2180
|
annotation?: {
|
|
2151
2181
|
annotationPoint?: {
|
|
@@ -2384,6 +2414,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
2384
2414
|
frameCornerRadius?: number | null | undefined;
|
|
2385
2415
|
minChartWidth?: number | null | undefined;
|
|
2386
2416
|
minChartHeight?: number | null | undefined;
|
|
2417
|
+
titleFontColor?: string | null | undefined;
|
|
2418
|
+
titleFontSize?: number | null | undefined;
|
|
2419
|
+
titleFontWeight?: string | null | undefined;
|
|
2387
2420
|
} | null | undefined;
|
|
2388
2421
|
annotation?: {
|
|
2389
2422
|
annotationPoint?: {
|
|
@@ -2637,6 +2670,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
2637
2670
|
frameCornerRadius?: number | null | undefined;
|
|
2638
2671
|
minChartWidth?: number | null | undefined;
|
|
2639
2672
|
minChartHeight?: number | null | undefined;
|
|
2673
|
+
titleFontColor?: string | null | undefined;
|
|
2674
|
+
titleFontSize?: number | null | undefined;
|
|
2675
|
+
titleFontWeight?: string | null | undefined;
|
|
2640
2676
|
} | null | undefined;
|
|
2641
2677
|
annotation?: {
|
|
2642
2678
|
annotationPoint?: {
|
|
@@ -3169,6 +3205,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
3169
3205
|
frameCornerRadius?: number | null | undefined;
|
|
3170
3206
|
minChartWidth?: number | null | undefined;
|
|
3171
3207
|
minChartHeight?: number | null | undefined;
|
|
3208
|
+
titleFontColor?: string | null | undefined;
|
|
3209
|
+
titleFontSize?: number | null | undefined;
|
|
3210
|
+
titleFontWeight?: string | null | undefined;
|
|
3172
3211
|
} | null | undefined;
|
|
3173
3212
|
annotation?: {
|
|
3174
3213
|
annotationPoint?: {
|
|
@@ -3307,6 +3346,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
3307
3346
|
frameCornerRadius?: number | null | undefined;
|
|
3308
3347
|
minChartWidth?: number | null | undefined;
|
|
3309
3348
|
minChartHeight?: number | null | undefined;
|
|
3349
|
+
titleFontColor?: string | null | undefined;
|
|
3350
|
+
titleFontSize?: number | null | undefined;
|
|
3351
|
+
titleFontWeight?: string | null | undefined;
|
|
3310
3352
|
} | null | undefined;
|
|
3311
3353
|
} | null | undefined;
|
|
3312
3354
|
roseParallel?: {
|
|
@@ -3368,6 +3410,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
3368
3410
|
frameCornerRadius?: number | null | undefined;
|
|
3369
3411
|
minChartWidth?: number | null | undefined;
|
|
3370
3412
|
minChartHeight?: number | null | undefined;
|
|
3413
|
+
titleFontColor?: string | null | undefined;
|
|
3414
|
+
titleFontSize?: number | null | undefined;
|
|
3415
|
+
titleFontWeight?: string | null | undefined;
|
|
3371
3416
|
} | null | undefined;
|
|
3372
3417
|
} | null | undefined;
|
|
3373
3418
|
pie?: {
|
|
@@ -3429,6 +3474,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
3429
3474
|
frameCornerRadius?: number | null | undefined;
|
|
3430
3475
|
minChartWidth?: number | null | undefined;
|
|
3431
3476
|
minChartHeight?: number | null | undefined;
|
|
3477
|
+
titleFontColor?: string | null | undefined;
|
|
3478
|
+
titleFontSize?: number | null | undefined;
|
|
3479
|
+
titleFontWeight?: string | null | undefined;
|
|
3432
3480
|
} | null | undefined;
|
|
3433
3481
|
cornerRadius?: number | null | undefined;
|
|
3434
3482
|
} | null | undefined;
|
|
@@ -3491,6 +3539,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
3491
3539
|
frameCornerRadius?: number | null | undefined;
|
|
3492
3540
|
minChartWidth?: number | null | undefined;
|
|
3493
3541
|
minChartHeight?: number | null | undefined;
|
|
3542
|
+
titleFontColor?: string | null | undefined;
|
|
3543
|
+
titleFontSize?: number | null | undefined;
|
|
3544
|
+
titleFontWeight?: string | null | undefined;
|
|
3494
3545
|
} | null | undefined;
|
|
3495
3546
|
cornerRadius?: number | null | undefined;
|
|
3496
3547
|
} | null | undefined;
|
|
@@ -3553,6 +3604,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
3553
3604
|
frameCornerRadius?: number | null | undefined;
|
|
3554
3605
|
minChartWidth?: number | null | undefined;
|
|
3555
3606
|
minChartHeight?: number | null | undefined;
|
|
3607
|
+
titleFontColor?: string | null | undefined;
|
|
3608
|
+
titleFontSize?: number | null | undefined;
|
|
3609
|
+
titleFontWeight?: string | null | undefined;
|
|
3556
3610
|
} | null | undefined;
|
|
3557
3611
|
cornerRadius?: number | null | undefined;
|
|
3558
3612
|
} | null | undefined;
|
|
@@ -3614,6 +3668,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
3614
3668
|
frameCornerRadius?: number | null | undefined;
|
|
3615
3669
|
minChartWidth?: number | null | undefined;
|
|
3616
3670
|
minChartHeight?: number | null | undefined;
|
|
3671
|
+
titleFontColor?: string | null | undefined;
|
|
3672
|
+
titleFontSize?: number | null | undefined;
|
|
3673
|
+
titleFontWeight?: string | null | undefined;
|
|
3617
3674
|
} | null | undefined;
|
|
3618
3675
|
transform?: {
|
|
3619
3676
|
backgroundColor?: string | null | undefined;
|
|
@@ -3678,6 +3735,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
3678
3735
|
frameCornerRadius?: number | null | undefined;
|
|
3679
3736
|
minChartWidth?: number | null | undefined;
|
|
3680
3737
|
minChartHeight?: number | null | undefined;
|
|
3738
|
+
titleFontColor?: string | null | undefined;
|
|
3739
|
+
titleFontSize?: number | null | undefined;
|
|
3740
|
+
titleFontWeight?: string | null | undefined;
|
|
3681
3741
|
} | null | undefined;
|
|
3682
3742
|
cell?: {
|
|
3683
3743
|
stroke?: string | null | undefined;
|
|
@@ -3843,6 +3903,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
3843
3903
|
frameCornerRadius?: number | null | undefined;
|
|
3844
3904
|
minChartWidth?: number | null | undefined;
|
|
3845
3905
|
minChartHeight?: number | null | undefined;
|
|
3906
|
+
titleFontColor?: string | null | undefined;
|
|
3907
|
+
titleFontSize?: number | null | undefined;
|
|
3908
|
+
titleFontWeight?: string | null | undefined;
|
|
3846
3909
|
} | null | undefined;
|
|
3847
3910
|
annotation?: {
|
|
3848
3911
|
annotationPoint?: {
|
|
@@ -4082,6 +4145,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
4082
4145
|
frameCornerRadius?: number | null | undefined;
|
|
4083
4146
|
minChartWidth?: number | null | undefined;
|
|
4084
4147
|
minChartHeight?: number | null | undefined;
|
|
4148
|
+
titleFontColor?: string | null | undefined;
|
|
4149
|
+
titleFontSize?: number | null | undefined;
|
|
4150
|
+
titleFontWeight?: string | null | undefined;
|
|
4085
4151
|
} | null | undefined;
|
|
4086
4152
|
annotation?: {
|
|
4087
4153
|
annotationPoint?: {
|
|
@@ -4720,6 +4786,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
4720
4786
|
frameCornerRadius?: number | null | undefined;
|
|
4721
4787
|
minChartWidth?: number | null | undefined;
|
|
4722
4788
|
minChartHeight?: number | null | undefined;
|
|
4789
|
+
titleFontColor?: string | null | undefined;
|
|
4790
|
+
titleFontSize?: number | null | undefined;
|
|
4791
|
+
titleFontWeight?: string | null | undefined;
|
|
4723
4792
|
} | null | undefined;
|
|
4724
4793
|
annotation?: {
|
|
4725
4794
|
annotationPoint?: {
|
|
@@ -4960,6 +5029,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
4960
5029
|
frameCornerRadius?: number | null | undefined;
|
|
4961
5030
|
minChartWidth?: number | null | undefined;
|
|
4962
5031
|
minChartHeight?: number | null | undefined;
|
|
5032
|
+
titleFontColor?: string | null | undefined;
|
|
5033
|
+
titleFontSize?: number | null | undefined;
|
|
5034
|
+
titleFontWeight?: string | null | undefined;
|
|
4963
5035
|
} | null | undefined;
|
|
4964
5036
|
annotation?: {
|
|
4965
5037
|
annotationPoint?: {
|
|
@@ -5330,6 +5402,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
5330
5402
|
frameCornerRadius?: number | null | undefined;
|
|
5331
5403
|
minChartWidth?: number | null | undefined;
|
|
5332
5404
|
minChartHeight?: number | null | undefined;
|
|
5405
|
+
titleFontColor?: string | null | undefined;
|
|
5406
|
+
titleFontSize?: number | null | undefined;
|
|
5407
|
+
titleFontWeight?: string | null | undefined;
|
|
5333
5408
|
} | null | undefined;
|
|
5334
5409
|
annotation?: {
|
|
5335
5410
|
annotationPoint?: {
|
|
@@ -5570,6 +5645,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
5570
5645
|
frameCornerRadius?: number | null | undefined;
|
|
5571
5646
|
minChartWidth?: number | null | undefined;
|
|
5572
5647
|
minChartHeight?: number | null | undefined;
|
|
5648
|
+
titleFontColor?: string | null | undefined;
|
|
5649
|
+
titleFontSize?: number | null | undefined;
|
|
5650
|
+
titleFontWeight?: string | null | undefined;
|
|
5573
5651
|
} | null | undefined;
|
|
5574
5652
|
annotation?: {
|
|
5575
5653
|
annotationPoint?: {
|
|
@@ -5808,6 +5886,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
5808
5886
|
frameCornerRadius?: number | null | undefined;
|
|
5809
5887
|
minChartWidth?: number | null | undefined;
|
|
5810
5888
|
minChartHeight?: number | null | undefined;
|
|
5889
|
+
titleFontColor?: string | null | undefined;
|
|
5890
|
+
titleFontSize?: number | null | undefined;
|
|
5891
|
+
titleFontWeight?: string | null | undefined;
|
|
5811
5892
|
} | null | undefined;
|
|
5812
5893
|
annotation?: {
|
|
5813
5894
|
annotationPoint?: {
|
|
@@ -6046,6 +6127,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
6046
6127
|
frameCornerRadius?: number | null | undefined;
|
|
6047
6128
|
minChartWidth?: number | null | undefined;
|
|
6048
6129
|
minChartHeight?: number | null | undefined;
|
|
6130
|
+
titleFontColor?: string | null | undefined;
|
|
6131
|
+
titleFontSize?: number | null | undefined;
|
|
6132
|
+
titleFontWeight?: string | null | undefined;
|
|
6049
6133
|
} | null | undefined;
|
|
6050
6134
|
annotation?: {
|
|
6051
6135
|
annotationPoint?: {
|
|
@@ -6284,6 +6368,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
6284
6368
|
frameCornerRadius?: number | null | undefined;
|
|
6285
6369
|
minChartWidth?: number | null | undefined;
|
|
6286
6370
|
minChartHeight?: number | null | undefined;
|
|
6371
|
+
titleFontColor?: string | null | undefined;
|
|
6372
|
+
titleFontSize?: number | null | undefined;
|
|
6373
|
+
titleFontWeight?: string | null | undefined;
|
|
6287
6374
|
} | null | undefined;
|
|
6288
6375
|
annotation?: {
|
|
6289
6376
|
annotationPoint?: {
|
|
@@ -6522,6 +6609,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
6522
6609
|
frameCornerRadius?: number | null | undefined;
|
|
6523
6610
|
minChartWidth?: number | null | undefined;
|
|
6524
6611
|
minChartHeight?: number | null | undefined;
|
|
6612
|
+
titleFontColor?: string | null | undefined;
|
|
6613
|
+
titleFontSize?: number | null | undefined;
|
|
6614
|
+
titleFontWeight?: string | null | undefined;
|
|
6525
6615
|
} | null | undefined;
|
|
6526
6616
|
annotation?: {
|
|
6527
6617
|
annotationPoint?: {
|
|
@@ -6760,6 +6850,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
6760
6850
|
frameCornerRadius?: number | null | undefined;
|
|
6761
6851
|
minChartWidth?: number | null | undefined;
|
|
6762
6852
|
minChartHeight?: number | null | undefined;
|
|
6853
|
+
titleFontColor?: string | null | undefined;
|
|
6854
|
+
titleFontSize?: number | null | undefined;
|
|
6855
|
+
titleFontWeight?: string | null | undefined;
|
|
6763
6856
|
} | null | undefined;
|
|
6764
6857
|
annotation?: {
|
|
6765
6858
|
annotationPoint?: {
|
|
@@ -7013,6 +7106,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
7013
7106
|
frameCornerRadius?: number | null | undefined;
|
|
7014
7107
|
minChartWidth?: number | null | undefined;
|
|
7015
7108
|
minChartHeight?: number | null | undefined;
|
|
7109
|
+
titleFontColor?: string | null | undefined;
|
|
7110
|
+
titleFontSize?: number | null | undefined;
|
|
7111
|
+
titleFontWeight?: string | null | undefined;
|
|
7016
7112
|
} | null | undefined;
|
|
7017
7113
|
annotation?: {
|
|
7018
7114
|
annotationPoint?: {
|
|
@@ -7545,6 +7641,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
7545
7641
|
frameCornerRadius?: number | null | undefined;
|
|
7546
7642
|
minChartWidth?: number | null | undefined;
|
|
7547
7643
|
minChartHeight?: number | null | undefined;
|
|
7644
|
+
titleFontColor?: string | null | undefined;
|
|
7645
|
+
titleFontSize?: number | null | undefined;
|
|
7646
|
+
titleFontWeight?: string | null | undefined;
|
|
7548
7647
|
} | null | undefined;
|
|
7549
7648
|
annotation?: {
|
|
7550
7649
|
annotationPoint?: {
|
|
@@ -7683,6 +7782,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
7683
7782
|
frameCornerRadius?: number | null | undefined;
|
|
7684
7783
|
minChartWidth?: number | null | undefined;
|
|
7685
7784
|
minChartHeight?: number | null | undefined;
|
|
7785
|
+
titleFontColor?: string | null | undefined;
|
|
7786
|
+
titleFontSize?: number | null | undefined;
|
|
7787
|
+
titleFontWeight?: string | null | undefined;
|
|
7686
7788
|
} | null | undefined;
|
|
7687
7789
|
} | null | undefined;
|
|
7688
7790
|
roseParallel?: {
|
|
@@ -7744,6 +7846,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
7744
7846
|
frameCornerRadius?: number | null | undefined;
|
|
7745
7847
|
minChartWidth?: number | null | undefined;
|
|
7746
7848
|
minChartHeight?: number | null | undefined;
|
|
7849
|
+
titleFontColor?: string | null | undefined;
|
|
7850
|
+
titleFontSize?: number | null | undefined;
|
|
7851
|
+
titleFontWeight?: string | null | undefined;
|
|
7747
7852
|
} | null | undefined;
|
|
7748
7853
|
} | null | undefined;
|
|
7749
7854
|
pie?: {
|
|
@@ -7805,6 +7910,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
7805
7910
|
frameCornerRadius?: number | null | undefined;
|
|
7806
7911
|
minChartWidth?: number | null | undefined;
|
|
7807
7912
|
minChartHeight?: number | null | undefined;
|
|
7913
|
+
titleFontColor?: string | null | undefined;
|
|
7914
|
+
titleFontSize?: number | null | undefined;
|
|
7915
|
+
titleFontWeight?: string | null | undefined;
|
|
7808
7916
|
} | null | undefined;
|
|
7809
7917
|
cornerRadius?: number | null | undefined;
|
|
7810
7918
|
} | null | undefined;
|
|
@@ -7867,6 +7975,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
7867
7975
|
frameCornerRadius?: number | null | undefined;
|
|
7868
7976
|
minChartWidth?: number | null | undefined;
|
|
7869
7977
|
minChartHeight?: number | null | undefined;
|
|
7978
|
+
titleFontColor?: string | null | undefined;
|
|
7979
|
+
titleFontSize?: number | null | undefined;
|
|
7980
|
+
titleFontWeight?: string | null | undefined;
|
|
7870
7981
|
} | null | undefined;
|
|
7871
7982
|
cornerRadius?: number | null | undefined;
|
|
7872
7983
|
} | null | undefined;
|
|
@@ -7929,6 +8040,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
7929
8040
|
frameCornerRadius?: number | null | undefined;
|
|
7930
8041
|
minChartWidth?: number | null | undefined;
|
|
7931
8042
|
minChartHeight?: number | null | undefined;
|
|
8043
|
+
titleFontColor?: string | null | undefined;
|
|
8044
|
+
titleFontSize?: number | null | undefined;
|
|
8045
|
+
titleFontWeight?: string | null | undefined;
|
|
7932
8046
|
} | null | undefined;
|
|
7933
8047
|
cornerRadius?: number | null | undefined;
|
|
7934
8048
|
} | null | undefined;
|
|
@@ -7990,6 +8104,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
7990
8104
|
frameCornerRadius?: number | null | undefined;
|
|
7991
8105
|
minChartWidth?: number | null | undefined;
|
|
7992
8106
|
minChartHeight?: number | null | undefined;
|
|
8107
|
+
titleFontColor?: string | null | undefined;
|
|
8108
|
+
titleFontSize?: number | null | undefined;
|
|
8109
|
+
titleFontWeight?: string | null | undefined;
|
|
7993
8110
|
} | null | undefined;
|
|
7994
8111
|
transform?: {
|
|
7995
8112
|
backgroundColor?: string | null | undefined;
|
|
@@ -8054,6 +8171,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
8054
8171
|
frameCornerRadius?: number | null | undefined;
|
|
8055
8172
|
minChartWidth?: number | null | undefined;
|
|
8056
8173
|
minChartHeight?: number | null | undefined;
|
|
8174
|
+
titleFontColor?: string | null | undefined;
|
|
8175
|
+
titleFontSize?: number | null | undefined;
|
|
8176
|
+
titleFontWeight?: string | null | undefined;
|
|
8057
8177
|
} | null | undefined;
|
|
8058
8178
|
cell?: {
|
|
8059
8179
|
stroke?: string | null | undefined;
|
|
@@ -8219,6 +8339,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
8219
8339
|
frameCornerRadius?: number | null | undefined;
|
|
8220
8340
|
minChartWidth?: number | null | undefined;
|
|
8221
8341
|
minChartHeight?: number | null | undefined;
|
|
8342
|
+
titleFontColor?: string | null | undefined;
|
|
8343
|
+
titleFontSize?: number | null | undefined;
|
|
8344
|
+
titleFontWeight?: string | null | undefined;
|
|
8222
8345
|
} | null | undefined;
|
|
8223
8346
|
annotation?: {
|
|
8224
8347
|
annotationPoint?: {
|
|
@@ -8458,6 +8581,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
8458
8581
|
frameCornerRadius?: number | null | undefined;
|
|
8459
8582
|
minChartWidth?: number | null | undefined;
|
|
8460
8583
|
minChartHeight?: number | null | undefined;
|
|
8584
|
+
titleFontColor?: string | null | undefined;
|
|
8585
|
+
titleFontSize?: number | null | undefined;
|
|
8586
|
+
titleFontWeight?: string | null | undefined;
|
|
8461
8587
|
} | null | undefined;
|
|
8462
8588
|
annotation?: {
|
|
8463
8589
|
annotationPoint?: {
|
|
@@ -9159,7 +9285,10 @@ export declare class Builder implements VSeedBuilder {
|
|
|
9159
9285
|
encodingDetail: string;
|
|
9160
9286
|
encodingAngle: string;
|
|
9161
9287
|
colorItems: string[];
|
|
9162
|
-
colorIdMap: Record<string,
|
|
9288
|
+
colorIdMap: Record<string, {
|
|
9289
|
+
id: string;
|
|
9290
|
+
alias: string;
|
|
9291
|
+
}>;
|
|
9163
9292
|
};
|
|
9164
9293
|
foldInfoList?: {
|
|
9165
9294
|
foldMap: Record<string, string | undefined>;
|
|
@@ -9427,6 +9556,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
9427
9556
|
frameCornerRadius?: number | null | undefined;
|
|
9428
9557
|
minChartWidth?: number | null | undefined;
|
|
9429
9558
|
minChartHeight?: number | null | undefined;
|
|
9559
|
+
titleFontColor?: string | null | undefined;
|
|
9560
|
+
titleFontSize?: number | null | undefined;
|
|
9561
|
+
titleFontWeight?: string | null | undefined;
|
|
9430
9562
|
} | null | undefined;
|
|
9431
9563
|
annotation?: {
|
|
9432
9564
|
annotationPoint?: {
|
|
@@ -9667,6 +9799,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
9667
9799
|
frameCornerRadius?: number | null | undefined;
|
|
9668
9800
|
minChartWidth?: number | null | undefined;
|
|
9669
9801
|
minChartHeight?: number | null | undefined;
|
|
9802
|
+
titleFontColor?: string | null | undefined;
|
|
9803
|
+
titleFontSize?: number | null | undefined;
|
|
9804
|
+
titleFontWeight?: string | null | undefined;
|
|
9670
9805
|
} | null | undefined;
|
|
9671
9806
|
annotation?: {
|
|
9672
9807
|
annotationPoint?: {
|
|
@@ -10037,6 +10172,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
10037
10172
|
frameCornerRadius?: number | null | undefined;
|
|
10038
10173
|
minChartWidth?: number | null | undefined;
|
|
10039
10174
|
minChartHeight?: number | null | undefined;
|
|
10175
|
+
titleFontColor?: string | null | undefined;
|
|
10176
|
+
titleFontSize?: number | null | undefined;
|
|
10177
|
+
titleFontWeight?: string | null | undefined;
|
|
10040
10178
|
} | null | undefined;
|
|
10041
10179
|
annotation?: {
|
|
10042
10180
|
annotationPoint?: {
|
|
@@ -10277,6 +10415,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
10277
10415
|
frameCornerRadius?: number | null | undefined;
|
|
10278
10416
|
minChartWidth?: number | null | undefined;
|
|
10279
10417
|
minChartHeight?: number | null | undefined;
|
|
10418
|
+
titleFontColor?: string | null | undefined;
|
|
10419
|
+
titleFontSize?: number | null | undefined;
|
|
10420
|
+
titleFontWeight?: string | null | undefined;
|
|
10280
10421
|
} | null | undefined;
|
|
10281
10422
|
annotation?: {
|
|
10282
10423
|
annotationPoint?: {
|
|
@@ -10515,6 +10656,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
10515
10656
|
frameCornerRadius?: number | null | undefined;
|
|
10516
10657
|
minChartWidth?: number | null | undefined;
|
|
10517
10658
|
minChartHeight?: number | null | undefined;
|
|
10659
|
+
titleFontColor?: string | null | undefined;
|
|
10660
|
+
titleFontSize?: number | null | undefined;
|
|
10661
|
+
titleFontWeight?: string | null | undefined;
|
|
10518
10662
|
} | null | undefined;
|
|
10519
10663
|
annotation?: {
|
|
10520
10664
|
annotationPoint?: {
|
|
@@ -10753,6 +10897,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
10753
10897
|
frameCornerRadius?: number | null | undefined;
|
|
10754
10898
|
minChartWidth?: number | null | undefined;
|
|
10755
10899
|
minChartHeight?: number | null | undefined;
|
|
10900
|
+
titleFontColor?: string | null | undefined;
|
|
10901
|
+
titleFontSize?: number | null | undefined;
|
|
10902
|
+
titleFontWeight?: string | null | undefined;
|
|
10756
10903
|
} | null | undefined;
|
|
10757
10904
|
annotation?: {
|
|
10758
10905
|
annotationPoint?: {
|
|
@@ -10991,6 +11138,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
10991
11138
|
frameCornerRadius?: number | null | undefined;
|
|
10992
11139
|
minChartWidth?: number | null | undefined;
|
|
10993
11140
|
minChartHeight?: number | null | undefined;
|
|
11141
|
+
titleFontColor?: string | null | undefined;
|
|
11142
|
+
titleFontSize?: number | null | undefined;
|
|
11143
|
+
titleFontWeight?: string | null | undefined;
|
|
10994
11144
|
} | null | undefined;
|
|
10995
11145
|
annotation?: {
|
|
10996
11146
|
annotationPoint?: {
|
|
@@ -11229,6 +11379,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
11229
11379
|
frameCornerRadius?: number | null | undefined;
|
|
11230
11380
|
minChartWidth?: number | null | undefined;
|
|
11231
11381
|
minChartHeight?: number | null | undefined;
|
|
11382
|
+
titleFontColor?: string | null | undefined;
|
|
11383
|
+
titleFontSize?: number | null | undefined;
|
|
11384
|
+
titleFontWeight?: string | null | undefined;
|
|
11232
11385
|
} | null | undefined;
|
|
11233
11386
|
annotation?: {
|
|
11234
11387
|
annotationPoint?: {
|
|
@@ -11467,6 +11620,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
11467
11620
|
frameCornerRadius?: number | null | undefined;
|
|
11468
11621
|
minChartWidth?: number | null | undefined;
|
|
11469
11622
|
minChartHeight?: number | null | undefined;
|
|
11623
|
+
titleFontColor?: string | null | undefined;
|
|
11624
|
+
titleFontSize?: number | null | undefined;
|
|
11625
|
+
titleFontWeight?: string | null | undefined;
|
|
11470
11626
|
} | null | undefined;
|
|
11471
11627
|
annotation?: {
|
|
11472
11628
|
annotationPoint?: {
|
|
@@ -11720,6 +11876,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
11720
11876
|
frameCornerRadius?: number | null | undefined;
|
|
11721
11877
|
minChartWidth?: number | null | undefined;
|
|
11722
11878
|
minChartHeight?: number | null | undefined;
|
|
11879
|
+
titleFontColor?: string | null | undefined;
|
|
11880
|
+
titleFontSize?: number | null | undefined;
|
|
11881
|
+
titleFontWeight?: string | null | undefined;
|
|
11723
11882
|
} | null | undefined;
|
|
11724
11883
|
annotation?: {
|
|
11725
11884
|
annotationPoint?: {
|
|
@@ -12252,6 +12411,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
12252
12411
|
frameCornerRadius?: number | null | undefined;
|
|
12253
12412
|
minChartWidth?: number | null | undefined;
|
|
12254
12413
|
minChartHeight?: number | null | undefined;
|
|
12414
|
+
titleFontColor?: string | null | undefined;
|
|
12415
|
+
titleFontSize?: number | null | undefined;
|
|
12416
|
+
titleFontWeight?: string | null | undefined;
|
|
12255
12417
|
} | null | undefined;
|
|
12256
12418
|
annotation?: {
|
|
12257
12419
|
annotationPoint?: {
|
|
@@ -12390,6 +12552,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
12390
12552
|
frameCornerRadius?: number | null | undefined;
|
|
12391
12553
|
minChartWidth?: number | null | undefined;
|
|
12392
12554
|
minChartHeight?: number | null | undefined;
|
|
12555
|
+
titleFontColor?: string | null | undefined;
|
|
12556
|
+
titleFontSize?: number | null | undefined;
|
|
12557
|
+
titleFontWeight?: string | null | undefined;
|
|
12393
12558
|
} | null | undefined;
|
|
12394
12559
|
} | null | undefined;
|
|
12395
12560
|
roseParallel?: {
|
|
@@ -12451,6 +12616,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
12451
12616
|
frameCornerRadius?: number | null | undefined;
|
|
12452
12617
|
minChartWidth?: number | null | undefined;
|
|
12453
12618
|
minChartHeight?: number | null | undefined;
|
|
12619
|
+
titleFontColor?: string | null | undefined;
|
|
12620
|
+
titleFontSize?: number | null | undefined;
|
|
12621
|
+
titleFontWeight?: string | null | undefined;
|
|
12454
12622
|
} | null | undefined;
|
|
12455
12623
|
} | null | undefined;
|
|
12456
12624
|
pie?: {
|
|
@@ -12512,6 +12680,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
12512
12680
|
frameCornerRadius?: number | null | undefined;
|
|
12513
12681
|
minChartWidth?: number | null | undefined;
|
|
12514
12682
|
minChartHeight?: number | null | undefined;
|
|
12683
|
+
titleFontColor?: string | null | undefined;
|
|
12684
|
+
titleFontSize?: number | null | undefined;
|
|
12685
|
+
titleFontWeight?: string | null | undefined;
|
|
12515
12686
|
} | null | undefined;
|
|
12516
12687
|
cornerRadius?: number | null | undefined;
|
|
12517
12688
|
} | null | undefined;
|
|
@@ -12574,6 +12745,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
12574
12745
|
frameCornerRadius?: number | null | undefined;
|
|
12575
12746
|
minChartWidth?: number | null | undefined;
|
|
12576
12747
|
minChartHeight?: number | null | undefined;
|
|
12748
|
+
titleFontColor?: string | null | undefined;
|
|
12749
|
+
titleFontSize?: number | null | undefined;
|
|
12750
|
+
titleFontWeight?: string | null | undefined;
|
|
12577
12751
|
} | null | undefined;
|
|
12578
12752
|
cornerRadius?: number | null | undefined;
|
|
12579
12753
|
} | null | undefined;
|
|
@@ -12636,6 +12810,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
12636
12810
|
frameCornerRadius?: number | null | undefined;
|
|
12637
12811
|
minChartWidth?: number | null | undefined;
|
|
12638
12812
|
minChartHeight?: number | null | undefined;
|
|
12813
|
+
titleFontColor?: string | null | undefined;
|
|
12814
|
+
titleFontSize?: number | null | undefined;
|
|
12815
|
+
titleFontWeight?: string | null | undefined;
|
|
12639
12816
|
} | null | undefined;
|
|
12640
12817
|
cornerRadius?: number | null | undefined;
|
|
12641
12818
|
} | null | undefined;
|
|
@@ -12697,6 +12874,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
12697
12874
|
frameCornerRadius?: number | null | undefined;
|
|
12698
12875
|
minChartWidth?: number | null | undefined;
|
|
12699
12876
|
minChartHeight?: number | null | undefined;
|
|
12877
|
+
titleFontColor?: string | null | undefined;
|
|
12878
|
+
titleFontSize?: number | null | undefined;
|
|
12879
|
+
titleFontWeight?: string | null | undefined;
|
|
12700
12880
|
} | null | undefined;
|
|
12701
12881
|
transform?: {
|
|
12702
12882
|
backgroundColor?: string | null | undefined;
|
|
@@ -12761,6 +12941,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
12761
12941
|
frameCornerRadius?: number | null | undefined;
|
|
12762
12942
|
minChartWidth?: number | null | undefined;
|
|
12763
12943
|
minChartHeight?: number | null | undefined;
|
|
12944
|
+
titleFontColor?: string | null | undefined;
|
|
12945
|
+
titleFontSize?: number | null | undefined;
|
|
12946
|
+
titleFontWeight?: string | null | undefined;
|
|
12764
12947
|
} | null | undefined;
|
|
12765
12948
|
cell?: {
|
|
12766
12949
|
stroke?: string | null | undefined;
|
|
@@ -12926,6 +13109,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
12926
13109
|
frameCornerRadius?: number | null | undefined;
|
|
12927
13110
|
minChartWidth?: number | null | undefined;
|
|
12928
13111
|
minChartHeight?: number | null | undefined;
|
|
13112
|
+
titleFontColor?: string | null | undefined;
|
|
13113
|
+
titleFontSize?: number | null | undefined;
|
|
13114
|
+
titleFontWeight?: string | null | undefined;
|
|
12929
13115
|
} | null | undefined;
|
|
12930
13116
|
annotation?: {
|
|
12931
13117
|
annotationPoint?: {
|
|
@@ -13165,6 +13351,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
13165
13351
|
frameCornerRadius?: number | null | undefined;
|
|
13166
13352
|
minChartWidth?: number | null | undefined;
|
|
13167
13353
|
minChartHeight?: number | null | undefined;
|
|
13354
|
+
titleFontColor?: string | null | undefined;
|
|
13355
|
+
titleFontSize?: number | null | undefined;
|
|
13356
|
+
titleFontWeight?: string | null | undefined;
|
|
13168
13357
|
} | null | undefined;
|
|
13169
13358
|
annotation?: {
|
|
13170
13359
|
annotationPoint?: {
|
|
@@ -13803,6 +13992,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
13803
13992
|
frameCornerRadius?: number | null | undefined;
|
|
13804
13993
|
minChartWidth?: number | null | undefined;
|
|
13805
13994
|
minChartHeight?: number | null | undefined;
|
|
13995
|
+
titleFontColor?: string | null | undefined;
|
|
13996
|
+
titleFontSize?: number | null | undefined;
|
|
13997
|
+
titleFontWeight?: string | null | undefined;
|
|
13806
13998
|
} | null | undefined;
|
|
13807
13999
|
annotation?: {
|
|
13808
14000
|
annotationPoint?: {
|
|
@@ -14043,6 +14235,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
14043
14235
|
frameCornerRadius?: number | null | undefined;
|
|
14044
14236
|
minChartWidth?: number | null | undefined;
|
|
14045
14237
|
minChartHeight?: number | null | undefined;
|
|
14238
|
+
titleFontColor?: string | null | undefined;
|
|
14239
|
+
titleFontSize?: number | null | undefined;
|
|
14240
|
+
titleFontWeight?: string | null | undefined;
|
|
14046
14241
|
} | null | undefined;
|
|
14047
14242
|
annotation?: {
|
|
14048
14243
|
annotationPoint?: {
|
|
@@ -14413,6 +14608,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
14413
14608
|
frameCornerRadius?: number | null | undefined;
|
|
14414
14609
|
minChartWidth?: number | null | undefined;
|
|
14415
14610
|
minChartHeight?: number | null | undefined;
|
|
14611
|
+
titleFontColor?: string | null | undefined;
|
|
14612
|
+
titleFontSize?: number | null | undefined;
|
|
14613
|
+
titleFontWeight?: string | null | undefined;
|
|
14416
14614
|
} | null | undefined;
|
|
14417
14615
|
annotation?: {
|
|
14418
14616
|
annotationPoint?: {
|
|
@@ -14653,6 +14851,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
14653
14851
|
frameCornerRadius?: number | null | undefined;
|
|
14654
14852
|
minChartWidth?: number | null | undefined;
|
|
14655
14853
|
minChartHeight?: number | null | undefined;
|
|
14854
|
+
titleFontColor?: string | null | undefined;
|
|
14855
|
+
titleFontSize?: number | null | undefined;
|
|
14856
|
+
titleFontWeight?: string | null | undefined;
|
|
14656
14857
|
} | null | undefined;
|
|
14657
14858
|
annotation?: {
|
|
14658
14859
|
annotationPoint?: {
|
|
@@ -14891,6 +15092,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
14891
15092
|
frameCornerRadius?: number | null | undefined;
|
|
14892
15093
|
minChartWidth?: number | null | undefined;
|
|
14893
15094
|
minChartHeight?: number | null | undefined;
|
|
15095
|
+
titleFontColor?: string | null | undefined;
|
|
15096
|
+
titleFontSize?: number | null | undefined;
|
|
15097
|
+
titleFontWeight?: string | null | undefined;
|
|
14894
15098
|
} | null | undefined;
|
|
14895
15099
|
annotation?: {
|
|
14896
15100
|
annotationPoint?: {
|
|
@@ -15129,6 +15333,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
15129
15333
|
frameCornerRadius?: number | null | undefined;
|
|
15130
15334
|
minChartWidth?: number | null | undefined;
|
|
15131
15335
|
minChartHeight?: number | null | undefined;
|
|
15336
|
+
titleFontColor?: string | null | undefined;
|
|
15337
|
+
titleFontSize?: number | null | undefined;
|
|
15338
|
+
titleFontWeight?: string | null | undefined;
|
|
15132
15339
|
} | null | undefined;
|
|
15133
15340
|
annotation?: {
|
|
15134
15341
|
annotationPoint?: {
|
|
@@ -15367,6 +15574,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
15367
15574
|
frameCornerRadius?: number | null | undefined;
|
|
15368
15575
|
minChartWidth?: number | null | undefined;
|
|
15369
15576
|
minChartHeight?: number | null | undefined;
|
|
15577
|
+
titleFontColor?: string | null | undefined;
|
|
15578
|
+
titleFontSize?: number | null | undefined;
|
|
15579
|
+
titleFontWeight?: string | null | undefined;
|
|
15370
15580
|
} | null | undefined;
|
|
15371
15581
|
annotation?: {
|
|
15372
15582
|
annotationPoint?: {
|
|
@@ -15605,6 +15815,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
15605
15815
|
frameCornerRadius?: number | null | undefined;
|
|
15606
15816
|
minChartWidth?: number | null | undefined;
|
|
15607
15817
|
minChartHeight?: number | null | undefined;
|
|
15818
|
+
titleFontColor?: string | null | undefined;
|
|
15819
|
+
titleFontSize?: number | null | undefined;
|
|
15820
|
+
titleFontWeight?: string | null | undefined;
|
|
15608
15821
|
} | null | undefined;
|
|
15609
15822
|
annotation?: {
|
|
15610
15823
|
annotationPoint?: {
|
|
@@ -15843,6 +16056,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
15843
16056
|
frameCornerRadius?: number | null | undefined;
|
|
15844
16057
|
minChartWidth?: number | null | undefined;
|
|
15845
16058
|
minChartHeight?: number | null | undefined;
|
|
16059
|
+
titleFontColor?: string | null | undefined;
|
|
16060
|
+
titleFontSize?: number | null | undefined;
|
|
16061
|
+
titleFontWeight?: string | null | undefined;
|
|
15846
16062
|
} | null | undefined;
|
|
15847
16063
|
annotation?: {
|
|
15848
16064
|
annotationPoint?: {
|
|
@@ -16096,6 +16312,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
16096
16312
|
frameCornerRadius?: number | null | undefined;
|
|
16097
16313
|
minChartWidth?: number | null | undefined;
|
|
16098
16314
|
minChartHeight?: number | null | undefined;
|
|
16315
|
+
titleFontColor?: string | null | undefined;
|
|
16316
|
+
titleFontSize?: number | null | undefined;
|
|
16317
|
+
titleFontWeight?: string | null | undefined;
|
|
16099
16318
|
} | null | undefined;
|
|
16100
16319
|
annotation?: {
|
|
16101
16320
|
annotationPoint?: {
|
|
@@ -16628,6 +16847,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
16628
16847
|
frameCornerRadius?: number | null | undefined;
|
|
16629
16848
|
minChartWidth?: number | null | undefined;
|
|
16630
16849
|
minChartHeight?: number | null | undefined;
|
|
16850
|
+
titleFontColor?: string | null | undefined;
|
|
16851
|
+
titleFontSize?: number | null | undefined;
|
|
16852
|
+
titleFontWeight?: string | null | undefined;
|
|
16631
16853
|
} | null | undefined;
|
|
16632
16854
|
annotation?: {
|
|
16633
16855
|
annotationPoint?: {
|
|
@@ -16766,6 +16988,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
16766
16988
|
frameCornerRadius?: number | null | undefined;
|
|
16767
16989
|
minChartWidth?: number | null | undefined;
|
|
16768
16990
|
minChartHeight?: number | null | undefined;
|
|
16991
|
+
titleFontColor?: string | null | undefined;
|
|
16992
|
+
titleFontSize?: number | null | undefined;
|
|
16993
|
+
titleFontWeight?: string | null | undefined;
|
|
16769
16994
|
} | null | undefined;
|
|
16770
16995
|
} | null | undefined;
|
|
16771
16996
|
roseParallel?: {
|
|
@@ -16827,6 +17052,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
16827
17052
|
frameCornerRadius?: number | null | undefined;
|
|
16828
17053
|
minChartWidth?: number | null | undefined;
|
|
16829
17054
|
minChartHeight?: number | null | undefined;
|
|
17055
|
+
titleFontColor?: string | null | undefined;
|
|
17056
|
+
titleFontSize?: number | null | undefined;
|
|
17057
|
+
titleFontWeight?: string | null | undefined;
|
|
16830
17058
|
} | null | undefined;
|
|
16831
17059
|
} | null | undefined;
|
|
16832
17060
|
pie?: {
|
|
@@ -16888,6 +17116,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
16888
17116
|
frameCornerRadius?: number | null | undefined;
|
|
16889
17117
|
minChartWidth?: number | null | undefined;
|
|
16890
17118
|
minChartHeight?: number | null | undefined;
|
|
17119
|
+
titleFontColor?: string | null | undefined;
|
|
17120
|
+
titleFontSize?: number | null | undefined;
|
|
17121
|
+
titleFontWeight?: string | null | undefined;
|
|
16891
17122
|
} | null | undefined;
|
|
16892
17123
|
cornerRadius?: number | null | undefined;
|
|
16893
17124
|
} | null | undefined;
|
|
@@ -16950,6 +17181,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
16950
17181
|
frameCornerRadius?: number | null | undefined;
|
|
16951
17182
|
minChartWidth?: number | null | undefined;
|
|
16952
17183
|
minChartHeight?: number | null | undefined;
|
|
17184
|
+
titleFontColor?: string | null | undefined;
|
|
17185
|
+
titleFontSize?: number | null | undefined;
|
|
17186
|
+
titleFontWeight?: string | null | undefined;
|
|
16953
17187
|
} | null | undefined;
|
|
16954
17188
|
cornerRadius?: number | null | undefined;
|
|
16955
17189
|
} | null | undefined;
|
|
@@ -17012,6 +17246,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
17012
17246
|
frameCornerRadius?: number | null | undefined;
|
|
17013
17247
|
minChartWidth?: number | null | undefined;
|
|
17014
17248
|
minChartHeight?: number | null | undefined;
|
|
17249
|
+
titleFontColor?: string | null | undefined;
|
|
17250
|
+
titleFontSize?: number | null | undefined;
|
|
17251
|
+
titleFontWeight?: string | null | undefined;
|
|
17015
17252
|
} | null | undefined;
|
|
17016
17253
|
cornerRadius?: number | null | undefined;
|
|
17017
17254
|
} | null | undefined;
|
|
@@ -17073,6 +17310,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
17073
17310
|
frameCornerRadius?: number | null | undefined;
|
|
17074
17311
|
minChartWidth?: number | null | undefined;
|
|
17075
17312
|
minChartHeight?: number | null | undefined;
|
|
17313
|
+
titleFontColor?: string | null | undefined;
|
|
17314
|
+
titleFontSize?: number | null | undefined;
|
|
17315
|
+
titleFontWeight?: string | null | undefined;
|
|
17076
17316
|
} | null | undefined;
|
|
17077
17317
|
transform?: {
|
|
17078
17318
|
backgroundColor?: string | null | undefined;
|
|
@@ -17137,6 +17377,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
17137
17377
|
frameCornerRadius?: number | null | undefined;
|
|
17138
17378
|
minChartWidth?: number | null | undefined;
|
|
17139
17379
|
minChartHeight?: number | null | undefined;
|
|
17380
|
+
titleFontColor?: string | null | undefined;
|
|
17381
|
+
titleFontSize?: number | null | undefined;
|
|
17382
|
+
titleFontWeight?: string | null | undefined;
|
|
17140
17383
|
} | null | undefined;
|
|
17141
17384
|
cell?: {
|
|
17142
17385
|
stroke?: string | null | undefined;
|
|
@@ -17302,6 +17545,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
17302
17545
|
frameCornerRadius?: number | null | undefined;
|
|
17303
17546
|
minChartWidth?: number | null | undefined;
|
|
17304
17547
|
minChartHeight?: number | null | undefined;
|
|
17548
|
+
titleFontColor?: string | null | undefined;
|
|
17549
|
+
titleFontSize?: number | null | undefined;
|
|
17550
|
+
titleFontWeight?: string | null | undefined;
|
|
17305
17551
|
} | null | undefined;
|
|
17306
17552
|
annotation?: {
|
|
17307
17553
|
annotationPoint?: {
|
|
@@ -17541,6 +17787,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
17541
17787
|
frameCornerRadius?: number | null | undefined;
|
|
17542
17788
|
minChartWidth?: number | null | undefined;
|
|
17543
17789
|
minChartHeight?: number | null | undefined;
|
|
17790
|
+
titleFontColor?: string | null | undefined;
|
|
17791
|
+
titleFontSize?: number | null | undefined;
|
|
17792
|
+
titleFontWeight?: string | null | undefined;
|
|
17544
17793
|
} | null | undefined;
|
|
17545
17794
|
annotation?: {
|
|
17546
17795
|
annotationPoint?: {
|
|
@@ -18440,6 +18689,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
18440
18689
|
frameCornerRadius?: number | null | undefined;
|
|
18441
18690
|
minChartWidth?: number | null | undefined;
|
|
18442
18691
|
minChartHeight?: number | null | undefined;
|
|
18692
|
+
titleFontColor?: string | null | undefined;
|
|
18693
|
+
titleFontSize?: number | null | undefined;
|
|
18694
|
+
titleFontWeight?: string | null | undefined;
|
|
18443
18695
|
} | null | undefined;
|
|
18444
18696
|
annotation?: {
|
|
18445
18697
|
annotationPoint?: {
|
|
@@ -18680,6 +18932,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
18680
18932
|
frameCornerRadius?: number | null | undefined;
|
|
18681
18933
|
minChartWidth?: number | null | undefined;
|
|
18682
18934
|
minChartHeight?: number | null | undefined;
|
|
18935
|
+
titleFontColor?: string | null | undefined;
|
|
18936
|
+
titleFontSize?: number | null | undefined;
|
|
18937
|
+
titleFontWeight?: string | null | undefined;
|
|
18683
18938
|
} | null | undefined;
|
|
18684
18939
|
annotation?: {
|
|
18685
18940
|
annotationPoint?: {
|
|
@@ -19050,6 +19305,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
19050
19305
|
frameCornerRadius?: number | null | undefined;
|
|
19051
19306
|
minChartWidth?: number | null | undefined;
|
|
19052
19307
|
minChartHeight?: number | null | undefined;
|
|
19308
|
+
titleFontColor?: string | null | undefined;
|
|
19309
|
+
titleFontSize?: number | null | undefined;
|
|
19310
|
+
titleFontWeight?: string | null | undefined;
|
|
19053
19311
|
} | null | undefined;
|
|
19054
19312
|
annotation?: {
|
|
19055
19313
|
annotationPoint?: {
|
|
@@ -19290,6 +19548,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
19290
19548
|
frameCornerRadius?: number | null | undefined;
|
|
19291
19549
|
minChartWidth?: number | null | undefined;
|
|
19292
19550
|
minChartHeight?: number | null | undefined;
|
|
19551
|
+
titleFontColor?: string | null | undefined;
|
|
19552
|
+
titleFontSize?: number | null | undefined;
|
|
19553
|
+
titleFontWeight?: string | null | undefined;
|
|
19293
19554
|
} | null | undefined;
|
|
19294
19555
|
annotation?: {
|
|
19295
19556
|
annotationPoint?: {
|
|
@@ -19528,6 +19789,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
19528
19789
|
frameCornerRadius?: number | null | undefined;
|
|
19529
19790
|
minChartWidth?: number | null | undefined;
|
|
19530
19791
|
minChartHeight?: number | null | undefined;
|
|
19792
|
+
titleFontColor?: string | null | undefined;
|
|
19793
|
+
titleFontSize?: number | null | undefined;
|
|
19794
|
+
titleFontWeight?: string | null | undefined;
|
|
19531
19795
|
} | null | undefined;
|
|
19532
19796
|
annotation?: {
|
|
19533
19797
|
annotationPoint?: {
|
|
@@ -19766,6 +20030,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
19766
20030
|
frameCornerRadius?: number | null | undefined;
|
|
19767
20031
|
minChartWidth?: number | null | undefined;
|
|
19768
20032
|
minChartHeight?: number | null | undefined;
|
|
20033
|
+
titleFontColor?: string | null | undefined;
|
|
20034
|
+
titleFontSize?: number | null | undefined;
|
|
20035
|
+
titleFontWeight?: string | null | undefined;
|
|
19769
20036
|
} | null | undefined;
|
|
19770
20037
|
annotation?: {
|
|
19771
20038
|
annotationPoint?: {
|
|
@@ -20004,6 +20271,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
20004
20271
|
frameCornerRadius?: number | null | undefined;
|
|
20005
20272
|
minChartWidth?: number | null | undefined;
|
|
20006
20273
|
minChartHeight?: number | null | undefined;
|
|
20274
|
+
titleFontColor?: string | null | undefined;
|
|
20275
|
+
titleFontSize?: number | null | undefined;
|
|
20276
|
+
titleFontWeight?: string | null | undefined;
|
|
20007
20277
|
} | null | undefined;
|
|
20008
20278
|
annotation?: {
|
|
20009
20279
|
annotationPoint?: {
|
|
@@ -20242,6 +20512,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
20242
20512
|
frameCornerRadius?: number | null | undefined;
|
|
20243
20513
|
minChartWidth?: number | null | undefined;
|
|
20244
20514
|
minChartHeight?: number | null | undefined;
|
|
20515
|
+
titleFontColor?: string | null | undefined;
|
|
20516
|
+
titleFontSize?: number | null | undefined;
|
|
20517
|
+
titleFontWeight?: string | null | undefined;
|
|
20245
20518
|
} | null | undefined;
|
|
20246
20519
|
annotation?: {
|
|
20247
20520
|
annotationPoint?: {
|
|
@@ -20480,6 +20753,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
20480
20753
|
frameCornerRadius?: number | null | undefined;
|
|
20481
20754
|
minChartWidth?: number | null | undefined;
|
|
20482
20755
|
minChartHeight?: number | null | undefined;
|
|
20756
|
+
titleFontColor?: string | null | undefined;
|
|
20757
|
+
titleFontSize?: number | null | undefined;
|
|
20758
|
+
titleFontWeight?: string | null | undefined;
|
|
20483
20759
|
} | null | undefined;
|
|
20484
20760
|
annotation?: {
|
|
20485
20761
|
annotationPoint?: {
|
|
@@ -20733,6 +21009,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
20733
21009
|
frameCornerRadius?: number | null | undefined;
|
|
20734
21010
|
minChartWidth?: number | null | undefined;
|
|
20735
21011
|
minChartHeight?: number | null | undefined;
|
|
21012
|
+
titleFontColor?: string | null | undefined;
|
|
21013
|
+
titleFontSize?: number | null | undefined;
|
|
21014
|
+
titleFontWeight?: string | null | undefined;
|
|
20736
21015
|
} | null | undefined;
|
|
20737
21016
|
annotation?: {
|
|
20738
21017
|
annotationPoint?: {
|
|
@@ -21265,6 +21544,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
21265
21544
|
frameCornerRadius?: number | null | undefined;
|
|
21266
21545
|
minChartWidth?: number | null | undefined;
|
|
21267
21546
|
minChartHeight?: number | null | undefined;
|
|
21547
|
+
titleFontColor?: string | null | undefined;
|
|
21548
|
+
titleFontSize?: number | null | undefined;
|
|
21549
|
+
titleFontWeight?: string | null | undefined;
|
|
21268
21550
|
} | null | undefined;
|
|
21269
21551
|
annotation?: {
|
|
21270
21552
|
annotationPoint?: {
|
|
@@ -21403,6 +21685,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
21403
21685
|
frameCornerRadius?: number | null | undefined;
|
|
21404
21686
|
minChartWidth?: number | null | undefined;
|
|
21405
21687
|
minChartHeight?: number | null | undefined;
|
|
21688
|
+
titleFontColor?: string | null | undefined;
|
|
21689
|
+
titleFontSize?: number | null | undefined;
|
|
21690
|
+
titleFontWeight?: string | null | undefined;
|
|
21406
21691
|
} | null | undefined;
|
|
21407
21692
|
} | null | undefined;
|
|
21408
21693
|
roseParallel?: {
|
|
@@ -21464,6 +21749,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
21464
21749
|
frameCornerRadius?: number | null | undefined;
|
|
21465
21750
|
minChartWidth?: number | null | undefined;
|
|
21466
21751
|
minChartHeight?: number | null | undefined;
|
|
21752
|
+
titleFontColor?: string | null | undefined;
|
|
21753
|
+
titleFontSize?: number | null | undefined;
|
|
21754
|
+
titleFontWeight?: string | null | undefined;
|
|
21467
21755
|
} | null | undefined;
|
|
21468
21756
|
} | null | undefined;
|
|
21469
21757
|
pie?: {
|
|
@@ -21525,6 +21813,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
21525
21813
|
frameCornerRadius?: number | null | undefined;
|
|
21526
21814
|
minChartWidth?: number | null | undefined;
|
|
21527
21815
|
minChartHeight?: number | null | undefined;
|
|
21816
|
+
titleFontColor?: string | null | undefined;
|
|
21817
|
+
titleFontSize?: number | null | undefined;
|
|
21818
|
+
titleFontWeight?: string | null | undefined;
|
|
21528
21819
|
} | null | undefined;
|
|
21529
21820
|
cornerRadius?: number | null | undefined;
|
|
21530
21821
|
} | null | undefined;
|
|
@@ -21587,6 +21878,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
21587
21878
|
frameCornerRadius?: number | null | undefined;
|
|
21588
21879
|
minChartWidth?: number | null | undefined;
|
|
21589
21880
|
minChartHeight?: number | null | undefined;
|
|
21881
|
+
titleFontColor?: string | null | undefined;
|
|
21882
|
+
titleFontSize?: number | null | undefined;
|
|
21883
|
+
titleFontWeight?: string | null | undefined;
|
|
21590
21884
|
} | null | undefined;
|
|
21591
21885
|
cornerRadius?: number | null | undefined;
|
|
21592
21886
|
} | null | undefined;
|
|
@@ -21649,6 +21943,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
21649
21943
|
frameCornerRadius?: number | null | undefined;
|
|
21650
21944
|
minChartWidth?: number | null | undefined;
|
|
21651
21945
|
minChartHeight?: number | null | undefined;
|
|
21946
|
+
titleFontColor?: string | null | undefined;
|
|
21947
|
+
titleFontSize?: number | null | undefined;
|
|
21948
|
+
titleFontWeight?: string | null | undefined;
|
|
21652
21949
|
} | null | undefined;
|
|
21653
21950
|
cornerRadius?: number | null | undefined;
|
|
21654
21951
|
} | null | undefined;
|
|
@@ -21710,6 +22007,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
21710
22007
|
frameCornerRadius?: number | null | undefined;
|
|
21711
22008
|
minChartWidth?: number | null | undefined;
|
|
21712
22009
|
minChartHeight?: number | null | undefined;
|
|
22010
|
+
titleFontColor?: string | null | undefined;
|
|
22011
|
+
titleFontSize?: number | null | undefined;
|
|
22012
|
+
titleFontWeight?: string | null | undefined;
|
|
21713
22013
|
} | null | undefined;
|
|
21714
22014
|
transform?: {
|
|
21715
22015
|
backgroundColor?: string | null | undefined;
|
|
@@ -21774,6 +22074,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
21774
22074
|
frameCornerRadius?: number | null | undefined;
|
|
21775
22075
|
minChartWidth?: number | null | undefined;
|
|
21776
22076
|
minChartHeight?: number | null | undefined;
|
|
22077
|
+
titleFontColor?: string | null | undefined;
|
|
22078
|
+
titleFontSize?: number | null | undefined;
|
|
22079
|
+
titleFontWeight?: string | null | undefined;
|
|
21777
22080
|
} | null | undefined;
|
|
21778
22081
|
cell?: {
|
|
21779
22082
|
stroke?: string | null | undefined;
|
|
@@ -21939,6 +22242,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
21939
22242
|
frameCornerRadius?: number | null | undefined;
|
|
21940
22243
|
minChartWidth?: number | null | undefined;
|
|
21941
22244
|
minChartHeight?: number | null | undefined;
|
|
22245
|
+
titleFontColor?: string | null | undefined;
|
|
22246
|
+
titleFontSize?: number | null | undefined;
|
|
22247
|
+
titleFontWeight?: string | null | undefined;
|
|
21942
22248
|
} | null | undefined;
|
|
21943
22249
|
annotation?: {
|
|
21944
22250
|
annotationPoint?: {
|
|
@@ -22178,6 +22484,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
22178
22484
|
frameCornerRadius?: number | null | undefined;
|
|
22179
22485
|
minChartWidth?: number | null | undefined;
|
|
22180
22486
|
minChartHeight?: number | null | undefined;
|
|
22487
|
+
titleFontColor?: string | null | undefined;
|
|
22488
|
+
titleFontSize?: number | null | undefined;
|
|
22489
|
+
titleFontWeight?: string | null | undefined;
|
|
22181
22490
|
} | null | undefined;
|
|
22182
22491
|
annotation?: {
|
|
22183
22492
|
annotationPoint?: {
|
|
@@ -22590,6 +22899,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
22590
22899
|
frameCornerRadius?: number | null | undefined;
|
|
22591
22900
|
minChartWidth?: number | null | undefined;
|
|
22592
22901
|
minChartHeight?: number | null | undefined;
|
|
22902
|
+
titleFontColor?: string | null | undefined;
|
|
22903
|
+
titleFontSize?: number | null | undefined;
|
|
22904
|
+
titleFontWeight?: string | null | undefined;
|
|
22593
22905
|
} | null | undefined;
|
|
22594
22906
|
annotation?: {
|
|
22595
22907
|
annotationPoint?: {
|
|
@@ -22830,6 +23142,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
22830
23142
|
frameCornerRadius?: number | null | undefined;
|
|
22831
23143
|
minChartWidth?: number | null | undefined;
|
|
22832
23144
|
minChartHeight?: number | null | undefined;
|
|
23145
|
+
titleFontColor?: string | null | undefined;
|
|
23146
|
+
titleFontSize?: number | null | undefined;
|
|
23147
|
+
titleFontWeight?: string | null | undefined;
|
|
22833
23148
|
} | null | undefined;
|
|
22834
23149
|
annotation?: {
|
|
22835
23150
|
annotationPoint?: {
|
|
@@ -23200,6 +23515,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
23200
23515
|
frameCornerRadius?: number | null | undefined;
|
|
23201
23516
|
minChartWidth?: number | null | undefined;
|
|
23202
23517
|
minChartHeight?: number | null | undefined;
|
|
23518
|
+
titleFontColor?: string | null | undefined;
|
|
23519
|
+
titleFontSize?: number | null | undefined;
|
|
23520
|
+
titleFontWeight?: string | null | undefined;
|
|
23203
23521
|
} | null | undefined;
|
|
23204
23522
|
annotation?: {
|
|
23205
23523
|
annotationPoint?: {
|
|
@@ -23440,6 +23758,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
23440
23758
|
frameCornerRadius?: number | null | undefined;
|
|
23441
23759
|
minChartWidth?: number | null | undefined;
|
|
23442
23760
|
minChartHeight?: number | null | undefined;
|
|
23761
|
+
titleFontColor?: string | null | undefined;
|
|
23762
|
+
titleFontSize?: number | null | undefined;
|
|
23763
|
+
titleFontWeight?: string | null | undefined;
|
|
23443
23764
|
} | null | undefined;
|
|
23444
23765
|
annotation?: {
|
|
23445
23766
|
annotationPoint?: {
|
|
@@ -23678,6 +23999,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
23678
23999
|
frameCornerRadius?: number | null | undefined;
|
|
23679
24000
|
minChartWidth?: number | null | undefined;
|
|
23680
24001
|
minChartHeight?: number | null | undefined;
|
|
24002
|
+
titleFontColor?: string | null | undefined;
|
|
24003
|
+
titleFontSize?: number | null | undefined;
|
|
24004
|
+
titleFontWeight?: string | null | undefined;
|
|
23681
24005
|
} | null | undefined;
|
|
23682
24006
|
annotation?: {
|
|
23683
24007
|
annotationPoint?: {
|
|
@@ -23916,6 +24240,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
23916
24240
|
frameCornerRadius?: number | null | undefined;
|
|
23917
24241
|
minChartWidth?: number | null | undefined;
|
|
23918
24242
|
minChartHeight?: number | null | undefined;
|
|
24243
|
+
titleFontColor?: string | null | undefined;
|
|
24244
|
+
titleFontSize?: number | null | undefined;
|
|
24245
|
+
titleFontWeight?: string | null | undefined;
|
|
23919
24246
|
} | null | undefined;
|
|
23920
24247
|
annotation?: {
|
|
23921
24248
|
annotationPoint?: {
|
|
@@ -24154,6 +24481,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
24154
24481
|
frameCornerRadius?: number | null | undefined;
|
|
24155
24482
|
minChartWidth?: number | null | undefined;
|
|
24156
24483
|
minChartHeight?: number | null | undefined;
|
|
24484
|
+
titleFontColor?: string | null | undefined;
|
|
24485
|
+
titleFontSize?: number | null | undefined;
|
|
24486
|
+
titleFontWeight?: string | null | undefined;
|
|
24157
24487
|
} | null | undefined;
|
|
24158
24488
|
annotation?: {
|
|
24159
24489
|
annotationPoint?: {
|
|
@@ -24392,6 +24722,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
24392
24722
|
frameCornerRadius?: number | null | undefined;
|
|
24393
24723
|
minChartWidth?: number | null | undefined;
|
|
24394
24724
|
minChartHeight?: number | null | undefined;
|
|
24725
|
+
titleFontColor?: string | null | undefined;
|
|
24726
|
+
titleFontSize?: number | null | undefined;
|
|
24727
|
+
titleFontWeight?: string | null | undefined;
|
|
24395
24728
|
} | null | undefined;
|
|
24396
24729
|
annotation?: {
|
|
24397
24730
|
annotationPoint?: {
|
|
@@ -24630,6 +24963,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
24630
24963
|
frameCornerRadius?: number | null | undefined;
|
|
24631
24964
|
minChartWidth?: number | null | undefined;
|
|
24632
24965
|
minChartHeight?: number | null | undefined;
|
|
24966
|
+
titleFontColor?: string | null | undefined;
|
|
24967
|
+
titleFontSize?: number | null | undefined;
|
|
24968
|
+
titleFontWeight?: string | null | undefined;
|
|
24633
24969
|
} | null | undefined;
|
|
24634
24970
|
annotation?: {
|
|
24635
24971
|
annotationPoint?: {
|
|
@@ -24883,6 +25219,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
24883
25219
|
frameCornerRadius?: number | null | undefined;
|
|
24884
25220
|
minChartWidth?: number | null | undefined;
|
|
24885
25221
|
minChartHeight?: number | null | undefined;
|
|
25222
|
+
titleFontColor?: string | null | undefined;
|
|
25223
|
+
titleFontSize?: number | null | undefined;
|
|
25224
|
+
titleFontWeight?: string | null | undefined;
|
|
24886
25225
|
} | null | undefined;
|
|
24887
25226
|
annotation?: {
|
|
24888
25227
|
annotationPoint?: {
|
|
@@ -25415,6 +25754,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
25415
25754
|
frameCornerRadius?: number | null | undefined;
|
|
25416
25755
|
minChartWidth?: number | null | undefined;
|
|
25417
25756
|
minChartHeight?: number | null | undefined;
|
|
25757
|
+
titleFontColor?: string | null | undefined;
|
|
25758
|
+
titleFontSize?: number | null | undefined;
|
|
25759
|
+
titleFontWeight?: string | null | undefined;
|
|
25418
25760
|
} | null | undefined;
|
|
25419
25761
|
annotation?: {
|
|
25420
25762
|
annotationPoint?: {
|
|
@@ -25553,6 +25895,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
25553
25895
|
frameCornerRadius?: number | null | undefined;
|
|
25554
25896
|
minChartWidth?: number | null | undefined;
|
|
25555
25897
|
minChartHeight?: number | null | undefined;
|
|
25898
|
+
titleFontColor?: string | null | undefined;
|
|
25899
|
+
titleFontSize?: number | null | undefined;
|
|
25900
|
+
titleFontWeight?: string | null | undefined;
|
|
25556
25901
|
} | null | undefined;
|
|
25557
25902
|
} | null | undefined;
|
|
25558
25903
|
roseParallel?: {
|
|
@@ -25614,6 +25959,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
25614
25959
|
frameCornerRadius?: number | null | undefined;
|
|
25615
25960
|
minChartWidth?: number | null | undefined;
|
|
25616
25961
|
minChartHeight?: number | null | undefined;
|
|
25962
|
+
titleFontColor?: string | null | undefined;
|
|
25963
|
+
titleFontSize?: number | null | undefined;
|
|
25964
|
+
titleFontWeight?: string | null | undefined;
|
|
25617
25965
|
} | null | undefined;
|
|
25618
25966
|
} | null | undefined;
|
|
25619
25967
|
pie?: {
|
|
@@ -25675,6 +26023,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
25675
26023
|
frameCornerRadius?: number | null | undefined;
|
|
25676
26024
|
minChartWidth?: number | null | undefined;
|
|
25677
26025
|
minChartHeight?: number | null | undefined;
|
|
26026
|
+
titleFontColor?: string | null | undefined;
|
|
26027
|
+
titleFontSize?: number | null | undefined;
|
|
26028
|
+
titleFontWeight?: string | null | undefined;
|
|
25678
26029
|
} | null | undefined;
|
|
25679
26030
|
cornerRadius?: number | null | undefined;
|
|
25680
26031
|
} | null | undefined;
|
|
@@ -25737,6 +26088,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
25737
26088
|
frameCornerRadius?: number | null | undefined;
|
|
25738
26089
|
minChartWidth?: number | null | undefined;
|
|
25739
26090
|
minChartHeight?: number | null | undefined;
|
|
26091
|
+
titleFontColor?: string | null | undefined;
|
|
26092
|
+
titleFontSize?: number | null | undefined;
|
|
26093
|
+
titleFontWeight?: string | null | undefined;
|
|
25740
26094
|
} | null | undefined;
|
|
25741
26095
|
cornerRadius?: number | null | undefined;
|
|
25742
26096
|
} | null | undefined;
|
|
@@ -25799,6 +26153,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
25799
26153
|
frameCornerRadius?: number | null | undefined;
|
|
25800
26154
|
minChartWidth?: number | null | undefined;
|
|
25801
26155
|
minChartHeight?: number | null | undefined;
|
|
26156
|
+
titleFontColor?: string | null | undefined;
|
|
26157
|
+
titleFontSize?: number | null | undefined;
|
|
26158
|
+
titleFontWeight?: string | null | undefined;
|
|
25802
26159
|
} | null | undefined;
|
|
25803
26160
|
cornerRadius?: number | null | undefined;
|
|
25804
26161
|
} | null | undefined;
|
|
@@ -25860,6 +26217,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
25860
26217
|
frameCornerRadius?: number | null | undefined;
|
|
25861
26218
|
minChartWidth?: number | null | undefined;
|
|
25862
26219
|
minChartHeight?: number | null | undefined;
|
|
26220
|
+
titleFontColor?: string | null | undefined;
|
|
26221
|
+
titleFontSize?: number | null | undefined;
|
|
26222
|
+
titleFontWeight?: string | null | undefined;
|
|
25863
26223
|
} | null | undefined;
|
|
25864
26224
|
transform?: {
|
|
25865
26225
|
backgroundColor?: string | null | undefined;
|
|
@@ -25924,6 +26284,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
25924
26284
|
frameCornerRadius?: number | null | undefined;
|
|
25925
26285
|
minChartWidth?: number | null | undefined;
|
|
25926
26286
|
minChartHeight?: number | null | undefined;
|
|
26287
|
+
titleFontColor?: string | null | undefined;
|
|
26288
|
+
titleFontSize?: number | null | undefined;
|
|
26289
|
+
titleFontWeight?: string | null | undefined;
|
|
25927
26290
|
} | null | undefined;
|
|
25928
26291
|
cell?: {
|
|
25929
26292
|
stroke?: string | null | undefined;
|
|
@@ -26089,6 +26452,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
26089
26452
|
frameCornerRadius?: number | null | undefined;
|
|
26090
26453
|
minChartWidth?: number | null | undefined;
|
|
26091
26454
|
minChartHeight?: number | null | undefined;
|
|
26455
|
+
titleFontColor?: string | null | undefined;
|
|
26456
|
+
titleFontSize?: number | null | undefined;
|
|
26457
|
+
titleFontWeight?: string | null | undefined;
|
|
26092
26458
|
} | null | undefined;
|
|
26093
26459
|
annotation?: {
|
|
26094
26460
|
annotationPoint?: {
|
|
@@ -26328,6 +26694,9 @@ export declare class Builder implements VSeedBuilder {
|
|
|
26328
26694
|
frameCornerRadius?: number | null | undefined;
|
|
26329
26695
|
minChartWidth?: number | null | undefined;
|
|
26330
26696
|
minChartHeight?: number | null | undefined;
|
|
26697
|
+
titleFontColor?: string | null | undefined;
|
|
26698
|
+
titleFontSize?: number | null | undefined;
|
|
26699
|
+
titleFontWeight?: string | null | undefined;
|
|
26331
26700
|
} | null | undefined;
|
|
26332
26701
|
annotation?: {
|
|
26333
26702
|
annotationPoint?: {
|