interface HeatMapConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.HeatMapConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_HeatMapConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.HeatMapConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.HeatMapConfigurationProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » HeatMapConfigurationProperty |
The configuration of a heat map.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
Name | Type | Description |
---|---|---|
color | IResolvable | Color | The color options (gradient color, point of divergence) in a heat map. |
column | IResolvable | Chart | The label options of the column that is displayed in a heat map. |
data | IResolvable | Data | The options that determine if visual data labels are displayed. |
field | IResolvable | Heat | The field wells of the visual. |
legend? | IResolvable | Legend | The legend display setup of the visual. |
row | IResolvable | Chart | The label options of the row that is displayed in a heat map . |
sort | IResolvable | Heat | The sort configuration of a heat map. |
tooltip? | IResolvable | Tooltip | The tooltip display setup of the visual. |
colorScale?
Type:
IResolvable
|
Color
(optional)
The color options (gradient color, point of divergence) in a heat map.
columnLabelOptions?
Type:
IResolvable
|
Chart
(optional)
The label options of the column that is displayed in a heat map.
dataLabels?
Type:
IResolvable
|
Data
(optional)
The options that determine if visual data labels are displayed.
fieldWells?
Type:
IResolvable
|
Heat
(optional)
The field wells of the visual.
legend?
Type:
IResolvable
|
Legend
(optional)
The legend display setup of the visual.
rowLabelOptions?
Type:
IResolvable
|
Chart
(optional)
The label options of the row that is displayed in a heat map
.
sortConfiguration?
Type:
IResolvable
|
Heat
(optional)
The sort configuration of a heat map.
tooltip?
Type:
IResolvable
|
Tooltip
(optional)
The tooltip display setup of the visual.