Type Alias: ComponentVisibility

ComponentVisibility: object

Required. Represents the visibility configuration for an AnalyticsMetric component.

Type declaration 

chart 

chart: boolean

Required. Indicates whether the metric chart is visible (true) or not (false). Default is true.

comparison 

comparison: boolean

Required. Indicates whether comparison values are visible (true) or not (false). Default is true.

insights 

insights: boolean

Required. Indicates whether any related insights or annotations are visible (true) or not (false). Default is true.

title 

title: boolean

Required. Indicates whether the metric title is visible (true) or not (false). Default is true.

value 

value: boolean

Required. Indicates whether the main metric value is visible (true) or not (false). Default is true.

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!