@aws-sdk/client-quicksight 3.1019.0 → 3.1021.0
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/README.md +14 -0
- package/dist-cjs/index.js +48 -0
- package/dist-cjs/schemas/schemas_0.js +186 -82
- package/dist-es/QuickSight.js +25 -21
- package/dist-es/commands/DescribeAutomationJobCommand.js +16 -0
- package/dist-es/commands/StartAutomationJobCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +17 -0
- package/dist-es/models/models_5.js +1 -0
- package/dist-es/schemas/schemas_0.js +160 -56
- package/dist-types/QuickSight.d.ts +244 -230
- package/dist-types/QuickSightClient.d.ts +237 -235
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +2007 -161
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +2007 -161
- package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -4
- package/dist-types/commands/CreateTemplateCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAutomationJobCommand.d.ts +104 -0
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -4
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -4
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +2 -2
- package/dist-types/commands/StartAutomationJobCommand.d.ts +101 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +9 -4
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +2 -1
- package/dist-types/models/enums.d.ts +41 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +17 -17
- package/dist-types/models/models_1.d.ts +84 -30
- package/dist-types/models/models_2.d.ts +96 -213
- package/dist-types/models/models_3.d.ts +335 -231
- package/dist-types/models/models_4.d.ts +282 -250
- package/dist-types/models/models_5.d.ts +248 -0
- package/dist-types/pagination/DescribeFolderPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListActionConnectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnalysesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBrandsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCustomPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDashboardVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDashboardsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFlowsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFolderMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFoldersForResourcePaginator.d.ts +1 -1
- package/dist-types/pagination/ListFoldersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupMembershipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIngestionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNamespacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplateAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplateVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListThemeVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListThemesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTopicsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchActionConnectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchAnalysesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchDashboardsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchDataSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchFlowsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchFoldersPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +10 -0
- package/dist-types/ts3.4/QuickSight.d.ts +34 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +14 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAutomationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartAutomationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +23 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -4
- package/dist-types/ts3.4/models/models_1.d.ts +30 -17
- package/dist-types/ts3.4/models/models_2.d.ts +33 -148
- package/dist-types/ts3.4/models/models_3.d.ts +191 -63
- package/dist-types/ts3.4/models/models_4.d.ts +82 -86
- package/dist-types/ts3.4/models/models_5.d.ts +62 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
- package/package.json +14 -14
|
@@ -1025,8 +1025,104 @@ declare const UpdateDashboardCommand_base: {
|
|
|
1025
1025
|
* PositiveColor: "STRING_VALUE",
|
|
1026
1026
|
* NegativeColor: "STRING_VALUE",
|
|
1027
1027
|
* },
|
|
1028
|
+
* Sparklines: { // SparklinesOptions
|
|
1029
|
+
* FieldId: "STRING_VALUE", // required
|
|
1030
|
+
* XAxisField: {
|
|
1031
|
+
* NumericalDimensionField: {
|
|
1032
|
+
* FieldId: "STRING_VALUE", // required
|
|
1033
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1034
|
+
* HierarchyId: "STRING_VALUE",
|
|
1035
|
+
* FormatConfiguration: {
|
|
1036
|
+
* FormatConfiguration: "<NumericFormatConfiguration>",
|
|
1037
|
+
* },
|
|
1038
|
+
* },
|
|
1039
|
+
* CategoricalDimensionField: {
|
|
1040
|
+
* FieldId: "STRING_VALUE", // required
|
|
1041
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1042
|
+
* HierarchyId: "STRING_VALUE",
|
|
1043
|
+
* FormatConfiguration: {
|
|
1044
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
1045
|
+
* NumericFormatConfiguration: "<NumericFormatConfiguration>",
|
|
1046
|
+
* },
|
|
1047
|
+
* },
|
|
1048
|
+
* DateDimensionField: {
|
|
1049
|
+
* FieldId: "STRING_VALUE", // required
|
|
1050
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1051
|
+
* DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
1052
|
+
* HierarchyId: "STRING_VALUE",
|
|
1053
|
+
* FormatConfiguration: {
|
|
1054
|
+
* DateTimeFormat: "STRING_VALUE",
|
|
1055
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
1056
|
+
* NumericFormatConfiguration: "<NumericFormatConfiguration>",
|
|
1057
|
+
* },
|
|
1058
|
+
* },
|
|
1059
|
+
* },
|
|
1060
|
+
* YAxisBehavior: "SHARED" || "INDEPENDENT",
|
|
1061
|
+
* VisualType: "LINE" || "AREA_LINE",
|
|
1062
|
+
* LineColor: "STRING_VALUE",
|
|
1063
|
+
* LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
|
|
1064
|
+
* AllPointsMarker: { // LineChartMarkerStyleSettings
|
|
1065
|
+
* MarkerVisibility: "HIDDEN" || "VISIBLE",
|
|
1066
|
+
* MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
|
|
1067
|
+
* MarkerSize: "STRING_VALUE",
|
|
1068
|
+
* MarkerColor: "STRING_VALUE",
|
|
1069
|
+
* },
|
|
1070
|
+
* MaxValueMarker: {
|
|
1071
|
+
* MarkerVisibility: "HIDDEN" || "VISIBLE",
|
|
1072
|
+
* MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
|
|
1073
|
+
* MarkerSize: "STRING_VALUE",
|
|
1074
|
+
* MarkerColor: "STRING_VALUE",
|
|
1075
|
+
* },
|
|
1076
|
+
* MinValueMarker: {
|
|
1077
|
+
* MarkerVisibility: "HIDDEN" || "VISIBLE",
|
|
1078
|
+
* MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
|
|
1079
|
+
* MarkerSize: "STRING_VALUE",
|
|
1080
|
+
* MarkerColor: "STRING_VALUE",
|
|
1081
|
+
* },
|
|
1082
|
+
* },
|
|
1028
1083
|
* },
|
|
1029
1084
|
* ],
|
|
1085
|
+
* Tooltip: { // TooltipOptions
|
|
1086
|
+
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
1087
|
+
* SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
|
|
1088
|
+
* FieldBasedTooltip: { // FieldBasedTooltip
|
|
1089
|
+
* AggregationVisibility: "HIDDEN" || "VISIBLE",
|
|
1090
|
+
* TooltipTitleType: "NONE" || "PRIMARY_VALUE",
|
|
1091
|
+
* TooltipFields: [ // TooltipItemList
|
|
1092
|
+
* { // TooltipItem
|
|
1093
|
+
* FieldTooltipItem: { // FieldTooltipItem
|
|
1094
|
+
* FieldId: "STRING_VALUE", // required
|
|
1095
|
+
* Label: "STRING_VALUE",
|
|
1096
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1097
|
+
* TooltipTarget: "BOTH" || "BAR" || "LINE",
|
|
1098
|
+
* },
|
|
1099
|
+
* ColumnTooltipItem: { // ColumnTooltipItem
|
|
1100
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1101
|
+
* Label: "STRING_VALUE",
|
|
1102
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1103
|
+
* Aggregation: {
|
|
1104
|
+
* NumericalAggregationFunction: {
|
|
1105
|
+
* SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
|
|
1106
|
+
* PercentileAggregation: {
|
|
1107
|
+
* PercentileValue: Number("double"),
|
|
1108
|
+
* },
|
|
1109
|
+
* },
|
|
1110
|
+
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
1111
|
+
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
1112
|
+
* AttributeAggregationFunction: {
|
|
1113
|
+
* SimpleAttributeAggregation: "UNIQUE_VALUE",
|
|
1114
|
+
* ValueForMultipleValues: "STRING_VALUE",
|
|
1115
|
+
* },
|
|
1116
|
+
* },
|
|
1117
|
+
* TooltipTarget: "BOTH" || "BAR" || "LINE",
|
|
1118
|
+
* },
|
|
1119
|
+
* },
|
|
1120
|
+
* ],
|
|
1121
|
+
* },
|
|
1122
|
+
* SheetTooltip: { // SheetTooltip
|
|
1123
|
+
* SheetId: "STRING_VALUE",
|
|
1124
|
+
* },
|
|
1125
|
+
* },
|
|
1030
1126
|
* DashboardCustomizationVisualOptions: { // DashboardCustomizationVisualOptions
|
|
1031
1127
|
* FieldsConfiguration: { // VisualCustomizationFieldsConfiguration
|
|
1032
1128
|
* Status: "ENABLED" || "DISABLED",
|
|
@@ -1275,29 +1371,20 @@ declare const UpdateDashboardCommand_base: {
|
|
|
1275
1371
|
* FieldId: "STRING_VALUE", // required
|
|
1276
1372
|
* Column: "<ColumnIdentifier>", // required
|
|
1277
1373
|
* HierarchyId: "STRING_VALUE",
|
|
1278
|
-
* FormatConfiguration:
|
|
1279
|
-
* FormatConfiguration: "<NumericFormatConfiguration>",
|
|
1280
|
-
* },
|
|
1374
|
+
* FormatConfiguration: "<NumberFormatConfiguration>",
|
|
1281
1375
|
* },
|
|
1282
1376
|
* CategoricalDimensionField: {
|
|
1283
1377
|
* FieldId: "STRING_VALUE", // required
|
|
1284
1378
|
* Column: "<ColumnIdentifier>", // required
|
|
1285
1379
|
* HierarchyId: "STRING_VALUE",
|
|
1286
|
-
* FormatConfiguration:
|
|
1287
|
-
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
1288
|
-
* NumericFormatConfiguration: "<NumericFormatConfiguration>",
|
|
1289
|
-
* },
|
|
1380
|
+
* FormatConfiguration: "<StringFormatConfiguration>",
|
|
1290
1381
|
* },
|
|
1291
1382
|
* DateDimensionField: {
|
|
1292
1383
|
* FieldId: "STRING_VALUE", // required
|
|
1293
1384
|
* Column: "<ColumnIdentifier>", // required
|
|
1294
1385
|
* DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
1295
1386
|
* HierarchyId: "STRING_VALUE",
|
|
1296
|
-
* FormatConfiguration:
|
|
1297
|
-
* DateTimeFormat: "STRING_VALUE",
|
|
1298
|
-
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
1299
|
-
* NumericFormatConfiguration: "<NumericFormatConfiguration>",
|
|
1300
|
-
* },
|
|
1387
|
+
* FormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
1301
1388
|
* },
|
|
1302
1389
|
* },
|
|
1303
1390
|
* ],
|
|
@@ -1547,6 +1634,42 @@ declare const UpdateDashboardCommand_base: {
|
|
|
1547
1634
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
1548
1635
|
* OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
|
|
1549
1636
|
* },
|
|
1637
|
+
* Tooltip: {
|
|
1638
|
+
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
1639
|
+
* SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
|
|
1640
|
+
* FieldBasedTooltip: {
|
|
1641
|
+
* AggregationVisibility: "HIDDEN" || "VISIBLE",
|
|
1642
|
+
* TooltipTitleType: "NONE" || "PRIMARY_VALUE",
|
|
1643
|
+
* TooltipFields: [
|
|
1644
|
+
* {
|
|
1645
|
+
* FieldTooltipItem: {
|
|
1646
|
+
* FieldId: "STRING_VALUE", // required
|
|
1647
|
+
* Label: "STRING_VALUE",
|
|
1648
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1649
|
+
* TooltipTarget: "BOTH" || "BAR" || "LINE",
|
|
1650
|
+
* },
|
|
1651
|
+
* ColumnTooltipItem: {
|
|
1652
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1653
|
+
* Label: "STRING_VALUE",
|
|
1654
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1655
|
+
* Aggregation: {
|
|
1656
|
+
* NumericalAggregationFunction: "<NumericalAggregationFunction>",
|
|
1657
|
+
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
1658
|
+
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
1659
|
+
* AttributeAggregationFunction: {
|
|
1660
|
+
* SimpleAttributeAggregation: "UNIQUE_VALUE",
|
|
1661
|
+
* ValueForMultipleValues: "STRING_VALUE",
|
|
1662
|
+
* },
|
|
1663
|
+
* },
|
|
1664
|
+
* TooltipTarget: "BOTH" || "BAR" || "LINE",
|
|
1665
|
+
* },
|
|
1666
|
+
* },
|
|
1667
|
+
* ],
|
|
1668
|
+
* },
|
|
1669
|
+
* SheetTooltip: {
|
|
1670
|
+
* SheetId: "STRING_VALUE",
|
|
1671
|
+
* },
|
|
1672
|
+
* },
|
|
1550
1673
|
* DashboardCustomizationVisualOptions: {
|
|
1551
1674
|
* FieldsConfiguration: {
|
|
1552
1675
|
* Status: "ENABLED" || "DISABLED",
|
|
@@ -1738,12 +1861,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
1738
1861
|
* NumericalMeasureField: {
|
|
1739
1862
|
* FieldId: "STRING_VALUE", // required
|
|
1740
1863
|
* Column: "<ColumnIdentifier>", // required
|
|
1741
|
-
* AggregationFunction:
|
|
1742
|
-
* SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
|
|
1743
|
-
* PercentileAggregation: {
|
|
1744
|
-
* PercentileValue: Number("double"),
|
|
1745
|
-
* },
|
|
1746
|
-
* },
|
|
1864
|
+
* AggregationFunction: "<NumericalAggregationFunction>",
|
|
1747
1865
|
* FormatConfiguration: "<NumberFormatConfiguration>",
|
|
1748
1866
|
* },
|
|
1749
1867
|
* CategoricalMeasureField: {
|
|
@@ -1765,27 +1883,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
1765
1883
|
* },
|
|
1766
1884
|
* ],
|
|
1767
1885
|
* Colors: [
|
|
1768
|
-
*
|
|
1769
|
-
* NumericalDimensionField: {
|
|
1770
|
-
* FieldId: "STRING_VALUE", // required
|
|
1771
|
-
* Column: "<ColumnIdentifier>", // required
|
|
1772
|
-
* HierarchyId: "STRING_VALUE",
|
|
1773
|
-
* FormatConfiguration: "<NumberFormatConfiguration>",
|
|
1774
|
-
* },
|
|
1775
|
-
* CategoricalDimensionField: {
|
|
1776
|
-
* FieldId: "STRING_VALUE", // required
|
|
1777
|
-
* Column: "<ColumnIdentifier>", // required
|
|
1778
|
-
* HierarchyId: "STRING_VALUE",
|
|
1779
|
-
* FormatConfiguration: "<StringFormatConfiguration>",
|
|
1780
|
-
* },
|
|
1781
|
-
* DateDimensionField: {
|
|
1782
|
-
* FieldId: "STRING_VALUE", // required
|
|
1783
|
-
* Column: "<ColumnIdentifier>", // required
|
|
1784
|
-
* DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
1785
|
-
* HierarchyId: "STRING_VALUE",
|
|
1786
|
-
* FormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
1787
|
-
* },
|
|
1788
|
-
* },
|
|
1886
|
+
* "<DimensionField>",
|
|
1789
1887
|
* ],
|
|
1790
1888
|
* SmallMultiples: [ // SmallMultiplesDimensionFieldList
|
|
1791
1889
|
* "<DimensionField>",
|
|
@@ -1827,15 +1925,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
1827
1925
|
* ColumnSort: {
|
|
1828
1926
|
* SortBy: "<ColumnIdentifier>", // required
|
|
1829
1927
|
* Direction: "ASC" || "DESC", // required
|
|
1830
|
-
* AggregationFunction:
|
|
1831
|
-
* NumericalAggregationFunction: "<NumericalAggregationFunction>",
|
|
1832
|
-
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
1833
|
-
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
1834
|
-
* AttributeAggregationFunction: {
|
|
1835
|
-
* SimpleAttributeAggregation: "UNIQUE_VALUE",
|
|
1836
|
-
* ValueForMultipleValues: "STRING_VALUE",
|
|
1837
|
-
* },
|
|
1838
|
-
* },
|
|
1928
|
+
* AggregationFunction: "<AggregationFunction>",
|
|
1839
1929
|
* },
|
|
1840
1930
|
* },
|
|
1841
1931
|
* ],
|
|
@@ -1852,15 +1942,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
1852
1942
|
* ColumnSort: {
|
|
1853
1943
|
* SortBy: "<ColumnIdentifier>", // required
|
|
1854
1944
|
* Direction: "ASC" || "DESC", // required
|
|
1855
|
-
* AggregationFunction:
|
|
1856
|
-
* NumericalAggregationFunction: "<NumericalAggregationFunction>",
|
|
1857
|
-
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
1858
|
-
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
1859
|
-
* AttributeAggregationFunction: {
|
|
1860
|
-
* SimpleAttributeAggregation: "UNIQUE_VALUE",
|
|
1861
|
-
* ValueForMultipleValues: "STRING_VALUE",
|
|
1862
|
-
* },
|
|
1863
|
-
* },
|
|
1945
|
+
* AggregationFunction: "<AggregationFunction>",
|
|
1864
1946
|
* },
|
|
1865
1947
|
* },
|
|
1866
1948
|
* ],
|
|
@@ -2126,21 +2208,21 @@ declare const UpdateDashboardCommand_base: {
|
|
|
2126
2208
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
2127
2209
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
2128
2210
|
* },
|
|
2129
|
-
* Tooltip: {
|
|
2211
|
+
* Tooltip: {
|
|
2130
2212
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
2131
|
-
* SelectedTooltipType: "BASIC" || "DETAILED",
|
|
2132
|
-
* FieldBasedTooltip: {
|
|
2213
|
+
* SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
|
|
2214
|
+
* FieldBasedTooltip: {
|
|
2133
2215
|
* AggregationVisibility: "HIDDEN" || "VISIBLE",
|
|
2134
2216
|
* TooltipTitleType: "NONE" || "PRIMARY_VALUE",
|
|
2135
|
-
* TooltipFields: [
|
|
2136
|
-
* {
|
|
2137
|
-
* FieldTooltipItem: {
|
|
2217
|
+
* TooltipFields: [
|
|
2218
|
+
* {
|
|
2219
|
+
* FieldTooltipItem: {
|
|
2138
2220
|
* FieldId: "STRING_VALUE", // required
|
|
2139
2221
|
* Label: "STRING_VALUE",
|
|
2140
2222
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2141
2223
|
* TooltipTarget: "BOTH" || "BAR" || "LINE",
|
|
2142
2224
|
* },
|
|
2143
|
-
* ColumnTooltipItem: {
|
|
2225
|
+
* ColumnTooltipItem: {
|
|
2144
2226
|
* Column: "<ColumnIdentifier>", // required
|
|
2145
2227
|
* Label: "STRING_VALUE",
|
|
2146
2228
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2150,6 +2232,9 @@ declare const UpdateDashboardCommand_base: {
|
|
|
2150
2232
|
* },
|
|
2151
2233
|
* ],
|
|
2152
2234
|
* },
|
|
2235
|
+
* SheetTooltip: {
|
|
2236
|
+
* SheetId: "STRING_VALUE",
|
|
2237
|
+
* },
|
|
2153
2238
|
* },
|
|
2154
2239
|
* ReferenceLines: [ // ReferenceLineList
|
|
2155
2240
|
* { // ReferenceLine
|
|
@@ -2827,7 +2912,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
2827
2912
|
* },
|
|
2828
2913
|
* Tooltip: {
|
|
2829
2914
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
2830
|
-
* SelectedTooltipType: "BASIC" || "DETAILED",
|
|
2915
|
+
* SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
|
|
2831
2916
|
* FieldBasedTooltip: {
|
|
2832
2917
|
* AggregationVisibility: "HIDDEN" || "VISIBLE",
|
|
2833
2918
|
* TooltipTitleType: "NONE" || "PRIMARY_VALUE",
|
|
@@ -2849,6 +2934,9 @@ declare const UpdateDashboardCommand_base: {
|
|
|
2849
2934
|
* },
|
|
2850
2935
|
* ],
|
|
2851
2936
|
* },
|
|
2937
|
+
* SheetTooltip: {
|
|
2938
|
+
* SheetId: "STRING_VALUE",
|
|
2939
|
+
* },
|
|
2852
2940
|
* },
|
|
2853
2941
|
* VisualPalette: {
|
|
2854
2942
|
* ChartColor: "STRING_VALUE",
|
|
@@ -3035,7 +3123,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3035
3123
|
* },
|
|
3036
3124
|
* TooltipOptions: {
|
|
3037
3125
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
3038
|
-
* SelectedTooltipType: "BASIC" || "DETAILED",
|
|
3126
|
+
* SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
|
|
3039
3127
|
* FieldBasedTooltip: {
|
|
3040
3128
|
* AggregationVisibility: "HIDDEN" || "VISIBLE",
|
|
3041
3129
|
* TooltipTitleType: "NONE" || "PRIMARY_VALUE",
|
|
@@ -3057,6 +3145,9 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3057
3145
|
* },
|
|
3058
3146
|
* ],
|
|
3059
3147
|
* },
|
|
3148
|
+
* SheetTooltip: {
|
|
3149
|
+
* SheetId: "STRING_VALUE",
|
|
3150
|
+
* },
|
|
3060
3151
|
* },
|
|
3061
3152
|
* VisualPalette: {
|
|
3062
3153
|
* ChartColor: "STRING_VALUE",
|
|
@@ -3313,7 +3404,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3313
3404
|
* LineStyle: "SOLID" || "DOTTED" || "DASHED",
|
|
3314
3405
|
* LineWidth: "STRING_VALUE",
|
|
3315
3406
|
* },
|
|
3316
|
-
* MarkerStyleSettings: {
|
|
3407
|
+
* MarkerStyleSettings: {
|
|
3317
3408
|
* MarkerVisibility: "HIDDEN" || "VISIBLE",
|
|
3318
3409
|
* MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
|
|
3319
3410
|
* MarkerSize: "STRING_VALUE",
|
|
@@ -3339,12 +3430,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3339
3430
|
* LineStyle: "SOLID" || "DOTTED" || "DASHED",
|
|
3340
3431
|
* LineWidth: "STRING_VALUE",
|
|
3341
3432
|
* },
|
|
3342
|
-
* MarkerStyleSettings:
|
|
3343
|
-
* MarkerVisibility: "HIDDEN" || "VISIBLE",
|
|
3344
|
-
* MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
|
|
3345
|
-
* MarkerSize: "STRING_VALUE",
|
|
3346
|
-
* MarkerColor: "STRING_VALUE",
|
|
3347
|
-
* },
|
|
3433
|
+
* MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
|
|
3348
3434
|
* DecalSettings: {
|
|
3349
3435
|
* ElementValue: "STRING_VALUE",
|
|
3350
3436
|
* DecalVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3365,12 +3451,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3365
3451
|
* LineStyle: "SOLID" || "DOTTED" || "DASHED",
|
|
3366
3452
|
* LineWidth: "STRING_VALUE",
|
|
3367
3453
|
* },
|
|
3368
|
-
* MarkerStyleSettings:
|
|
3369
|
-
* MarkerVisibility: "HIDDEN" || "VISIBLE",
|
|
3370
|
-
* MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
|
|
3371
|
-
* MarkerSize: "STRING_VALUE",
|
|
3372
|
-
* MarkerColor: "STRING_VALUE",
|
|
3373
|
-
* },
|
|
3454
|
+
* MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
|
|
3374
3455
|
* DecalSettings: "<DecalSettings>",
|
|
3375
3456
|
* },
|
|
3376
3457
|
* },
|
|
@@ -3451,31 +3532,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3451
3532
|
* },
|
|
3452
3533
|
* },
|
|
3453
3534
|
* ],
|
|
3454
|
-
* Tooltip:
|
|
3455
|
-
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
3456
|
-
* SelectedTooltipType: "BASIC" || "DETAILED",
|
|
3457
|
-
* FieldBasedTooltip: {
|
|
3458
|
-
* AggregationVisibility: "HIDDEN" || "VISIBLE",
|
|
3459
|
-
* TooltipTitleType: "NONE" || "PRIMARY_VALUE",
|
|
3460
|
-
* TooltipFields: [
|
|
3461
|
-
* {
|
|
3462
|
-
* FieldTooltipItem: {
|
|
3463
|
-
* FieldId: "STRING_VALUE", // required
|
|
3464
|
-
* Label: "STRING_VALUE",
|
|
3465
|
-
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3466
|
-
* TooltipTarget: "BOTH" || "BAR" || "LINE",
|
|
3467
|
-
* },
|
|
3468
|
-
* ColumnTooltipItem: {
|
|
3469
|
-
* Column: "<ColumnIdentifier>", // required
|
|
3470
|
-
* Label: "STRING_VALUE",
|
|
3471
|
-
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3472
|
-
* Aggregation: "<AggregationFunction>",
|
|
3473
|
-
* TooltipTarget: "BOTH" || "BAR" || "LINE",
|
|
3474
|
-
* },
|
|
3475
|
-
* },
|
|
3476
|
-
* ],
|
|
3477
|
-
* },
|
|
3478
|
-
* },
|
|
3535
|
+
* Tooltip: "<TooltipOptions>",
|
|
3479
3536
|
* ContributionAnalysisDefaults: [
|
|
3480
3537
|
* {
|
|
3481
3538
|
* MeasureFieldId: "STRING_VALUE", // required
|
|
@@ -3603,31 +3660,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3603
3660
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
3604
3661
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
3605
3662
|
* },
|
|
3606
|
-
* Tooltip:
|
|
3607
|
-
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
3608
|
-
* SelectedTooltipType: "BASIC" || "DETAILED",
|
|
3609
|
-
* FieldBasedTooltip: {
|
|
3610
|
-
* AggregationVisibility: "HIDDEN" || "VISIBLE",
|
|
3611
|
-
* TooltipTitleType: "NONE" || "PRIMARY_VALUE",
|
|
3612
|
-
* TooltipFields: [
|
|
3613
|
-
* {
|
|
3614
|
-
* FieldTooltipItem: {
|
|
3615
|
-
* FieldId: "STRING_VALUE", // required
|
|
3616
|
-
* Label: "STRING_VALUE",
|
|
3617
|
-
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3618
|
-
* TooltipTarget: "BOTH" || "BAR" || "LINE",
|
|
3619
|
-
* },
|
|
3620
|
-
* ColumnTooltipItem: {
|
|
3621
|
-
* Column: "<ColumnIdentifier>", // required
|
|
3622
|
-
* Label: "STRING_VALUE",
|
|
3623
|
-
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3624
|
-
* Aggregation: "<AggregationFunction>",
|
|
3625
|
-
* TooltipTarget: "BOTH" || "BAR" || "LINE",
|
|
3626
|
-
* },
|
|
3627
|
-
* },
|
|
3628
|
-
* ],
|
|
3629
|
-
* },
|
|
3630
|
-
* },
|
|
3663
|
+
* Tooltip: "<TooltipOptions>",
|
|
3631
3664
|
* Interactions: "<VisualInteractionOptions>",
|
|
3632
3665
|
* },
|
|
3633
3666
|
* ColumnHierarchies: [
|
|
@@ -4260,12 +4293,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4260
4293
|
* LineStyle: "SOLID" || "DOTTED" || "DASHED",
|
|
4261
4294
|
* LineWidth: "STRING_VALUE",
|
|
4262
4295
|
* },
|
|
4263
|
-
* MarkerStyleSettings:
|
|
4264
|
-
* MarkerVisibility: "HIDDEN" || "VISIBLE",
|
|
4265
|
-
* MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
|
|
4266
|
-
* MarkerSize: "STRING_VALUE",
|
|
4267
|
-
* MarkerColor: "STRING_VALUE",
|
|
4268
|
-
* },
|
|
4296
|
+
* MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
|
|
4269
4297
|
* DecalSettings: "<DecalSettings>",
|
|
4270
4298
|
* BorderSettings: {
|
|
4271
4299
|
* BorderVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -4284,12 +4312,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4284
4312
|
* LineStyle: "SOLID" || "DOTTED" || "DASHED",
|
|
4285
4313
|
* LineWidth: "STRING_VALUE",
|
|
4286
4314
|
* },
|
|
4287
|
-
* MarkerStyleSettings:
|
|
4288
|
-
* MarkerVisibility: "HIDDEN" || "VISIBLE",
|
|
4289
|
-
* MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
|
|
4290
|
-
* MarkerSize: "STRING_VALUE",
|
|
4291
|
-
* MarkerColor: "STRING_VALUE",
|
|
4292
|
-
* },
|
|
4315
|
+
* MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
|
|
4293
4316
|
* DecalSettings: "<DecalSettings>",
|
|
4294
4317
|
* BorderSettings: {
|
|
4295
4318
|
* BorderVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -5112,21 +5135,1848 @@ declare const UpdateDashboardCommand_base: {
|
|
|
5112
5135
|
* },
|
|
5113
5136
|
* },
|
|
5114
5137
|
* ],
|
|
5115
|
-
*
|
|
5116
|
-
* { //
|
|
5117
|
-
*
|
|
5118
|
-
* Name: "STRING_VALUE",
|
|
5119
|
-
*
|
|
5120
|
-
*
|
|
5121
|
-
*
|
|
5122
|
-
*
|
|
5123
|
-
*
|
|
5124
|
-
*
|
|
5125
|
-
*
|
|
5126
|
-
*
|
|
5127
|
-
*
|
|
5128
|
-
*
|
|
5129
|
-
*
|
|
5138
|
+
* TooltipSheets: [ // TooltipSheetDefinitionList
|
|
5139
|
+
* { // TooltipSheetDefinition
|
|
5140
|
+
* SheetId: "STRING_VALUE", // required
|
|
5141
|
+
* Name: "STRING_VALUE",
|
|
5142
|
+
* Visuals: [ // TooltipSheetVisualList
|
|
5143
|
+
* {
|
|
5144
|
+
* TableVisual: {
|
|
5145
|
+
* VisualId: "STRING_VALUE", // required
|
|
5146
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
5147
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
5148
|
+
* ChartConfiguration: {
|
|
5149
|
+
* FieldWells: {
|
|
5150
|
+
* TableAggregatedFieldWells: {
|
|
5151
|
+
* GroupBy: "<DimensionFieldList>",
|
|
5152
|
+
* Values: "<MeasureFieldList>",
|
|
5153
|
+
* },
|
|
5154
|
+
* TableUnaggregatedFieldWells: {
|
|
5155
|
+
* Values: [
|
|
5156
|
+
* {
|
|
5157
|
+
* FieldId: "STRING_VALUE", // required
|
|
5158
|
+
* Column: "<ColumnIdentifier>", // required
|
|
5159
|
+
* FormatConfiguration: {
|
|
5160
|
+
* StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
5161
|
+
* NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
5162
|
+
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
5163
|
+
* },
|
|
5164
|
+
* },
|
|
5165
|
+
* ],
|
|
5166
|
+
* },
|
|
5167
|
+
* },
|
|
5168
|
+
* SortConfiguration: {
|
|
5169
|
+
* RowSort: [
|
|
5170
|
+
* "<FieldSortOptions>",
|
|
5171
|
+
* ],
|
|
5172
|
+
* PaginationConfiguration: {
|
|
5173
|
+
* PageSize: Number("long"), // required
|
|
5174
|
+
* PageNumber: Number("long"), // required
|
|
5175
|
+
* },
|
|
5176
|
+
* },
|
|
5177
|
+
* TableOptions: {
|
|
5178
|
+
* Orientation: "VERTICAL" || "HORIZONTAL",
|
|
5179
|
+
* HeaderStyle: "<TableCellStyle>",
|
|
5180
|
+
* CellStyle: "<TableCellStyle>",
|
|
5181
|
+
* RowAlternateColorOptions: {
|
|
5182
|
+
* Status: "ENABLED" || "DISABLED",
|
|
5183
|
+
* RowAlternateColors: [
|
|
5184
|
+
* "STRING_VALUE",
|
|
5185
|
+
* ],
|
|
5186
|
+
* UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
|
|
5187
|
+
* },
|
|
5188
|
+
* },
|
|
5189
|
+
* TotalOptions: {
|
|
5190
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
5191
|
+
* Placement: "START" || "END" || "AUTO",
|
|
5192
|
+
* ScrollStatus: "PINNED" || "SCROLLED",
|
|
5193
|
+
* CustomLabel: "STRING_VALUE",
|
|
5194
|
+
* TotalCellStyle: "<TableCellStyle>",
|
|
5195
|
+
* TotalAggregationOptions: [
|
|
5196
|
+
* {
|
|
5197
|
+
* FieldId: "STRING_VALUE", // required
|
|
5198
|
+
* TotalAggregationFunction: {
|
|
5199
|
+
* SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
|
|
5200
|
+
* },
|
|
5201
|
+
* },
|
|
5202
|
+
* ],
|
|
5203
|
+
* },
|
|
5204
|
+
* FieldOptions: {
|
|
5205
|
+
* SelectedFieldOptions: [
|
|
5206
|
+
* {
|
|
5207
|
+
* FieldId: "STRING_VALUE", // required
|
|
5208
|
+
* Width: "STRING_VALUE",
|
|
5209
|
+
* CustomLabel: "STRING_VALUE",
|
|
5210
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
5211
|
+
* URLStyling: {
|
|
5212
|
+
* LinkConfiguration: {
|
|
5213
|
+
* Target: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
|
|
5214
|
+
* Content: {
|
|
5215
|
+
* CustomTextContent: {
|
|
5216
|
+
* Value: "STRING_VALUE",
|
|
5217
|
+
* FontConfiguration: "<FontConfiguration>", // required
|
|
5218
|
+
* },
|
|
5219
|
+
* CustomIconContent: {
|
|
5220
|
+
* Icon: "LINK",
|
|
5221
|
+
* },
|
|
5222
|
+
* },
|
|
5223
|
+
* },
|
|
5224
|
+
* ImageConfiguration: {
|
|
5225
|
+
* SizingOptions: {
|
|
5226
|
+
* TableCellImageScalingConfiguration: "FIT_TO_CELL_HEIGHT" || "FIT_TO_CELL_WIDTH" || "DO_NOT_SCALE",
|
|
5227
|
+
* },
|
|
5228
|
+
* },
|
|
5229
|
+
* },
|
|
5230
|
+
* },
|
|
5231
|
+
* ],
|
|
5232
|
+
* Order: [
|
|
5233
|
+
* "STRING_VALUE",
|
|
5234
|
+
* ],
|
|
5235
|
+
* PinnedFieldOptions: {
|
|
5236
|
+
* PinnedLeftFields: [
|
|
5237
|
+
* "STRING_VALUE",
|
|
5238
|
+
* ],
|
|
5239
|
+
* },
|
|
5240
|
+
* TransposedTableOptions: [
|
|
5241
|
+
* {
|
|
5242
|
+
* ColumnIndex: Number("int"),
|
|
5243
|
+
* ColumnWidth: "STRING_VALUE",
|
|
5244
|
+
* ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
|
|
5245
|
+
* },
|
|
5246
|
+
* ],
|
|
5247
|
+
* },
|
|
5248
|
+
* PaginatedReportOptions: {
|
|
5249
|
+
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
5250
|
+
* OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
|
|
5251
|
+
* },
|
|
5252
|
+
* TableInlineVisualizations: [
|
|
5253
|
+
* {
|
|
5254
|
+
* DataBars: {
|
|
5255
|
+
* FieldId: "STRING_VALUE", // required
|
|
5256
|
+
* PositiveColor: "STRING_VALUE",
|
|
5257
|
+
* NegativeColor: "STRING_VALUE",
|
|
5258
|
+
* },
|
|
5259
|
+
* Sparklines: {
|
|
5260
|
+
* FieldId: "STRING_VALUE", // required
|
|
5261
|
+
* XAxisField: "<DimensionField>", // required
|
|
5262
|
+
* YAxisBehavior: "SHARED" || "INDEPENDENT",
|
|
5263
|
+
* VisualType: "LINE" || "AREA_LINE",
|
|
5264
|
+
* LineColor: "STRING_VALUE",
|
|
5265
|
+
* LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
|
|
5266
|
+
* AllPointsMarker: "<LineChartMarkerStyleSettings>",
|
|
5267
|
+
* MaxValueMarker: "<LineChartMarkerStyleSettings>",
|
|
5268
|
+
* MinValueMarker: "<LineChartMarkerStyleSettings>",
|
|
5269
|
+
* },
|
|
5270
|
+
* },
|
|
5271
|
+
* ],
|
|
5272
|
+
* Tooltip: "<TooltipOptions>",
|
|
5273
|
+
* DashboardCustomizationVisualOptions: {
|
|
5274
|
+
* FieldsConfiguration: {
|
|
5275
|
+
* Status: "ENABLED" || "DISABLED",
|
|
5276
|
+
* AdditionalFields: [
|
|
5277
|
+
* "<ColumnIdentifier>",
|
|
5278
|
+
* ],
|
|
5279
|
+
* },
|
|
5280
|
+
* },
|
|
5281
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
5282
|
+
* },
|
|
5283
|
+
* ConditionalFormatting: {
|
|
5284
|
+
* ConditionalFormattingOptions: [
|
|
5285
|
+
* {
|
|
5286
|
+
* Cell: {
|
|
5287
|
+
* FieldId: "STRING_VALUE", // required
|
|
5288
|
+
* TextFormat: {
|
|
5289
|
+
* BackgroundColor: "<ConditionalFormattingColor>",
|
|
5290
|
+
* TextColor: "<ConditionalFormattingColor>",
|
|
5291
|
+
* Icon: "<ConditionalFormattingIcon>",
|
|
5292
|
+
* },
|
|
5293
|
+
* },
|
|
5294
|
+
* Row: {
|
|
5295
|
+
* BackgroundColor: "<ConditionalFormattingColor>",
|
|
5296
|
+
* TextColor: "<ConditionalFormattingColor>",
|
|
5297
|
+
* },
|
|
5298
|
+
* },
|
|
5299
|
+
* ],
|
|
5300
|
+
* },
|
|
5301
|
+
* Actions: "<VisualCustomActionList>",
|
|
5302
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
5303
|
+
* },
|
|
5304
|
+
* PivotTableVisual: {
|
|
5305
|
+
* VisualId: "STRING_VALUE", // required
|
|
5306
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
5307
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
5308
|
+
* ChartConfiguration: {
|
|
5309
|
+
* FieldWells: {
|
|
5310
|
+
* PivotTableAggregatedFieldWells: {
|
|
5311
|
+
* Rows: [
|
|
5312
|
+
* "<DimensionField>",
|
|
5313
|
+
* ],
|
|
5314
|
+
* Columns: [
|
|
5315
|
+
* "<DimensionField>",
|
|
5316
|
+
* ],
|
|
5317
|
+
* Values: [
|
|
5318
|
+
* "<MeasureField>",
|
|
5319
|
+
* ],
|
|
5320
|
+
* },
|
|
5321
|
+
* },
|
|
5322
|
+
* SortConfiguration: {
|
|
5323
|
+
* FieldSortOptions: [
|
|
5324
|
+
* {
|
|
5325
|
+
* FieldId: "STRING_VALUE", // required
|
|
5326
|
+
* SortBy: {
|
|
5327
|
+
* Field: "<FieldSort>",
|
|
5328
|
+
* Column: "<ColumnSort>",
|
|
5329
|
+
* DataPath: {
|
|
5330
|
+
* Direction: "ASC" || "DESC", // required
|
|
5331
|
+
* SortPaths: "<DataPathValueList>", // required
|
|
5332
|
+
* },
|
|
5333
|
+
* },
|
|
5334
|
+
* },
|
|
5335
|
+
* ],
|
|
5336
|
+
* },
|
|
5337
|
+
* TableOptions: {
|
|
5338
|
+
* MetricPlacement: "ROW" || "COLUMN",
|
|
5339
|
+
* SingleMetricVisibility: "HIDDEN" || "VISIBLE",
|
|
5340
|
+
* ColumnNamesVisibility: "HIDDEN" || "VISIBLE",
|
|
5341
|
+
* ToggleButtonsVisibility: "HIDDEN" || "VISIBLE",
|
|
5342
|
+
* ColumnHeaderStyle: "<TableCellStyle>",
|
|
5343
|
+
* RowHeaderStyle: "<TableCellStyle>",
|
|
5344
|
+
* CellStyle: "<TableCellStyle>",
|
|
5345
|
+
* RowFieldNamesStyle: "<TableCellStyle>",
|
|
5346
|
+
* RowAlternateColorOptions: {
|
|
5347
|
+
* Status: "ENABLED" || "DISABLED",
|
|
5348
|
+
* RowAlternateColors: [
|
|
5349
|
+
* "STRING_VALUE",
|
|
5350
|
+
* ],
|
|
5351
|
+
* UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
|
|
5352
|
+
* },
|
|
5353
|
+
* CollapsedRowDimensionsVisibility: "HIDDEN" || "VISIBLE",
|
|
5354
|
+
* RowsLayout: "TABULAR" || "HIERARCHY",
|
|
5355
|
+
* RowsLabelOptions: {
|
|
5356
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
5357
|
+
* CustomLabel: "STRING_VALUE",
|
|
5358
|
+
* },
|
|
5359
|
+
* DefaultCellWidth: "STRING_VALUE",
|
|
5360
|
+
* },
|
|
5361
|
+
* TotalOptions: {
|
|
5362
|
+
* RowSubtotalOptions: {
|
|
5363
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
5364
|
+
* CustomLabel: "STRING_VALUE",
|
|
5365
|
+
* FieldLevel: "ALL" || "CUSTOM" || "LAST",
|
|
5366
|
+
* FieldLevelOptions: [
|
|
5367
|
+
* {
|
|
5368
|
+
* FieldId: "STRING_VALUE",
|
|
5369
|
+
* },
|
|
5370
|
+
* ],
|
|
5371
|
+
* TotalCellStyle: "<TableCellStyle>",
|
|
5372
|
+
* ValueCellStyle: "<TableCellStyle>",
|
|
5373
|
+
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
5374
|
+
* StyleTargets: [
|
|
5375
|
+
* {
|
|
5376
|
+
* CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
|
|
5377
|
+
* },
|
|
5378
|
+
* ],
|
|
5379
|
+
* },
|
|
5380
|
+
* ColumnSubtotalOptions: {
|
|
5381
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
5382
|
+
* CustomLabel: "STRING_VALUE",
|
|
5383
|
+
* FieldLevel: "ALL" || "CUSTOM" || "LAST",
|
|
5384
|
+
* FieldLevelOptions: [
|
|
5385
|
+
* {
|
|
5386
|
+
* FieldId: "STRING_VALUE",
|
|
5387
|
+
* },
|
|
5388
|
+
* ],
|
|
5389
|
+
* TotalCellStyle: "<TableCellStyle>",
|
|
5390
|
+
* ValueCellStyle: "<TableCellStyle>",
|
|
5391
|
+
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
5392
|
+
* StyleTargets: [
|
|
5393
|
+
* {
|
|
5394
|
+
* CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
|
|
5395
|
+
* },
|
|
5396
|
+
* ],
|
|
5397
|
+
* },
|
|
5398
|
+
* RowTotalOptions: {
|
|
5399
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
5400
|
+
* Placement: "START" || "END" || "AUTO",
|
|
5401
|
+
* ScrollStatus: "PINNED" || "SCROLLED",
|
|
5402
|
+
* CustomLabel: "STRING_VALUE",
|
|
5403
|
+
* TotalCellStyle: "<TableCellStyle>",
|
|
5404
|
+
* ValueCellStyle: "<TableCellStyle>",
|
|
5405
|
+
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
5406
|
+
* TotalAggregationOptions: [
|
|
5407
|
+
* {
|
|
5408
|
+
* FieldId: "STRING_VALUE", // required
|
|
5409
|
+
* TotalAggregationFunction: {
|
|
5410
|
+
* SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
|
|
5411
|
+
* },
|
|
5412
|
+
* },
|
|
5413
|
+
* ],
|
|
5414
|
+
* },
|
|
5415
|
+
* ColumnTotalOptions: {
|
|
5416
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
5417
|
+
* Placement: "START" || "END" || "AUTO",
|
|
5418
|
+
* ScrollStatus: "PINNED" || "SCROLLED",
|
|
5419
|
+
* CustomLabel: "STRING_VALUE",
|
|
5420
|
+
* TotalCellStyle: "<TableCellStyle>",
|
|
5421
|
+
* ValueCellStyle: "<TableCellStyle>",
|
|
5422
|
+
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
5423
|
+
* TotalAggregationOptions: "<TotalAggregationOptionList>",
|
|
5424
|
+
* },
|
|
5425
|
+
* },
|
|
5426
|
+
* FieldOptions: {
|
|
5427
|
+
* SelectedFieldOptions: [
|
|
5428
|
+
* {
|
|
5429
|
+
* FieldId: "STRING_VALUE", // required
|
|
5430
|
+
* CustomLabel: "STRING_VALUE",
|
|
5431
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
5432
|
+
* },
|
|
5433
|
+
* ],
|
|
5434
|
+
* DataPathOptions: [
|
|
5435
|
+
* {
|
|
5436
|
+
* DataPathList: "<DataPathValueList>", // required
|
|
5437
|
+
* Width: "STRING_VALUE",
|
|
5438
|
+
* },
|
|
5439
|
+
* ],
|
|
5440
|
+
* CollapseStateOptions: [
|
|
5441
|
+
* {
|
|
5442
|
+
* Target: {
|
|
5443
|
+
* FieldId: "STRING_VALUE",
|
|
5444
|
+
* FieldDataPathValues: "<DataPathValueList>",
|
|
5445
|
+
* },
|
|
5446
|
+
* State: "COLLAPSED" || "EXPANDED",
|
|
5447
|
+
* },
|
|
5448
|
+
* ],
|
|
5449
|
+
* },
|
|
5450
|
+
* PaginatedReportOptions: {
|
|
5451
|
+
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
5452
|
+
* OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
|
|
5453
|
+
* },
|
|
5454
|
+
* Tooltip: "<TooltipOptions>",
|
|
5455
|
+
* DashboardCustomizationVisualOptions: {
|
|
5456
|
+
* FieldsConfiguration: {
|
|
5457
|
+
* Status: "ENABLED" || "DISABLED",
|
|
5458
|
+
* AdditionalFields: [
|
|
5459
|
+
* "<ColumnIdentifier>",
|
|
5460
|
+
* ],
|
|
5461
|
+
* },
|
|
5462
|
+
* },
|
|
5463
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
5464
|
+
* },
|
|
5465
|
+
* ConditionalFormatting: {
|
|
5466
|
+
* ConditionalFormattingOptions: [
|
|
5467
|
+
* {
|
|
5468
|
+
* Cell: {
|
|
5469
|
+
* FieldId: "STRING_VALUE", // required
|
|
5470
|
+
* TextFormat: {
|
|
5471
|
+
* BackgroundColor: "<ConditionalFormattingColor>",
|
|
5472
|
+
* TextColor: "<ConditionalFormattingColor>",
|
|
5473
|
+
* Icon: "<ConditionalFormattingIcon>",
|
|
5474
|
+
* },
|
|
5475
|
+
* Scope: {
|
|
5476
|
+
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
5477
|
+
* },
|
|
5478
|
+
* Scopes: [
|
|
5479
|
+
* {
|
|
5480
|
+
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
5481
|
+
* },
|
|
5482
|
+
* ],
|
|
5483
|
+
* },
|
|
5484
|
+
* },
|
|
5485
|
+
* ],
|
|
5486
|
+
* },
|
|
5487
|
+
* Actions: "<VisualCustomActionList>",
|
|
5488
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
5489
|
+
* },
|
|
5490
|
+
* BarChartVisual: {
|
|
5491
|
+
* VisualId: "STRING_VALUE", // required
|
|
5492
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
5493
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
5494
|
+
* ChartConfiguration: {
|
|
5495
|
+
* FieldWells: {
|
|
5496
|
+
* BarChartAggregatedFieldWells: {
|
|
5497
|
+
* Category: "<DimensionFieldList>",
|
|
5498
|
+
* Values: "<MeasureFieldList>",
|
|
5499
|
+
* Colors: "<DimensionFieldList>",
|
|
5500
|
+
* SmallMultiples: [
|
|
5501
|
+
* "<DimensionField>",
|
|
5502
|
+
* ],
|
|
5503
|
+
* },
|
|
5504
|
+
* },
|
|
5505
|
+
* SortConfiguration: {
|
|
5506
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
5507
|
+
* CategoryItemsLimit: "<ItemsLimitConfiguration>",
|
|
5508
|
+
* ColorSort: "<FieldSortOptionsList>",
|
|
5509
|
+
* ColorItemsLimit: "<ItemsLimitConfiguration>",
|
|
5510
|
+
* SmallMultiplesSort: "<FieldSortOptionsList>",
|
|
5511
|
+
* SmallMultiplesLimitConfiguration: "<ItemsLimitConfiguration>",
|
|
5512
|
+
* },
|
|
5513
|
+
* Orientation: "HORIZONTAL" || "VERTICAL",
|
|
5514
|
+
* BarsArrangement: "CLUSTERED" || "STACKED" || "STACKED_PERCENT",
|
|
5515
|
+
* VisualPalette: "<VisualPalette>",
|
|
5516
|
+
* SmallMultiplesOptions: {
|
|
5517
|
+
* MaxVisibleRows: Number("long"),
|
|
5518
|
+
* MaxVisibleColumns: Number("long"),
|
|
5519
|
+
* PanelConfiguration: {
|
|
5520
|
+
* Title: {
|
|
5521
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
5522
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
5523
|
+
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
5524
|
+
* },
|
|
5525
|
+
* BorderVisibility: "HIDDEN" || "VISIBLE",
|
|
5526
|
+
* BorderThickness: "STRING_VALUE",
|
|
5527
|
+
* BorderStyle: "SOLID" || "DASHED" || "DOTTED",
|
|
5528
|
+
* BorderColor: "STRING_VALUE",
|
|
5529
|
+
* GutterVisibility: "HIDDEN" || "VISIBLE",
|
|
5530
|
+
* GutterSpacing: "STRING_VALUE",
|
|
5531
|
+
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
5532
|
+
* BackgroundColor: "STRING_VALUE",
|
|
5533
|
+
* },
|
|
5534
|
+
* XAxis: "<SmallMultiplesAxisProperties>",
|
|
5535
|
+
* YAxis: "<SmallMultiplesAxisProperties>",
|
|
5536
|
+
* },
|
|
5537
|
+
* CategoryAxis: "<AxisDisplayOptions>",
|
|
5538
|
+
* CategoryLabelOptions: "<ChartAxisLabelOptions>",
|
|
5539
|
+
* ValueAxis: "<AxisDisplayOptions>",
|
|
5540
|
+
* ValueLabelOptions: "<ChartAxisLabelOptions>",
|
|
5541
|
+
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
5542
|
+
* DefaultSeriesSettings: {
|
|
5543
|
+
* DecalSettings: "<DecalSettings>",
|
|
5544
|
+
* BorderSettings: "<BorderSettings>",
|
|
5545
|
+
* },
|
|
5546
|
+
* Series: [
|
|
5547
|
+
* {
|
|
5548
|
+
* FieldBarSeriesItem: {
|
|
5549
|
+
* FieldId: "STRING_VALUE", // required
|
|
5550
|
+
* Settings: {
|
|
5551
|
+
* DecalSettings: "<DecalSettings>",
|
|
5552
|
+
* BorderSettings: "<BorderSettings>",
|
|
5553
|
+
* },
|
|
5554
|
+
* },
|
|
5555
|
+
* DataFieldBarSeriesItem: {
|
|
5556
|
+
* FieldId: "STRING_VALUE", // required
|
|
5557
|
+
* FieldValue: "STRING_VALUE",
|
|
5558
|
+
* Settings: {
|
|
5559
|
+
* DecalSettings: "<DecalSettings>",
|
|
5560
|
+
* BorderSettings: "<BorderSettings>",
|
|
5561
|
+
* },
|
|
5562
|
+
* },
|
|
5563
|
+
* },
|
|
5564
|
+
* ],
|
|
5565
|
+
* Legend: "<LegendOptions>",
|
|
5566
|
+
* DataLabels: "<DataLabelOptions>",
|
|
5567
|
+
* Tooltip: "<TooltipOptions>",
|
|
5568
|
+
* ReferenceLines: [
|
|
5569
|
+
* {
|
|
5570
|
+
* Status: "ENABLED" || "DISABLED",
|
|
5571
|
+
* DataConfiguration: {
|
|
5572
|
+
* StaticConfiguration: {
|
|
5573
|
+
* Value: Number("double"), // required
|
|
5574
|
+
* },
|
|
5575
|
+
* DynamicConfiguration: {
|
|
5576
|
+
* Column: "<ColumnIdentifier>", // required
|
|
5577
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
5578
|
+
* Calculation: "<NumericalAggregationFunction>", // required
|
|
5579
|
+
* },
|
|
5580
|
+
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
5581
|
+
* SeriesType: "BAR" || "LINE",
|
|
5582
|
+
* },
|
|
5583
|
+
* StyleConfiguration: {
|
|
5584
|
+
* Pattern: "SOLID" || "DASHED" || "DOTTED",
|
|
5585
|
+
* Color: "STRING_VALUE",
|
|
5586
|
+
* },
|
|
5587
|
+
* LabelConfiguration: {
|
|
5588
|
+
* ValueLabelConfiguration: {
|
|
5589
|
+
* RelativePosition: "BEFORE_CUSTOM_LABEL" || "AFTER_CUSTOM_LABEL",
|
|
5590
|
+
* FormatConfiguration: "<NumericFormatConfiguration>",
|
|
5591
|
+
* },
|
|
5592
|
+
* CustomLabelConfiguration: {
|
|
5593
|
+
* CustomLabel: "STRING_VALUE", // required
|
|
5594
|
+
* },
|
|
5595
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
5596
|
+
* FontColor: "STRING_VALUE",
|
|
5597
|
+
* HorizontalPosition: "LEFT" || "CENTER" || "RIGHT",
|
|
5598
|
+
* VerticalPosition: "ABOVE" || "BELOW",
|
|
5599
|
+
* },
|
|
5600
|
+
* },
|
|
5601
|
+
* ],
|
|
5602
|
+
* ContributionAnalysisDefaults: [
|
|
5603
|
+
* {
|
|
5604
|
+
* MeasureFieldId: "STRING_VALUE", // required
|
|
5605
|
+
* ContributorDimensions: [ // required
|
|
5606
|
+
* "<ColumnIdentifier>",
|
|
5607
|
+
* ],
|
|
5608
|
+
* },
|
|
5609
|
+
* ],
|
|
5610
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
5611
|
+
* },
|
|
5612
|
+
* Actions: "<VisualCustomActionList>",
|
|
5613
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
5614
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
5615
|
+
* },
|
|
5616
|
+
* KPIVisual: {
|
|
5617
|
+
* VisualId: "STRING_VALUE", // required
|
|
5618
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
5619
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
5620
|
+
* ChartConfiguration: {
|
|
5621
|
+
* FieldWells: {
|
|
5622
|
+
* Values: "<MeasureFieldList>",
|
|
5623
|
+
* TargetValues: "<MeasureFieldList>",
|
|
5624
|
+
* TrendGroups: "<DimensionFieldList>",
|
|
5625
|
+
* },
|
|
5626
|
+
* SortConfiguration: {
|
|
5627
|
+
* TrendGroupSort: "<FieldSortOptionsList>",
|
|
5628
|
+
* },
|
|
5629
|
+
* KPIOptions: {
|
|
5630
|
+
* ProgressBar: {
|
|
5631
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
5632
|
+
* },
|
|
5633
|
+
* TrendArrows: {
|
|
5634
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
5635
|
+
* },
|
|
5636
|
+
* SecondaryValue: {
|
|
5637
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
5638
|
+
* },
|
|
5639
|
+
* Comparison: {
|
|
5640
|
+
* ComparisonMethod: "DIFFERENCE" || "PERCENT_DIFFERENCE" || "PERCENT",
|
|
5641
|
+
* ComparisonFormat: {
|
|
5642
|
+
* NumberDisplayFormatConfiguration: "<NumberDisplayFormatConfiguration>",
|
|
5643
|
+
* PercentageDisplayFormatConfiguration: "<PercentageDisplayFormatConfiguration>",
|
|
5644
|
+
* },
|
|
5645
|
+
* },
|
|
5646
|
+
* PrimaryValueDisplayType: "HIDDEN" || "COMPARISON" || "ACTUAL",
|
|
5647
|
+
* PrimaryValueFontConfiguration: "<FontConfiguration>",
|
|
5648
|
+
* SecondaryValueFontConfiguration: "<FontConfiguration>",
|
|
5649
|
+
* Sparkline: {
|
|
5650
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
5651
|
+
* Type: "LINE" || "AREA", // required
|
|
5652
|
+
* Color: "STRING_VALUE",
|
|
5653
|
+
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
5654
|
+
* },
|
|
5655
|
+
* VisualLayoutOptions: {
|
|
5656
|
+
* StandardLayout: {
|
|
5657
|
+
* Type: "CLASSIC" || "VERTICAL", // required
|
|
5658
|
+
* },
|
|
5659
|
+
* },
|
|
5660
|
+
* },
|
|
5661
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
5662
|
+
* },
|
|
5663
|
+
* ConditionalFormatting: {
|
|
5664
|
+
* ConditionalFormattingOptions: [
|
|
5665
|
+
* {
|
|
5666
|
+
* PrimaryValue: {
|
|
5667
|
+
* TextColor: "<ConditionalFormattingColor>",
|
|
5668
|
+
* Icon: "<ConditionalFormattingIcon>",
|
|
5669
|
+
* },
|
|
5670
|
+
* ProgressBar: {
|
|
5671
|
+
* ForegroundColor: "<ConditionalFormattingColor>",
|
|
5672
|
+
* },
|
|
5673
|
+
* ActualValue: {
|
|
5674
|
+
* TextColor: "<ConditionalFormattingColor>",
|
|
5675
|
+
* Icon: "<ConditionalFormattingIcon>",
|
|
5676
|
+
* },
|
|
5677
|
+
* ComparisonValue: {
|
|
5678
|
+
* TextColor: "<ConditionalFormattingColor>",
|
|
5679
|
+
* Icon: "<ConditionalFormattingIcon>",
|
|
5680
|
+
* },
|
|
5681
|
+
* },
|
|
5682
|
+
* ],
|
|
5683
|
+
* },
|
|
5684
|
+
* Actions: "<VisualCustomActionList>",
|
|
5685
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
5686
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
5687
|
+
* },
|
|
5688
|
+
* PieChartVisual: {
|
|
5689
|
+
* VisualId: "STRING_VALUE", // required
|
|
5690
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
5691
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
5692
|
+
* ChartConfiguration: {
|
|
5693
|
+
* FieldWells: {
|
|
5694
|
+
* PieChartAggregatedFieldWells: {
|
|
5695
|
+
* Category: "<DimensionFieldList>",
|
|
5696
|
+
* Values: "<MeasureFieldList>",
|
|
5697
|
+
* SmallMultiples: [
|
|
5698
|
+
* "<DimensionField>",
|
|
5699
|
+
* ],
|
|
5700
|
+
* },
|
|
5701
|
+
* },
|
|
5702
|
+
* SortConfiguration: {
|
|
5703
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
5704
|
+
* CategoryItemsLimit: "<ItemsLimitConfiguration>",
|
|
5705
|
+
* SmallMultiplesSort: "<FieldSortOptionsList>",
|
|
5706
|
+
* SmallMultiplesLimitConfiguration: "<ItemsLimitConfiguration>",
|
|
5707
|
+
* },
|
|
5708
|
+
* DonutOptions: {
|
|
5709
|
+
* ArcOptions: {
|
|
5710
|
+
* ArcThickness: "SMALL" || "MEDIUM" || "LARGE" || "WHOLE",
|
|
5711
|
+
* },
|
|
5712
|
+
* DonutCenterOptions: {
|
|
5713
|
+
* LabelVisibility: "HIDDEN" || "VISIBLE",
|
|
5714
|
+
* },
|
|
5715
|
+
* },
|
|
5716
|
+
* SmallMultiplesOptions: {
|
|
5717
|
+
* MaxVisibleRows: Number("long"),
|
|
5718
|
+
* MaxVisibleColumns: Number("long"),
|
|
5719
|
+
* PanelConfiguration: {
|
|
5720
|
+
* Title: {
|
|
5721
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
5722
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
5723
|
+
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
5724
|
+
* },
|
|
5725
|
+
* BorderVisibility: "HIDDEN" || "VISIBLE",
|
|
5726
|
+
* BorderThickness: "STRING_VALUE",
|
|
5727
|
+
* BorderStyle: "SOLID" || "DASHED" || "DOTTED",
|
|
5728
|
+
* BorderColor: "STRING_VALUE",
|
|
5729
|
+
* GutterVisibility: "HIDDEN" || "VISIBLE",
|
|
5730
|
+
* GutterSpacing: "STRING_VALUE",
|
|
5731
|
+
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
5732
|
+
* BackgroundColor: "STRING_VALUE",
|
|
5733
|
+
* },
|
|
5734
|
+
* XAxis: "<SmallMultiplesAxisProperties>",
|
|
5735
|
+
* YAxis: "<SmallMultiplesAxisProperties>",
|
|
5736
|
+
* },
|
|
5737
|
+
* CategoryLabelOptions: "<ChartAxisLabelOptions>",
|
|
5738
|
+
* ValueLabelOptions: "<ChartAxisLabelOptions>",
|
|
5739
|
+
* Legend: "<LegendOptions>",
|
|
5740
|
+
* DataLabels: "<DataLabelOptions>",
|
|
5741
|
+
* Tooltip: "<TooltipOptions>",
|
|
5742
|
+
* VisualPalette: "<VisualPalette>",
|
|
5743
|
+
* ContributionAnalysisDefaults: [
|
|
5744
|
+
* {
|
|
5745
|
+
* MeasureFieldId: "STRING_VALUE", // required
|
|
5746
|
+
* ContributorDimensions: [ // required
|
|
5747
|
+
* "<ColumnIdentifier>",
|
|
5748
|
+
* ],
|
|
5749
|
+
* },
|
|
5750
|
+
* ],
|
|
5751
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
5752
|
+
* },
|
|
5753
|
+
* Actions: "<VisualCustomActionList>",
|
|
5754
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
5755
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
5756
|
+
* },
|
|
5757
|
+
* GaugeChartVisual: {
|
|
5758
|
+
* VisualId: "STRING_VALUE", // required
|
|
5759
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
5760
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
5761
|
+
* ChartConfiguration: {
|
|
5762
|
+
* FieldWells: {
|
|
5763
|
+
* Values: "<MeasureFieldList>",
|
|
5764
|
+
* TargetValues: "<MeasureFieldList>",
|
|
5765
|
+
* },
|
|
5766
|
+
* GaugeChartOptions: {
|
|
5767
|
+
* PrimaryValueDisplayType: "HIDDEN" || "COMPARISON" || "ACTUAL",
|
|
5768
|
+
* Comparison: {
|
|
5769
|
+
* ComparisonMethod: "DIFFERENCE" || "PERCENT_DIFFERENCE" || "PERCENT",
|
|
5770
|
+
* ComparisonFormat: {
|
|
5771
|
+
* NumberDisplayFormatConfiguration: "<NumberDisplayFormatConfiguration>",
|
|
5772
|
+
* PercentageDisplayFormatConfiguration: "<PercentageDisplayFormatConfiguration>",
|
|
5773
|
+
* },
|
|
5774
|
+
* },
|
|
5775
|
+
* ArcAxis: {
|
|
5776
|
+
* Range: {
|
|
5777
|
+
* Min: Number("double"),
|
|
5778
|
+
* Max: Number("double"),
|
|
5779
|
+
* },
|
|
5780
|
+
* ReserveRange: Number("int"),
|
|
5781
|
+
* },
|
|
5782
|
+
* Arc: {
|
|
5783
|
+
* ArcAngle: Number("double"),
|
|
5784
|
+
* ArcThickness: "SMALL" || "MEDIUM" || "LARGE",
|
|
5785
|
+
* },
|
|
5786
|
+
* PrimaryValueFontConfiguration: "<FontConfiguration>",
|
|
5787
|
+
* },
|
|
5788
|
+
* DataLabels: "<DataLabelOptions>",
|
|
5789
|
+
* TooltipOptions: "<TooltipOptions>",
|
|
5790
|
+
* VisualPalette: "<VisualPalette>",
|
|
5791
|
+
* ColorConfiguration: {
|
|
5792
|
+
* ForegroundColor: "STRING_VALUE",
|
|
5793
|
+
* BackgroundColor: "STRING_VALUE",
|
|
5794
|
+
* },
|
|
5795
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
5796
|
+
* },
|
|
5797
|
+
* ConditionalFormatting: {
|
|
5798
|
+
* ConditionalFormattingOptions: [
|
|
5799
|
+
* {
|
|
5800
|
+
* PrimaryValue: {
|
|
5801
|
+
* TextColor: "<ConditionalFormattingColor>",
|
|
5802
|
+
* Icon: "<ConditionalFormattingIcon>",
|
|
5803
|
+
* },
|
|
5804
|
+
* Arc: {
|
|
5805
|
+
* ForegroundColor: "<ConditionalFormattingColor>",
|
|
5806
|
+
* },
|
|
5807
|
+
* },
|
|
5808
|
+
* ],
|
|
5809
|
+
* },
|
|
5810
|
+
* Actions: "<VisualCustomActionList>",
|
|
5811
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
5812
|
+
* },
|
|
5813
|
+
* LineChartVisual: {
|
|
5814
|
+
* VisualId: "STRING_VALUE", // required
|
|
5815
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
5816
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
5817
|
+
* ChartConfiguration: {
|
|
5818
|
+
* FieldWells: {
|
|
5819
|
+
* LineChartAggregatedFieldWells: {
|
|
5820
|
+
* Category: "<DimensionFieldList>",
|
|
5821
|
+
* Values: "<MeasureFieldList>",
|
|
5822
|
+
* Colors: "<DimensionFieldList>",
|
|
5823
|
+
* SmallMultiples: "<SmallMultiplesDimensionFieldList>",
|
|
5824
|
+
* },
|
|
5825
|
+
* },
|
|
5826
|
+
* SortConfiguration: {
|
|
5827
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
5828
|
+
* CategoryItemsLimitConfiguration: "<ItemsLimitConfiguration>",
|
|
5829
|
+
* ColorItemsLimitConfiguration: "<ItemsLimitConfiguration>",
|
|
5830
|
+
* SmallMultiplesSort: "<FieldSortOptionsList>",
|
|
5831
|
+
* SmallMultiplesLimitConfiguration: "<ItemsLimitConfiguration>",
|
|
5832
|
+
* },
|
|
5833
|
+
* ForecastConfigurations: [
|
|
5834
|
+
* {
|
|
5835
|
+
* ForecastProperties: {
|
|
5836
|
+
* PeriodsForward: Number("int"),
|
|
5837
|
+
* PeriodsBackward: Number("int"),
|
|
5838
|
+
* UpperBoundary: Number("double"),
|
|
5839
|
+
* LowerBoundary: Number("double"),
|
|
5840
|
+
* PredictionInterval: Number("int"),
|
|
5841
|
+
* Seasonality: Number("int"),
|
|
5842
|
+
* },
|
|
5843
|
+
* Scenario: {
|
|
5844
|
+
* WhatIfPointScenario: {
|
|
5845
|
+
* Date: new Date("TIMESTAMP"), // required
|
|
5846
|
+
* Value: Number("double"), // required
|
|
5847
|
+
* },
|
|
5848
|
+
* WhatIfRangeScenario: {
|
|
5849
|
+
* StartDate: new Date("TIMESTAMP"), // required
|
|
5850
|
+
* EndDate: new Date("TIMESTAMP"), // required
|
|
5851
|
+
* Value: Number("double"), // required
|
|
5852
|
+
* },
|
|
5853
|
+
* },
|
|
5854
|
+
* },
|
|
5855
|
+
* ],
|
|
5856
|
+
* Type: "LINE" || "AREA" || "STACKED_AREA",
|
|
5857
|
+
* SmallMultiplesOptions: "<SmallMultiplesOptions>",
|
|
5858
|
+
* XAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
5859
|
+
* XAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
5860
|
+
* PrimaryYAxisDisplayOptions: {
|
|
5861
|
+
* AxisOptions: "<AxisDisplayOptions>",
|
|
5862
|
+
* MissingDataConfigurations: [
|
|
5863
|
+
* {
|
|
5864
|
+
* TreatmentOption: "INTERPOLATE" || "SHOW_AS_ZERO" || "SHOW_AS_BLANK",
|
|
5865
|
+
* },
|
|
5866
|
+
* ],
|
|
5867
|
+
* },
|
|
5868
|
+
* PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
5869
|
+
* SecondaryYAxisDisplayOptions: {
|
|
5870
|
+
* AxisOptions: "<AxisDisplayOptions>",
|
|
5871
|
+
* MissingDataConfigurations: [
|
|
5872
|
+
* {
|
|
5873
|
+
* TreatmentOption: "INTERPOLATE" || "SHOW_AS_ZERO" || "SHOW_AS_BLANK",
|
|
5874
|
+
* },
|
|
5875
|
+
* ],
|
|
5876
|
+
* },
|
|
5877
|
+
* SecondaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
5878
|
+
* SingleAxisOptions: {
|
|
5879
|
+
* YAxisOptions: {
|
|
5880
|
+
* YAxis: "PRIMARY_Y_AXIS", // required
|
|
5881
|
+
* },
|
|
5882
|
+
* },
|
|
5883
|
+
* DefaultSeriesSettings: {
|
|
5884
|
+
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
5885
|
+
* LineStyleSettings: "<LineChartLineStyleSettings>",
|
|
5886
|
+
* MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
|
|
5887
|
+
* DecalSettings: "<DecalSettings>",
|
|
5888
|
+
* },
|
|
5889
|
+
* Series: [
|
|
5890
|
+
* {
|
|
5891
|
+
* FieldSeriesItem: {
|
|
5892
|
+
* FieldId: "STRING_VALUE", // required
|
|
5893
|
+
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS", // required
|
|
5894
|
+
* Settings: {
|
|
5895
|
+
* LineStyleSettings: "<LineChartLineStyleSettings>",
|
|
5896
|
+
* MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
|
|
5897
|
+
* DecalSettings: "<DecalSettings>",
|
|
5898
|
+
* },
|
|
5899
|
+
* },
|
|
5900
|
+
* DataFieldSeriesItem: {
|
|
5901
|
+
* FieldId: "STRING_VALUE", // required
|
|
5902
|
+
* FieldValue: "STRING_VALUE",
|
|
5903
|
+
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS", // required
|
|
5904
|
+
* Settings: {
|
|
5905
|
+
* LineStyleSettings: "<LineChartLineStyleSettings>",
|
|
5906
|
+
* MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
|
|
5907
|
+
* DecalSettings: "<DecalSettings>",
|
|
5908
|
+
* },
|
|
5909
|
+
* },
|
|
5910
|
+
* },
|
|
5911
|
+
* ],
|
|
5912
|
+
* Legend: "<LegendOptions>",
|
|
5913
|
+
* DataLabels: "<DataLabelOptions>",
|
|
5914
|
+
* ReferenceLines: "<ReferenceLineList>",
|
|
5915
|
+
* Tooltip: "<TooltipOptions>",
|
|
5916
|
+
* ContributionAnalysisDefaults: "<ContributionAnalysisDefaultList>",
|
|
5917
|
+
* VisualPalette: "<VisualPalette>",
|
|
5918
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
5919
|
+
* },
|
|
5920
|
+
* Actions: "<VisualCustomActionList>",
|
|
5921
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
5922
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
5923
|
+
* },
|
|
5924
|
+
* HeatMapVisual: {
|
|
5925
|
+
* VisualId: "STRING_VALUE", // required
|
|
5926
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
5927
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
5928
|
+
* ChartConfiguration: {
|
|
5929
|
+
* FieldWells: {
|
|
5930
|
+
* HeatMapAggregatedFieldWells: {
|
|
5931
|
+
* Rows: [
|
|
5932
|
+
* "<DimensionField>",
|
|
5933
|
+
* ],
|
|
5934
|
+
* Columns: [
|
|
5935
|
+
* "<DimensionField>",
|
|
5936
|
+
* ],
|
|
5937
|
+
* Values: [
|
|
5938
|
+
* "<MeasureField>",
|
|
5939
|
+
* ],
|
|
5940
|
+
* },
|
|
5941
|
+
* },
|
|
5942
|
+
* SortConfiguration: {
|
|
5943
|
+
* HeatMapRowSort: "<FieldSortOptionsList>",
|
|
5944
|
+
* HeatMapColumnSort: "<FieldSortOptionsList>",
|
|
5945
|
+
* HeatMapRowItemsLimitConfiguration: "<ItemsLimitConfiguration>",
|
|
5946
|
+
* HeatMapColumnItemsLimitConfiguration: "<ItemsLimitConfiguration>",
|
|
5947
|
+
* },
|
|
5948
|
+
* RowAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
5949
|
+
* RowLabelOptions: "<ChartAxisLabelOptions>",
|
|
5950
|
+
* ColumnAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
5951
|
+
* ColumnLabelOptions: "<ChartAxisLabelOptions>",
|
|
5952
|
+
* ColorScale: {
|
|
5953
|
+
* Colors: [ // required
|
|
5954
|
+
* {
|
|
5955
|
+
* Color: "STRING_VALUE",
|
|
5956
|
+
* DataValue: Number("double"),
|
|
5957
|
+
* },
|
|
5958
|
+
* ],
|
|
5959
|
+
* ColorFillType: "DISCRETE" || "GRADIENT", // required
|
|
5960
|
+
* NullValueColor: "<DataColor>",
|
|
5961
|
+
* },
|
|
5962
|
+
* Legend: "<LegendOptions>",
|
|
5963
|
+
* DataLabels: "<DataLabelOptions>",
|
|
5964
|
+
* Tooltip: "<TooltipOptions>",
|
|
5965
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
5966
|
+
* },
|
|
5967
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
5968
|
+
* Actions: "<VisualCustomActionList>",
|
|
5969
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
5970
|
+
* },
|
|
5971
|
+
* TreeMapVisual: {
|
|
5972
|
+
* VisualId: "STRING_VALUE", // required
|
|
5973
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
5974
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
5975
|
+
* ChartConfiguration: {
|
|
5976
|
+
* FieldWells: {
|
|
5977
|
+
* TreeMapAggregatedFieldWells: {
|
|
5978
|
+
* Groups: [
|
|
5979
|
+
* "<DimensionField>",
|
|
5980
|
+
* ],
|
|
5981
|
+
* Sizes: [
|
|
5982
|
+
* "<MeasureField>",
|
|
5983
|
+
* ],
|
|
5984
|
+
* Colors: [
|
|
5985
|
+
* "<MeasureField>",
|
|
5986
|
+
* ],
|
|
5987
|
+
* },
|
|
5988
|
+
* },
|
|
5989
|
+
* SortConfiguration: {
|
|
5990
|
+
* TreeMapSort: "<FieldSortOptionsList>",
|
|
5991
|
+
* TreeMapGroupItemsLimitConfiguration: "<ItemsLimitConfiguration>",
|
|
5992
|
+
* },
|
|
5993
|
+
* GroupLabelOptions: "<ChartAxisLabelOptions>",
|
|
5994
|
+
* SizeLabelOptions: "<ChartAxisLabelOptions>",
|
|
5995
|
+
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
5996
|
+
* ColorScale: {
|
|
5997
|
+
* Colors: [ // required
|
|
5998
|
+
* "<DataColor>",
|
|
5999
|
+
* ],
|
|
6000
|
+
* ColorFillType: "DISCRETE" || "GRADIENT", // required
|
|
6001
|
+
* NullValueColor: "<DataColor>",
|
|
6002
|
+
* },
|
|
6003
|
+
* Legend: "<LegendOptions>",
|
|
6004
|
+
* DataLabels: "<DataLabelOptions>",
|
|
6005
|
+
* Tooltip: "<TooltipOptions>",
|
|
6006
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
6007
|
+
* },
|
|
6008
|
+
* Actions: "<VisualCustomActionList>",
|
|
6009
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
6010
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
6011
|
+
* },
|
|
6012
|
+
* GeospatialMapVisual: {
|
|
6013
|
+
* VisualId: "STRING_VALUE", // required
|
|
6014
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
6015
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
6016
|
+
* ChartConfiguration: {
|
|
6017
|
+
* FieldWells: {
|
|
6018
|
+
* GeospatialMapAggregatedFieldWells: {
|
|
6019
|
+
* Geospatial: "<DimensionFieldList>",
|
|
6020
|
+
* Values: "<MeasureFieldList>",
|
|
6021
|
+
* Colors: "<DimensionFieldList>",
|
|
6022
|
+
* },
|
|
6023
|
+
* },
|
|
6024
|
+
* Legend: "<LegendOptions>",
|
|
6025
|
+
* Tooltip: "<TooltipOptions>",
|
|
6026
|
+
* WindowOptions: {
|
|
6027
|
+
* Bounds: {
|
|
6028
|
+
* North: Number("double"), // required
|
|
6029
|
+
* South: Number("double"), // required
|
|
6030
|
+
* West: Number("double"), // required
|
|
6031
|
+
* East: Number("double"), // required
|
|
6032
|
+
* },
|
|
6033
|
+
* MapZoomMode: "AUTO" || "MANUAL",
|
|
6034
|
+
* },
|
|
6035
|
+
* MapStyleOptions: {
|
|
6036
|
+
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
6037
|
+
* },
|
|
6038
|
+
* PointStyleOptions: {
|
|
6039
|
+
* SelectedPointStyle: "POINT" || "CLUSTER" || "HEATMAP",
|
|
6040
|
+
* ClusterMarkerConfiguration: {
|
|
6041
|
+
* ClusterMarker: {
|
|
6042
|
+
* SimpleClusterMarker: {
|
|
6043
|
+
* Color: "STRING_VALUE",
|
|
6044
|
+
* },
|
|
6045
|
+
* },
|
|
6046
|
+
* },
|
|
6047
|
+
* HeatmapConfiguration: {
|
|
6048
|
+
* HeatmapColor: {
|
|
6049
|
+
* Colors: [
|
|
6050
|
+
* {
|
|
6051
|
+
* Color: "STRING_VALUE", // required
|
|
6052
|
+
* },
|
|
6053
|
+
* ],
|
|
6054
|
+
* },
|
|
6055
|
+
* },
|
|
6056
|
+
* },
|
|
6057
|
+
* VisualPalette: "<VisualPalette>",
|
|
6058
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
6059
|
+
* },
|
|
6060
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
6061
|
+
* Actions: "<VisualCustomActionList>",
|
|
6062
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
6063
|
+
* GeocodingPreferences: [
|
|
6064
|
+
* {
|
|
6065
|
+
* RequestKey: {
|
|
6066
|
+
* Country: "STRING_VALUE",
|
|
6067
|
+
* State: "STRING_VALUE",
|
|
6068
|
+
* County: "STRING_VALUE",
|
|
6069
|
+
* City: "STRING_VALUE",
|
|
6070
|
+
* PostCode: "STRING_VALUE",
|
|
6071
|
+
* },
|
|
6072
|
+
* Preference: {// Union: only one key present
|
|
6073
|
+
* GeocoderHierarchy: "<GeocoderHierarchy>",
|
|
6074
|
+
* Coordinate: {
|
|
6075
|
+
* Latitude: Number("double"), // required
|
|
6076
|
+
* Longitude: Number("double"), // required
|
|
6077
|
+
* },
|
|
6078
|
+
* },
|
|
6079
|
+
* },
|
|
6080
|
+
* ],
|
|
6081
|
+
* },
|
|
6082
|
+
* FilledMapVisual: {
|
|
6083
|
+
* VisualId: "STRING_VALUE", // required
|
|
6084
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
6085
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
6086
|
+
* ChartConfiguration: {
|
|
6087
|
+
* FieldWells: {
|
|
6088
|
+
* FilledMapAggregatedFieldWells: {
|
|
6089
|
+
* Geospatial: [
|
|
6090
|
+
* "<DimensionField>",
|
|
6091
|
+
* ],
|
|
6092
|
+
* Values: [
|
|
6093
|
+
* "<MeasureField>",
|
|
6094
|
+
* ],
|
|
6095
|
+
* },
|
|
6096
|
+
* },
|
|
6097
|
+
* SortConfiguration: {
|
|
6098
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
6099
|
+
* },
|
|
6100
|
+
* Legend: "<LegendOptions>",
|
|
6101
|
+
* Tooltip: "<TooltipOptions>",
|
|
6102
|
+
* WindowOptions: {
|
|
6103
|
+
* Bounds: {
|
|
6104
|
+
* North: Number("double"), // required
|
|
6105
|
+
* South: Number("double"), // required
|
|
6106
|
+
* West: Number("double"), // required
|
|
6107
|
+
* East: Number("double"), // required
|
|
6108
|
+
* },
|
|
6109
|
+
* MapZoomMode: "AUTO" || "MANUAL",
|
|
6110
|
+
* },
|
|
6111
|
+
* MapStyleOptions: {
|
|
6112
|
+
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
6113
|
+
* },
|
|
6114
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
6115
|
+
* },
|
|
6116
|
+
* ConditionalFormatting: {
|
|
6117
|
+
* ConditionalFormattingOptions: [ // required
|
|
6118
|
+
* {
|
|
6119
|
+
* Shape: {
|
|
6120
|
+
* FieldId: "STRING_VALUE", // required
|
|
6121
|
+
* Format: {
|
|
6122
|
+
* BackgroundColor: "<ConditionalFormattingColor>", // required
|
|
6123
|
+
* },
|
|
6124
|
+
* },
|
|
6125
|
+
* },
|
|
6126
|
+
* ],
|
|
6127
|
+
* },
|
|
6128
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
6129
|
+
* Actions: "<VisualCustomActionList>",
|
|
6130
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
6131
|
+
* GeocodingPreferences: [
|
|
6132
|
+
* {
|
|
6133
|
+
* RequestKey: "<GeocoderHierarchy>", // required
|
|
6134
|
+
* Preference: {// Union: only one key present
|
|
6135
|
+
* GeocoderHierarchy: "<GeocoderHierarchy>",
|
|
6136
|
+
* Coordinate: {
|
|
6137
|
+
* Latitude: Number("double"), // required
|
|
6138
|
+
* Longitude: Number("double"), // required
|
|
6139
|
+
* },
|
|
6140
|
+
* },
|
|
6141
|
+
* },
|
|
6142
|
+
* ],
|
|
6143
|
+
* },
|
|
6144
|
+
* LayerMapVisual: {
|
|
6145
|
+
* VisualId: "STRING_VALUE", // required
|
|
6146
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
6147
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
6148
|
+
* ChartConfiguration: {
|
|
6149
|
+
* Legend: "<LegendOptions>",
|
|
6150
|
+
* MapLayers: [
|
|
6151
|
+
* {
|
|
6152
|
+
* LayerId: "STRING_VALUE", // required
|
|
6153
|
+
* LayerType: "POINT" || "LINE" || "POLYGON",
|
|
6154
|
+
* DataSource: {
|
|
6155
|
+
* StaticFileDataSource: {
|
|
6156
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
6157
|
+
* },
|
|
6158
|
+
* },
|
|
6159
|
+
* Label: "STRING_VALUE",
|
|
6160
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
6161
|
+
* LayerDefinition: {
|
|
6162
|
+
* PointLayer: {
|
|
6163
|
+
* Style: {
|
|
6164
|
+
* CircleSymbolStyle: {
|
|
6165
|
+
* FillColor: "<GeospatialColor>",
|
|
6166
|
+
* StrokeColor: "<GeospatialColor>",
|
|
6167
|
+
* StrokeWidth: {
|
|
6168
|
+
* LineWidth: Number("double"),
|
|
6169
|
+
* },
|
|
6170
|
+
* CircleRadius: {
|
|
6171
|
+
* Radius: Number("double"),
|
|
6172
|
+
* },
|
|
6173
|
+
* },
|
|
6174
|
+
* },
|
|
6175
|
+
* },
|
|
6176
|
+
* LineLayer: {
|
|
6177
|
+
* Style: {
|
|
6178
|
+
* LineSymbolStyle: {
|
|
6179
|
+
* FillColor: "<GeospatialColor>",
|
|
6180
|
+
* LineWidth: {
|
|
6181
|
+
* LineWidth: Number("double"),
|
|
6182
|
+
* },
|
|
6183
|
+
* },
|
|
6184
|
+
* },
|
|
6185
|
+
* },
|
|
6186
|
+
* PolygonLayer: {
|
|
6187
|
+
* Style: {
|
|
6188
|
+
* PolygonSymbolStyle: {
|
|
6189
|
+
* FillColor: "<GeospatialColor>",
|
|
6190
|
+
* StrokeColor: "<GeospatialColor>",
|
|
6191
|
+
* StrokeWidth: "<GeospatialLineWidth>",
|
|
6192
|
+
* },
|
|
6193
|
+
* },
|
|
6194
|
+
* },
|
|
6195
|
+
* },
|
|
6196
|
+
* Tooltip: "<TooltipOptions>",
|
|
6197
|
+
* JoinDefinition: {
|
|
6198
|
+
* ShapeKeyField: "STRING_VALUE",
|
|
6199
|
+
* DatasetKeyField: {
|
|
6200
|
+
* FieldId: "STRING_VALUE", // required
|
|
6201
|
+
* Column: "<ColumnIdentifier>", // required
|
|
6202
|
+
* FormatConfiguration: {
|
|
6203
|
+
* StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
6204
|
+
* NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
6205
|
+
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
6206
|
+
* },
|
|
6207
|
+
* },
|
|
6208
|
+
* ColorField: {
|
|
6209
|
+
* ColorDimensionsFields: [
|
|
6210
|
+
* "<DimensionField>",
|
|
6211
|
+
* ],
|
|
6212
|
+
* ColorValuesFields: [
|
|
6213
|
+
* "<MeasureField>",
|
|
6214
|
+
* ],
|
|
6215
|
+
* },
|
|
6216
|
+
* },
|
|
6217
|
+
* Actions: [
|
|
6218
|
+
* {
|
|
6219
|
+
* CustomActionId: "STRING_VALUE", // required
|
|
6220
|
+
* Name: "STRING_VALUE", // required
|
|
6221
|
+
* Status: "ENABLED" || "DISABLED",
|
|
6222
|
+
* Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
|
|
6223
|
+
* ActionOperations: [ // required
|
|
6224
|
+
* {
|
|
6225
|
+
* FilterOperation: "<CustomActionFilterOperation>",
|
|
6226
|
+
* NavigationOperation: "<CustomActionNavigationOperation>",
|
|
6227
|
+
* URLOperation: "<CustomActionURLOperation>",
|
|
6228
|
+
* SetParametersOperation: "<CustomActionSetParametersOperation>",
|
|
6229
|
+
* },
|
|
6230
|
+
* ],
|
|
6231
|
+
* },
|
|
6232
|
+
* ],
|
|
6233
|
+
* },
|
|
6234
|
+
* ],
|
|
6235
|
+
* MapState: {
|
|
6236
|
+
* Bounds: "<GeospatialCoordinateBounds>",
|
|
6237
|
+
* MapNavigation: "ENABLED" || "DISABLED",
|
|
6238
|
+
* },
|
|
6239
|
+
* MapStyle: {
|
|
6240
|
+
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
6241
|
+
* BackgroundColor: "STRING_VALUE",
|
|
6242
|
+
* BaseMapVisibility: "HIDDEN" || "VISIBLE",
|
|
6243
|
+
* },
|
|
6244
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
6245
|
+
* },
|
|
6246
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
6247
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
6248
|
+
* },
|
|
6249
|
+
* FunnelChartVisual: {
|
|
6250
|
+
* VisualId: "STRING_VALUE", // required
|
|
6251
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
6252
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
6253
|
+
* ChartConfiguration: {
|
|
6254
|
+
* FieldWells: {
|
|
6255
|
+
* FunnelChartAggregatedFieldWells: {
|
|
6256
|
+
* Category: [
|
|
6257
|
+
* "<DimensionField>",
|
|
6258
|
+
* ],
|
|
6259
|
+
* Values: [
|
|
6260
|
+
* "<MeasureField>",
|
|
6261
|
+
* ],
|
|
6262
|
+
* },
|
|
6263
|
+
* },
|
|
6264
|
+
* SortConfiguration: {
|
|
6265
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
6266
|
+
* CategoryItemsLimit: "<ItemsLimitConfiguration>",
|
|
6267
|
+
* },
|
|
6268
|
+
* CategoryLabelOptions: "<ChartAxisLabelOptions>",
|
|
6269
|
+
* ValueLabelOptions: "<ChartAxisLabelOptions>",
|
|
6270
|
+
* Tooltip: "<TooltipOptions>",
|
|
6271
|
+
* DataLabelOptions: {
|
|
6272
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
6273
|
+
* CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
|
|
6274
|
+
* MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
|
|
6275
|
+
* Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
|
|
6276
|
+
* LabelFontConfiguration: "<FontConfiguration>",
|
|
6277
|
+
* LabelColor: "STRING_VALUE",
|
|
6278
|
+
* MeasureDataLabelStyle: "VALUE_ONLY" || "PERCENTAGE_BY_FIRST_STAGE" || "PERCENTAGE_BY_PREVIOUS_STAGE" || "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE" || "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
|
|
6279
|
+
* },
|
|
6280
|
+
* VisualPalette: "<VisualPalette>",
|
|
6281
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
6282
|
+
* },
|
|
6283
|
+
* Actions: "<VisualCustomActionList>",
|
|
6284
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
6285
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
6286
|
+
* },
|
|
6287
|
+
* ScatterPlotVisual: {
|
|
6288
|
+
* VisualId: "STRING_VALUE", // required
|
|
6289
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
6290
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
6291
|
+
* ChartConfiguration: {
|
|
6292
|
+
* FieldWells: {
|
|
6293
|
+
* ScatterPlotCategoricallyAggregatedFieldWells: {
|
|
6294
|
+
* XAxis: "<MeasureFieldList>",
|
|
6295
|
+
* YAxis: "<MeasureFieldList>",
|
|
6296
|
+
* Category: "<DimensionFieldList>",
|
|
6297
|
+
* Size: "<MeasureFieldList>",
|
|
6298
|
+
* Label: "<DimensionFieldList>",
|
|
6299
|
+
* },
|
|
6300
|
+
* ScatterPlotUnaggregatedFieldWells: {
|
|
6301
|
+
* XAxis: "<DimensionFieldList>",
|
|
6302
|
+
* YAxis: "<DimensionFieldList>",
|
|
6303
|
+
* Size: "<MeasureFieldList>",
|
|
6304
|
+
* Category: "<DimensionFieldList>",
|
|
6305
|
+
* Label: "<DimensionFieldList>",
|
|
6306
|
+
* },
|
|
6307
|
+
* },
|
|
6308
|
+
* SortConfiguration: {
|
|
6309
|
+
* ScatterPlotLimitConfiguration: "<ItemsLimitConfiguration>",
|
|
6310
|
+
* },
|
|
6311
|
+
* XAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
6312
|
+
* XAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
6313
|
+
* YAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
6314
|
+
* YAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
6315
|
+
* Legend: "<LegendOptions>",
|
|
6316
|
+
* DataLabels: "<DataLabelOptions>",
|
|
6317
|
+
* Tooltip: "<TooltipOptions>",
|
|
6318
|
+
* VisualPalette: "<VisualPalette>",
|
|
6319
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
6320
|
+
* },
|
|
6321
|
+
* Actions: "<VisualCustomActionList>",
|
|
6322
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
6323
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
6324
|
+
* },
|
|
6325
|
+
* ComboChartVisual: {
|
|
6326
|
+
* VisualId: "STRING_VALUE", // required
|
|
6327
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
6328
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
6329
|
+
* ChartConfiguration: {
|
|
6330
|
+
* FieldWells: {
|
|
6331
|
+
* ComboChartAggregatedFieldWells: {
|
|
6332
|
+
* Category: "<DimensionFieldList>",
|
|
6333
|
+
* BarValues: "<MeasureFieldList>",
|
|
6334
|
+
* Colors: "<DimensionFieldList>",
|
|
6335
|
+
* LineValues: "<MeasureFieldList>",
|
|
6336
|
+
* },
|
|
6337
|
+
* },
|
|
6338
|
+
* SortConfiguration: {
|
|
6339
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
6340
|
+
* CategoryItemsLimit: "<ItemsLimitConfiguration>",
|
|
6341
|
+
* ColorSort: "<FieldSortOptionsList>",
|
|
6342
|
+
* ColorItemsLimit: "<ItemsLimitConfiguration>",
|
|
6343
|
+
* },
|
|
6344
|
+
* BarsArrangement: "CLUSTERED" || "STACKED" || "STACKED_PERCENT",
|
|
6345
|
+
* CategoryAxis: "<AxisDisplayOptions>",
|
|
6346
|
+
* CategoryLabelOptions: "<ChartAxisLabelOptions>",
|
|
6347
|
+
* PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
6348
|
+
* PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
6349
|
+
* SecondaryYAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
6350
|
+
* SecondaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
6351
|
+
* SingleAxisOptions: {
|
|
6352
|
+
* YAxisOptions: {
|
|
6353
|
+
* YAxis: "PRIMARY_Y_AXIS", // required
|
|
6354
|
+
* },
|
|
6355
|
+
* },
|
|
6356
|
+
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
6357
|
+
* DefaultSeriesSettings: {
|
|
6358
|
+
* LineStyleSettings: "<LineChartLineStyleSettings>",
|
|
6359
|
+
* MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
|
|
6360
|
+
* DecalSettings: "<DecalSettings>",
|
|
6361
|
+
* BorderSettings: "<BorderSettings>",
|
|
6362
|
+
* },
|
|
6363
|
+
* Series: [
|
|
6364
|
+
* {
|
|
6365
|
+
* FieldComboSeriesItem: {
|
|
6366
|
+
* FieldId: "STRING_VALUE", // required
|
|
6367
|
+
* Settings: {
|
|
6368
|
+
* LineStyleSettings: "<LineChartLineStyleSettings>",
|
|
6369
|
+
* MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
|
|
6370
|
+
* DecalSettings: "<DecalSettings>",
|
|
6371
|
+
* BorderSettings: "<BorderSettings>",
|
|
6372
|
+
* },
|
|
6373
|
+
* },
|
|
6374
|
+
* DataFieldComboSeriesItem: {
|
|
6375
|
+
* FieldId: "STRING_VALUE", // required
|
|
6376
|
+
* FieldValue: "STRING_VALUE",
|
|
6377
|
+
* Settings: {
|
|
6378
|
+
* LineStyleSettings: "<LineChartLineStyleSettings>",
|
|
6379
|
+
* MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
|
|
6380
|
+
* DecalSettings: "<DecalSettings>",
|
|
6381
|
+
* BorderSettings: "<BorderSettings>",
|
|
6382
|
+
* },
|
|
6383
|
+
* },
|
|
6384
|
+
* },
|
|
6385
|
+
* ],
|
|
6386
|
+
* Legend: "<LegendOptions>",
|
|
6387
|
+
* BarDataLabels: "<DataLabelOptions>",
|
|
6388
|
+
* LineDataLabels: "<DataLabelOptions>",
|
|
6389
|
+
* Tooltip: "<TooltipOptions>",
|
|
6390
|
+
* ReferenceLines: "<ReferenceLineList>",
|
|
6391
|
+
* VisualPalette: "<VisualPalette>",
|
|
6392
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
6393
|
+
* },
|
|
6394
|
+
* Actions: "<VisualCustomActionList>",
|
|
6395
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
6396
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
6397
|
+
* },
|
|
6398
|
+
* BoxPlotVisual: {
|
|
6399
|
+
* VisualId: "STRING_VALUE", // required
|
|
6400
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
6401
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
6402
|
+
* ChartConfiguration: {
|
|
6403
|
+
* FieldWells: {
|
|
6404
|
+
* BoxPlotAggregatedFieldWells: {
|
|
6405
|
+
* GroupBy: [
|
|
6406
|
+
* "<DimensionField>",
|
|
6407
|
+
* ],
|
|
6408
|
+
* Values: [
|
|
6409
|
+
* "<MeasureField>",
|
|
6410
|
+
* ],
|
|
6411
|
+
* },
|
|
6412
|
+
* },
|
|
6413
|
+
* SortConfiguration: {
|
|
6414
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
6415
|
+
* PaginationConfiguration: {
|
|
6416
|
+
* PageSize: Number("long"), // required
|
|
6417
|
+
* PageNumber: Number("long"), // required
|
|
6418
|
+
* },
|
|
6419
|
+
* },
|
|
6420
|
+
* BoxPlotOptions: {
|
|
6421
|
+
* StyleOptions: {
|
|
6422
|
+
* FillStyle: "SOLID" || "TRANSPARENT",
|
|
6423
|
+
* },
|
|
6424
|
+
* OutlierVisibility: "HIDDEN" || "VISIBLE",
|
|
6425
|
+
* AllDataPointsVisibility: "HIDDEN" || "VISIBLE",
|
|
6426
|
+
* },
|
|
6427
|
+
* CategoryAxis: "<AxisDisplayOptions>",
|
|
6428
|
+
* CategoryLabelOptions: "<ChartAxisLabelOptions>",
|
|
6429
|
+
* PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
6430
|
+
* PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
6431
|
+
* Legend: "<LegendOptions>",
|
|
6432
|
+
* Tooltip: "<TooltipOptions>",
|
|
6433
|
+
* ReferenceLines: "<ReferenceLineList>",
|
|
6434
|
+
* VisualPalette: "<VisualPalette>",
|
|
6435
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
6436
|
+
* },
|
|
6437
|
+
* Actions: "<VisualCustomActionList>",
|
|
6438
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
6439
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
6440
|
+
* },
|
|
6441
|
+
* WaterfallVisual: {
|
|
6442
|
+
* VisualId: "STRING_VALUE", // required
|
|
6443
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
6444
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
6445
|
+
* ChartConfiguration: {
|
|
6446
|
+
* FieldWells: {
|
|
6447
|
+
* WaterfallChartAggregatedFieldWells: {
|
|
6448
|
+
* Categories: "<DimensionFieldList>",
|
|
6449
|
+
* Values: "<MeasureFieldList>",
|
|
6450
|
+
* Breakdowns: "<DimensionFieldList>",
|
|
6451
|
+
* },
|
|
6452
|
+
* },
|
|
6453
|
+
* SortConfiguration: {
|
|
6454
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
6455
|
+
* BreakdownItemsLimit: "<ItemsLimitConfiguration>",
|
|
6456
|
+
* },
|
|
6457
|
+
* WaterfallChartOptions: {
|
|
6458
|
+
* TotalBarLabel: "STRING_VALUE",
|
|
6459
|
+
* },
|
|
6460
|
+
* CategoryAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
6461
|
+
* CategoryAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
6462
|
+
* PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
6463
|
+
* PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
6464
|
+
* Legend: "<LegendOptions>",
|
|
6465
|
+
* DataLabels: "<DataLabelOptions>",
|
|
6466
|
+
* VisualPalette: "<VisualPalette>",
|
|
6467
|
+
* ColorConfiguration: {
|
|
6468
|
+
* GroupColorConfiguration: {
|
|
6469
|
+
* PositiveBarColor: "STRING_VALUE",
|
|
6470
|
+
* NegativeBarColor: "STRING_VALUE",
|
|
6471
|
+
* TotalBarColor: "STRING_VALUE",
|
|
6472
|
+
* },
|
|
6473
|
+
* },
|
|
6474
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
6475
|
+
* },
|
|
6476
|
+
* Actions: "<VisualCustomActionList>",
|
|
6477
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
6478
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
6479
|
+
* },
|
|
6480
|
+
* HistogramVisual: {
|
|
6481
|
+
* VisualId: "STRING_VALUE", // required
|
|
6482
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
6483
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
6484
|
+
* ChartConfiguration: {
|
|
6485
|
+
* FieldWells: {
|
|
6486
|
+
* HistogramAggregatedFieldWells: {
|
|
6487
|
+
* Values: [
|
|
6488
|
+
* "<MeasureField>",
|
|
6489
|
+
* ],
|
|
6490
|
+
* },
|
|
6491
|
+
* },
|
|
6492
|
+
* XAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
6493
|
+
* XAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
6494
|
+
* YAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
6495
|
+
* BinOptions: {
|
|
6496
|
+
* SelectedBinType: "BIN_COUNT" || "BIN_WIDTH",
|
|
6497
|
+
* BinCount: {
|
|
6498
|
+
* Value: Number("int"),
|
|
6499
|
+
* },
|
|
6500
|
+
* BinWidth: {
|
|
6501
|
+
* Value: Number("double"),
|
|
6502
|
+
* BinCountLimit: Number("long"),
|
|
6503
|
+
* },
|
|
6504
|
+
* StartValue: Number("double"),
|
|
6505
|
+
* },
|
|
6506
|
+
* DataLabels: "<DataLabelOptions>",
|
|
6507
|
+
* Tooltip: "<TooltipOptions>",
|
|
6508
|
+
* VisualPalette: "<VisualPalette>",
|
|
6509
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
6510
|
+
* },
|
|
6511
|
+
* Actions: "<VisualCustomActionList>",
|
|
6512
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
6513
|
+
* },
|
|
6514
|
+
* WordCloudVisual: {
|
|
6515
|
+
* VisualId: "STRING_VALUE", // required
|
|
6516
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
6517
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
6518
|
+
* ChartConfiguration: {
|
|
6519
|
+
* FieldWells: {
|
|
6520
|
+
* WordCloudAggregatedFieldWells: {
|
|
6521
|
+
* GroupBy: [
|
|
6522
|
+
* "<DimensionField>",
|
|
6523
|
+
* ],
|
|
6524
|
+
* Size: [
|
|
6525
|
+
* "<MeasureField>",
|
|
6526
|
+
* ],
|
|
6527
|
+
* },
|
|
6528
|
+
* },
|
|
6529
|
+
* SortConfiguration: {
|
|
6530
|
+
* CategoryItemsLimit: "<ItemsLimitConfiguration>",
|
|
6531
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
6532
|
+
* },
|
|
6533
|
+
* CategoryLabelOptions: "<ChartAxisLabelOptions>",
|
|
6534
|
+
* WordCloudOptions: {
|
|
6535
|
+
* WordOrientation: "HORIZONTAL" || "HORIZONTAL_AND_VERTICAL",
|
|
6536
|
+
* WordScaling: "EMPHASIZE" || "NORMAL",
|
|
6537
|
+
* CloudLayout: "FLUID" || "NORMAL",
|
|
6538
|
+
* WordCasing: "LOWER_CASE" || "EXISTING_CASE",
|
|
6539
|
+
* WordPadding: "NONE" || "SMALL" || "MEDIUM" || "LARGE",
|
|
6540
|
+
* MaximumStringLength: Number("int"),
|
|
6541
|
+
* },
|
|
6542
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
6543
|
+
* },
|
|
6544
|
+
* Actions: "<VisualCustomActionList>",
|
|
6545
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
6546
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
6547
|
+
* },
|
|
6548
|
+
* InsightVisual: {
|
|
6549
|
+
* VisualId: "STRING_VALUE", // required
|
|
6550
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
6551
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
6552
|
+
* InsightConfiguration: {
|
|
6553
|
+
* Computations: [
|
|
6554
|
+
* {
|
|
6555
|
+
* TopBottomRanked: {
|
|
6556
|
+
* ComputationId: "STRING_VALUE", // required
|
|
6557
|
+
* Name: "STRING_VALUE",
|
|
6558
|
+
* Category: "<DimensionField>",
|
|
6559
|
+
* Value: "<MeasureField>",
|
|
6560
|
+
* ResultSize: Number("int"),
|
|
6561
|
+
* Type: "TOP" || "BOTTOM", // required
|
|
6562
|
+
* },
|
|
6563
|
+
* TopBottomMovers: {
|
|
6564
|
+
* ComputationId: "STRING_VALUE", // required
|
|
6565
|
+
* Name: "STRING_VALUE",
|
|
6566
|
+
* Time: "<DimensionField>",
|
|
6567
|
+
* Category: "<DimensionField>",
|
|
6568
|
+
* Value: "<MeasureField>",
|
|
6569
|
+
* MoverSize: Number("int"),
|
|
6570
|
+
* SortOrder: "PERCENT_DIFFERENCE" || "ABSOLUTE_DIFFERENCE",
|
|
6571
|
+
* Type: "TOP" || "BOTTOM", // required
|
|
6572
|
+
* },
|
|
6573
|
+
* TotalAggregation: {
|
|
6574
|
+
* ComputationId: "STRING_VALUE", // required
|
|
6575
|
+
* Name: "STRING_VALUE",
|
|
6576
|
+
* Value: "<MeasureField>",
|
|
6577
|
+
* },
|
|
6578
|
+
* MaximumMinimum: {
|
|
6579
|
+
* ComputationId: "STRING_VALUE", // required
|
|
6580
|
+
* Name: "STRING_VALUE",
|
|
6581
|
+
* Time: "<DimensionField>",
|
|
6582
|
+
* Value: "<MeasureField>",
|
|
6583
|
+
* Type: "MAXIMUM" || "MINIMUM", // required
|
|
6584
|
+
* },
|
|
6585
|
+
* MetricComparison: {
|
|
6586
|
+
* ComputationId: "STRING_VALUE", // required
|
|
6587
|
+
* Name: "STRING_VALUE",
|
|
6588
|
+
* Time: "<DimensionField>",
|
|
6589
|
+
* FromValue: "<MeasureField>",
|
|
6590
|
+
* TargetValue: "<MeasureField>",
|
|
6591
|
+
* },
|
|
6592
|
+
* PeriodOverPeriod: {
|
|
6593
|
+
* ComputationId: "STRING_VALUE", // required
|
|
6594
|
+
* Name: "STRING_VALUE",
|
|
6595
|
+
* Time: "<DimensionField>",
|
|
6596
|
+
* Value: "<MeasureField>",
|
|
6597
|
+
* },
|
|
6598
|
+
* PeriodToDate: {
|
|
6599
|
+
* ComputationId: "STRING_VALUE", // required
|
|
6600
|
+
* Name: "STRING_VALUE",
|
|
6601
|
+
* Time: "<DimensionField>",
|
|
6602
|
+
* Value: "<MeasureField>",
|
|
6603
|
+
* PeriodTimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
6604
|
+
* },
|
|
6605
|
+
* GrowthRate: {
|
|
6606
|
+
* ComputationId: "STRING_VALUE", // required
|
|
6607
|
+
* Name: "STRING_VALUE",
|
|
6608
|
+
* Time: "<DimensionField>",
|
|
6609
|
+
* Value: "<MeasureField>",
|
|
6610
|
+
* PeriodSize: Number("int"),
|
|
6611
|
+
* },
|
|
6612
|
+
* UniqueValues: {
|
|
6613
|
+
* ComputationId: "STRING_VALUE", // required
|
|
6614
|
+
* Name: "STRING_VALUE",
|
|
6615
|
+
* Category: "<DimensionField>",
|
|
6616
|
+
* },
|
|
6617
|
+
* Forecast: {
|
|
6618
|
+
* ComputationId: "STRING_VALUE", // required
|
|
6619
|
+
* Name: "STRING_VALUE",
|
|
6620
|
+
* Time: "<DimensionField>",
|
|
6621
|
+
* Value: "<MeasureField>",
|
|
6622
|
+
* PeriodsForward: Number("int"),
|
|
6623
|
+
* PeriodsBackward: Number("int"),
|
|
6624
|
+
* UpperBoundary: Number("double"),
|
|
6625
|
+
* LowerBoundary: Number("double"),
|
|
6626
|
+
* PredictionInterval: Number("int"),
|
|
6627
|
+
* Seasonality: "AUTOMATIC" || "CUSTOM",
|
|
6628
|
+
* CustomSeasonalityValue: Number("int"),
|
|
6629
|
+
* },
|
|
6630
|
+
* },
|
|
6631
|
+
* ],
|
|
6632
|
+
* CustomNarrative: {
|
|
6633
|
+
* Narrative: "STRING_VALUE", // required
|
|
6634
|
+
* },
|
|
6635
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
6636
|
+
* },
|
|
6637
|
+
* Actions: "<VisualCustomActionList>",
|
|
6638
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
6639
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
6640
|
+
* },
|
|
6641
|
+
* SankeyDiagramVisual: {
|
|
6642
|
+
* VisualId: "STRING_VALUE", // required
|
|
6643
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
6644
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
6645
|
+
* ChartConfiguration: {
|
|
6646
|
+
* FieldWells: {
|
|
6647
|
+
* SankeyDiagramAggregatedFieldWells: {
|
|
6648
|
+
* Source: "<DimensionFieldList>",
|
|
6649
|
+
* Destination: "<DimensionFieldList>",
|
|
6650
|
+
* Weight: "<MeasureFieldList>",
|
|
6651
|
+
* },
|
|
6652
|
+
* },
|
|
6653
|
+
* SortConfiguration: {
|
|
6654
|
+
* WeightSort: "<FieldSortOptionsList>",
|
|
6655
|
+
* SourceItemsLimit: "<ItemsLimitConfiguration>",
|
|
6656
|
+
* DestinationItemsLimit: "<ItemsLimitConfiguration>",
|
|
6657
|
+
* },
|
|
6658
|
+
* DataLabels: "<DataLabelOptions>",
|
|
6659
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
6660
|
+
* },
|
|
6661
|
+
* Actions: "<VisualCustomActionList>",
|
|
6662
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
6663
|
+
* },
|
|
6664
|
+
* CustomContentVisual: {
|
|
6665
|
+
* VisualId: "STRING_VALUE", // required
|
|
6666
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
6667
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
6668
|
+
* ChartConfiguration: {
|
|
6669
|
+
* ContentUrl: "STRING_VALUE",
|
|
6670
|
+
* ContentType: "IMAGE" || "OTHER_EMBEDDED_CONTENT",
|
|
6671
|
+
* ImageScaling: "FIT_TO_HEIGHT" || "FIT_TO_WIDTH" || "DO_NOT_SCALE" || "SCALE_TO_VISUAL",
|
|
6672
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
6673
|
+
* },
|
|
6674
|
+
* Actions: "<VisualCustomActionList>",
|
|
6675
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
6676
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
6677
|
+
* },
|
|
6678
|
+
* EmptyVisual: {
|
|
6679
|
+
* VisualId: "STRING_VALUE", // required
|
|
6680
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
6681
|
+
* Actions: "<VisualCustomActionList>",
|
|
6682
|
+
* },
|
|
6683
|
+
* RadarChartVisual: {
|
|
6684
|
+
* VisualId: "STRING_VALUE", // required
|
|
6685
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
6686
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
6687
|
+
* ChartConfiguration: {
|
|
6688
|
+
* FieldWells: {
|
|
6689
|
+
* RadarChartAggregatedFieldWells: {
|
|
6690
|
+
* Category: [
|
|
6691
|
+
* "<DimensionField>",
|
|
6692
|
+
* ],
|
|
6693
|
+
* Color: [
|
|
6694
|
+
* "<DimensionField>",
|
|
6695
|
+
* ],
|
|
6696
|
+
* Values: [
|
|
6697
|
+
* "<MeasureField>",
|
|
6698
|
+
* ],
|
|
6699
|
+
* },
|
|
6700
|
+
* },
|
|
6701
|
+
* SortConfiguration: {
|
|
6702
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
6703
|
+
* CategoryItemsLimit: "<ItemsLimitConfiguration>",
|
|
6704
|
+
* ColorSort: "<FieldSortOptionsList>",
|
|
6705
|
+
* ColorItemsLimit: "<ItemsLimitConfiguration>",
|
|
6706
|
+
* },
|
|
6707
|
+
* Shape: "CIRCLE" || "POLYGON",
|
|
6708
|
+
* BaseSeriesSettings: {
|
|
6709
|
+
* AreaStyleSettings: {
|
|
6710
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
6711
|
+
* },
|
|
6712
|
+
* },
|
|
6713
|
+
* StartAngle: Number("double"),
|
|
6714
|
+
* VisualPalette: "<VisualPalette>",
|
|
6715
|
+
* AlternateBandColorsVisibility: "HIDDEN" || "VISIBLE",
|
|
6716
|
+
* AlternateBandEvenColor: "STRING_VALUE",
|
|
6717
|
+
* AlternateBandOddColor: "STRING_VALUE",
|
|
6718
|
+
* CategoryAxis: "<AxisDisplayOptions>",
|
|
6719
|
+
* CategoryLabelOptions: "<ChartAxisLabelOptions>",
|
|
6720
|
+
* ColorAxis: "<AxisDisplayOptions>",
|
|
6721
|
+
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
6722
|
+
* Legend: "<LegendOptions>",
|
|
6723
|
+
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
|
|
6724
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
6725
|
+
* },
|
|
6726
|
+
* Actions: "<VisualCustomActionList>",
|
|
6727
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
6728
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
6729
|
+
* },
|
|
6730
|
+
* PluginVisual: {
|
|
6731
|
+
* VisualId: "STRING_VALUE", // required
|
|
6732
|
+
* PluginArn: "STRING_VALUE", // required
|
|
6733
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
6734
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
6735
|
+
* ChartConfiguration: {
|
|
6736
|
+
* FieldWells: [
|
|
6737
|
+
* {
|
|
6738
|
+
* AxisName: "GROUP_BY" || "VALUE",
|
|
6739
|
+
* Dimensions: "<DimensionFieldList>",
|
|
6740
|
+
* Measures: "<MeasureFieldList>",
|
|
6741
|
+
* Unaggregated: [
|
|
6742
|
+
* "<UnaggregatedField>",
|
|
6743
|
+
* ],
|
|
6744
|
+
* },
|
|
6745
|
+
* ],
|
|
6746
|
+
* VisualOptions: {
|
|
6747
|
+
* VisualProperties: [
|
|
6748
|
+
* {
|
|
6749
|
+
* Name: "STRING_VALUE",
|
|
6750
|
+
* Value: "STRING_VALUE",
|
|
6751
|
+
* },
|
|
6752
|
+
* ],
|
|
6753
|
+
* },
|
|
6754
|
+
* SortConfiguration: {
|
|
6755
|
+
* PluginVisualTableQuerySort: {
|
|
6756
|
+
* RowSort: [
|
|
6757
|
+
* "<FieldSortOptions>",
|
|
6758
|
+
* ],
|
|
6759
|
+
* ItemsLimitConfiguration: {
|
|
6760
|
+
* ItemsLimit: Number("long"),
|
|
6761
|
+
* },
|
|
6762
|
+
* },
|
|
6763
|
+
* },
|
|
6764
|
+
* },
|
|
6765
|
+
* Actions: "<VisualCustomActionList>",
|
|
6766
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
6767
|
+
* },
|
|
6768
|
+
* },
|
|
6769
|
+
* ],
|
|
6770
|
+
* TextBoxes: [ // TooltipSheetTextBoxList
|
|
6771
|
+
* {
|
|
6772
|
+
* SheetTextBoxId: "STRING_VALUE", // required
|
|
6773
|
+
* Content: "STRING_VALUE",
|
|
6774
|
+
* Interactions: {
|
|
6775
|
+
* TextBoxMenuOption: {
|
|
6776
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
6777
|
+
* },
|
|
6778
|
+
* },
|
|
6779
|
+
* },
|
|
6780
|
+
* ],
|
|
6781
|
+
* Images: [ // TooltipSheetImageList
|
|
6782
|
+
* {
|
|
6783
|
+
* SheetImageId: "STRING_VALUE", // required
|
|
6784
|
+
* Source: {
|
|
6785
|
+
* SheetImageStaticFileSource: {
|
|
6786
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
6787
|
+
* },
|
|
6788
|
+
* },
|
|
6789
|
+
* Scaling: {
|
|
6790
|
+
* ScalingType: "SCALE_TO_WIDTH" || "SCALE_TO_HEIGHT" || "SCALE_TO_CONTAINER" || "SCALE_NONE",
|
|
6791
|
+
* },
|
|
6792
|
+
* Tooltip: {
|
|
6793
|
+
* TooltipText: {
|
|
6794
|
+
* PlainText: "STRING_VALUE",
|
|
6795
|
+
* },
|
|
6796
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
6797
|
+
* },
|
|
6798
|
+
* ImageContentAltText: "STRING_VALUE",
|
|
6799
|
+
* Interactions: {
|
|
6800
|
+
* ImageMenuOption: {
|
|
6801
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
6802
|
+
* },
|
|
6803
|
+
* },
|
|
6804
|
+
* Actions: [
|
|
6805
|
+
* {
|
|
6806
|
+
* CustomActionId: "STRING_VALUE", // required
|
|
6807
|
+
* Name: "STRING_VALUE", // required
|
|
6808
|
+
* Status: "ENABLED" || "DISABLED",
|
|
6809
|
+
* Trigger: "CLICK" || "MENU", // required
|
|
6810
|
+
* ActionOperations: [ // required
|
|
6811
|
+
* {
|
|
6812
|
+
* NavigationOperation: "<CustomActionNavigationOperation>",
|
|
6813
|
+
* URLOperation: "<CustomActionURLOperation>",
|
|
6814
|
+
* SetParametersOperation: "<CustomActionSetParametersOperation>",
|
|
6815
|
+
* },
|
|
6816
|
+
* ],
|
|
6817
|
+
* },
|
|
6818
|
+
* ],
|
|
6819
|
+
* },
|
|
6820
|
+
* ],
|
|
6821
|
+
* Layouts: [
|
|
6822
|
+
* {
|
|
6823
|
+
* Configuration: {
|
|
6824
|
+
* GridLayout: {
|
|
6825
|
+
* Elements: [ // required
|
|
6826
|
+
* {
|
|
6827
|
+
* ElementId: "STRING_VALUE", // required
|
|
6828
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
6829
|
+
* ColumnIndex: Number("int"),
|
|
6830
|
+
* ColumnSpan: Number("int"), // required
|
|
6831
|
+
* RowIndex: Number("int"),
|
|
6832
|
+
* RowSpan: Number("int"), // required
|
|
6833
|
+
* BorderStyle: {
|
|
6834
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
6835
|
+
* Color: "STRING_VALUE",
|
|
6836
|
+
* Width: "STRING_VALUE",
|
|
6837
|
+
* },
|
|
6838
|
+
* SelectedBorderStyle: "<GridLayoutElementBorderStyle>",
|
|
6839
|
+
* BackgroundStyle: {
|
|
6840
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
6841
|
+
* Color: "STRING_VALUE",
|
|
6842
|
+
* },
|
|
6843
|
+
* LoadingAnimation: {
|
|
6844
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
6845
|
+
* },
|
|
6846
|
+
* BorderRadius: "STRING_VALUE",
|
|
6847
|
+
* Padding: "STRING_VALUE",
|
|
6848
|
+
* },
|
|
6849
|
+
* ],
|
|
6850
|
+
* CanvasSizeOptions: {
|
|
6851
|
+
* ScreenCanvasSizeOptions: {
|
|
6852
|
+
* ResizeOption: "FIXED" || "RESPONSIVE", // required
|
|
6853
|
+
* OptimizedViewPortWidth: "STRING_VALUE",
|
|
6854
|
+
* },
|
|
6855
|
+
* },
|
|
6856
|
+
* },
|
|
6857
|
+
* FreeFormLayout: {
|
|
6858
|
+
* Elements: "<FreeFromLayoutElementList>", // required
|
|
6859
|
+
* CanvasSizeOptions: {
|
|
6860
|
+
* ScreenCanvasSizeOptions: {
|
|
6861
|
+
* OptimizedViewPortWidth: "STRING_VALUE", // required
|
|
6862
|
+
* },
|
|
6863
|
+
* },
|
|
6864
|
+
* Groups: [
|
|
6865
|
+
* {
|
|
6866
|
+
* Id: "STRING_VALUE", // required
|
|
6867
|
+
* Members: [ // required
|
|
6868
|
+
* {
|
|
6869
|
+
* Id: "STRING_VALUE", // required
|
|
6870
|
+
* Type: "ELEMENT" || "GROUP", // required
|
|
6871
|
+
* },
|
|
6872
|
+
* ],
|
|
6873
|
+
* },
|
|
6874
|
+
* ],
|
|
6875
|
+
* },
|
|
6876
|
+
* SectionBasedLayout: {
|
|
6877
|
+
* HeaderSections: [ // required
|
|
6878
|
+
* {
|
|
6879
|
+
* SectionId: "STRING_VALUE", // required
|
|
6880
|
+
* Layout: {
|
|
6881
|
+
* FreeFormLayout: {
|
|
6882
|
+
* Elements: "<FreeFromLayoutElementList>", // required
|
|
6883
|
+
* },
|
|
6884
|
+
* },
|
|
6885
|
+
* Style: {
|
|
6886
|
+
* Height: "STRING_VALUE",
|
|
6887
|
+
* Padding: {
|
|
6888
|
+
* Top: "STRING_VALUE",
|
|
6889
|
+
* Bottom: "STRING_VALUE",
|
|
6890
|
+
* Left: "STRING_VALUE",
|
|
6891
|
+
* Right: "STRING_VALUE",
|
|
6892
|
+
* },
|
|
6893
|
+
* },
|
|
6894
|
+
* },
|
|
6895
|
+
* ],
|
|
6896
|
+
* BodySections: [ // required
|
|
6897
|
+
* {
|
|
6898
|
+
* SectionId: "STRING_VALUE", // required
|
|
6899
|
+
* Content: {
|
|
6900
|
+
* Layout: {
|
|
6901
|
+
* FreeFormLayout: {
|
|
6902
|
+
* Elements: "<FreeFromLayoutElementList>", // required
|
|
6903
|
+
* },
|
|
6904
|
+
* },
|
|
6905
|
+
* },
|
|
6906
|
+
* Style: {
|
|
6907
|
+
* Height: "STRING_VALUE",
|
|
6908
|
+
* Padding: "<Spacing>",
|
|
6909
|
+
* },
|
|
6910
|
+
* PageBreakConfiguration: {
|
|
6911
|
+
* After: {
|
|
6912
|
+
* Status: "ENABLED" || "DISABLED",
|
|
6913
|
+
* },
|
|
6914
|
+
* },
|
|
6915
|
+
* RepeatConfiguration: {
|
|
6916
|
+
* DimensionConfigurations: [
|
|
6917
|
+
* {
|
|
6918
|
+
* DynamicCategoryDimensionConfiguration: {
|
|
6919
|
+
* Column: "<ColumnIdentifier>", // required
|
|
6920
|
+
* Limit: Number("int"),
|
|
6921
|
+
* SortByMetrics: [
|
|
6922
|
+
* "<ColumnSort>",
|
|
6923
|
+
* ],
|
|
6924
|
+
* },
|
|
6925
|
+
* DynamicNumericDimensionConfiguration: {
|
|
6926
|
+
* Column: "<ColumnIdentifier>", // required
|
|
6927
|
+
* Limit: Number("int"),
|
|
6928
|
+
* SortByMetrics: [
|
|
6929
|
+
* "<ColumnSort>",
|
|
6930
|
+
* ],
|
|
6931
|
+
* },
|
|
6932
|
+
* },
|
|
6933
|
+
* ],
|
|
6934
|
+
* PageBreakConfiguration: {
|
|
6935
|
+
* After: {
|
|
6936
|
+
* Status: "ENABLED" || "DISABLED",
|
|
6937
|
+
* },
|
|
6938
|
+
* },
|
|
6939
|
+
* NonRepeatingVisuals: [
|
|
6940
|
+
* "STRING_VALUE",
|
|
6941
|
+
* ],
|
|
6942
|
+
* },
|
|
6943
|
+
* },
|
|
6944
|
+
* ],
|
|
6945
|
+
* FooterSections: [ // required
|
|
6946
|
+
* {
|
|
6947
|
+
* SectionId: "STRING_VALUE", // required
|
|
6948
|
+
* Layout: "<SectionLayoutConfiguration>", // required
|
|
6949
|
+
* Style: "<SectionStyle>",
|
|
6950
|
+
* },
|
|
6951
|
+
* ],
|
|
6952
|
+
* CanvasSizeOptions: {
|
|
6953
|
+
* PaperCanvasSizeOptions: {
|
|
6954
|
+
* PaperSize: "US_LETTER" || "US_LEGAL" || "US_TABLOID_LEDGER" || "A0" || "A1" || "A2" || "A3" || "A4" || "A5" || "JIS_B4" || "JIS_B5",
|
|
6955
|
+
* PaperOrientation: "PORTRAIT" || "LANDSCAPE",
|
|
6956
|
+
* PaperMargin: "<Spacing>",
|
|
6957
|
+
* },
|
|
6958
|
+
* },
|
|
6959
|
+
* },
|
|
6960
|
+
* },
|
|
6961
|
+
* },
|
|
6962
|
+
* ],
|
|
6963
|
+
* },
|
|
6964
|
+
* ],
|
|
6965
|
+
* CalculatedFields: [ // CalculatedFields
|
|
6966
|
+
* { // CalculatedField
|
|
6967
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
6968
|
+
* Name: "STRING_VALUE", // required
|
|
6969
|
+
* Expression: "STRING_VALUE", // required
|
|
6970
|
+
* },
|
|
6971
|
+
* ],
|
|
6972
|
+
* ParameterDeclarations: [ // ParameterDeclarationList
|
|
6973
|
+
* { // ParameterDeclaration
|
|
6974
|
+
* StringParameterDeclaration: { // StringParameterDeclaration
|
|
6975
|
+
* ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
6976
|
+
* Name: "STRING_VALUE", // required
|
|
6977
|
+
* DefaultValues: { // StringDefaultValues
|
|
6978
|
+
* DynamicValue: { // DynamicDefaultValue
|
|
6979
|
+
* UserNameColumn: "<ColumnIdentifier>",
|
|
5130
6980
|
* GroupNameColumn: "<ColumnIdentifier>",
|
|
5131
6981
|
* DefaultValueColumn: "<ColumnIdentifier>", // required
|
|
5132
6982
|
* },
|
|
@@ -5703,11 +7553,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
5703
7553
|
* ColumnConfigurations: [ // ColumnConfigurationList
|
|
5704
7554
|
* { // ColumnConfiguration
|
|
5705
7555
|
* Column: "<ColumnIdentifier>", // required
|
|
5706
|
-
* FormatConfiguration:
|
|
5707
|
-
* StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
5708
|
-
* NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
5709
|
-
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
5710
|
-
* },
|
|
7556
|
+
* FormatConfiguration: "<FormatConfiguration>",
|
|
5711
7557
|
* Role: "DIMENSION" || "MEASURE",
|
|
5712
7558
|
* ColorsConfiguration: { // ColorsConfiguration
|
|
5713
7559
|
* CustomColors: [ // CustomColorsList
|