interface VisualPaletteProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.VisualPaletteProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.VisualPaletteProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.VisualPaletteProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » VisualPaletteProperty |
The visual display options for the visual palette.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const visualPaletteProperty: quicksight.CfnAnalysis.VisualPaletteProperty = {
chartColor: 'chartColor',
colorMap: [{
color: 'color',
element: {
fieldId: 'fieldId',
fieldValue: 'fieldValue',
},
// the properties below are optional
timeGranularity: 'timeGranularity',
}],
};
Properties
Name | Type | Description |
---|---|---|
chart | string | The chart color options for the visual palette. |
color | IResolvable | IResolvable | Data [] | The color map options for the visual palette. |
chartColor?
Type:
string
(optional)
The chart color options for the visual palette.
colorMap?
Type:
IResolvable
|
IResolvable
|
Data
[]
(optional)
The color map options for the visual palette.