Type Alias: ComponentVisibility
ComponentVisibility:
object
Required. Represents the visibility configuration for an AnalyticsMetric component.
chart:
boolean
Required. Indicates whether the metric chart is visible (true) or not (false). Default is true.
comparison:
boolean
Required. Indicates whether comparison values are visible (true) or not (false). Default is true.
insights:
boolean
Required. Indicates whether any related insights or annotations are visible (true) or not (false). Default is true.
title:
boolean
Required. Indicates whether the metric title is visible (true) or not (false). Default is true.
value:
boolean
Required. Indicates whether the main metric value is visible (true) or not (false). Default is true.
types/types.ts:539