interface KPISparklineOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.KPISparklineOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_KPISparklineOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.KPISparklineOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.KPISparklineOptionsProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » KPISparklineOptionsProperty |
The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const kPISparklineOptionsProperty: quicksight.CfnAnalysis.KPISparklineOptionsProperty = {
type: 'type',
// the properties below are optional
color: 'color',
tooltipVisibility: 'tooltipVisibility',
visibility: 'visibility',
};
Properties
Name | Type | Description |
---|---|---|
type | string | The type of the sparkline. |
color? | string | The color of the sparkline. |
tooltip | string | The tooltip visibility of the sparkline. |
visibility? | string | The visibility of the sparkline. |
type
Type:
string
The type of the sparkline.
color?
Type:
string
(optional)
The color of the sparkline.
tooltipVisibility?
Type:
string
(optional)
The tooltip visibility of the sparkline.
visibility?
Type:
string
(optional)
The visibility of the sparkline.