Skip to content

Commit 806424c

Browse files
author
AWS
committed
Amazon QuickSight Update: TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update
1 parent 2cce8c2 commit 806424c

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon QuickSight",
4+
"contributor": "",
5+
"description": "TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update"
6+
}

services/quicksight/src/main/resources/codegen-resources/service-2.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6320,7 +6320,7 @@
63206320
"ColumnConfigurationList":{
63216321
"type":"list",
63226322
"member":{"shape":"ColumnConfiguration"},
6323-
"max":200
6323+
"max":2000
63246324
},
63256325
"ColumnDataRole":{
63266326
"type":"string",
@@ -6603,6 +6603,10 @@
66036603
"Aggregation":{
66046604
"shape":"AggregationFunction",
66056605
"documentation":"<p>The aggregation function of the column tooltip item.</p>"
6606+
},
6607+
"TooltipTarget":{
6608+
"shape":"TooltipTarget",
6609+
"documentation":"<p>Determines the target of the column tooltip item in a combo chart visual.</p>"
66066610
}
66076611
},
66086612
"documentation":"<p>The tooltip item for the columns that are not part of a field well.</p>"
@@ -14876,6 +14880,10 @@
1487614880
"Visibility":{
1487714881
"shape":"Visibility",
1487814882
"documentation":"<p>The visibility of the tooltip item.</p>"
14883+
},
14884+
"TooltipTarget":{
14885+
"shape":"TooltipTarget",
14886+
"documentation":"<p>Determines the target of the field tooltip item in a combo chart visual.</p>"
1487914887
}
1488014888
},
1488114889
"documentation":"<p>The tooltip item for the fields.</p>"
@@ -16363,7 +16371,7 @@
1636316371
},
1636416372
"AuthorizedResourceArns":{
1636516373
"shape":"ArnList",
16366-
"documentation":"<p>The Amazon Resource Names (ARNs) for the Amazon QuickSight resources that the user is authorized to access during the lifetime of the session. If you choose <code>Dashboard</code> embedding experience, pass the list of dashboard ARNs in the account that you want the user to be able to view. Currently, you can pass up to 25 dashboard ARNs in each API call.</p>"
16374+
"documentation":"<p>The Amazon Resource Names (ARNs) for the Amazon QuickSight resources that the user is authorized to access during the lifetime of the session.</p> <p>If you choose <code>Dashboard</code> embedding experience, pass the list of dashboard ARNs in the account that you want the user to be able to view.</p> <p>Currently, you can pass up to 25 dashboard ARNs in each API call.</p>"
1636716375
},
1636816376
"ExperienceConfiguration":{
1636916377
"shape":"AnonymousUserEmbeddingExperienceConfiguration",
@@ -28251,6 +28259,14 @@
2825128259
},
2825228260
"documentation":"<p>The display options for the visual tooltip.</p>"
2825328261
},
28262+
"TooltipTarget":{
28263+
"type":"string",
28264+
"enum":[
28265+
"BOTH",
28266+
"BAR",
28267+
"LINE"
28268+
]
28269+
},
2825428270
"TooltipTitleType":{
2825528271
"type":"string",
2825628272
"enum":[

0 commit comments

Comments
 (0)