You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html">Using tree maps</a> in the <i>Amazon QuickSight User Guide</i>.</p>
7761
-
* @public
7762
-
*/
7763
-
exportinterfaceTreeMapVisual{
7764
-
/**
7765
-
* <p>The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..</p>
7766
-
* @public
7767
-
*/
7768
-
VisualId: string|undefined;
7769
-
7770
-
/**
7771
-
* <p>The title that is displayed on the visual.</p>
7772
-
* @public
7773
-
*/
7774
-
Title?: VisualTitleLabelOptions;
7775
-
7776
-
/**
7777
-
* <p>The subtitle that is displayed on the visual.</p>
7778
-
* @public
7779
-
*/
7780
-
Subtitle?: VisualSubtitleLabelOptions;
7781
-
7782
-
/**
7783
-
* <p>The configuration settings of the visual.</p>
7784
-
* @public
7785
-
*/
7786
-
ChartConfiguration?: TreeMapConfiguration;
7787
-
7788
-
/**
7789
-
* <p>The list of custom actions that are configured for a visual.</p>
7790
-
* @public
7791
-
*/
7792
-
Actions?: VisualCustomAction[];
7793
-
7794
-
/**
7795
-
* <p>The column hierarchy that is used during drill-downs and drill-ups.</p>
7796
-
* @public
7797
-
*/
7798
-
ColumnHierarchies?: ColumnHierarchy[];
7799
-
}
7800
-
7801
-
/**
7802
-
* <p>The color configuration for individual groups within a waterfall visual.</p>
0 commit comments