AnalysisPanelConfiguration

data class AnalysisPanelConfiguration(val backgroundColor: String? = null, val backgroundVisibility: AnalysisVisibility? = null, val borderColor: String? = null, val borderStyle: AnalysisPanelBorderStyle? = null, val borderThickness: String? = null, val borderVisibility: AnalysisVisibility? = null, val gutterSpacing: String? = null, val gutterVisibility: AnalysisVisibility? = null, val title: AnalysisPanelTitleOptions? = null)

Constructors

Link copied to clipboard
constructor(backgroundColor: String? = null, backgroundVisibility: AnalysisVisibility? = null, borderColor: String? = null, borderStyle: AnalysisPanelBorderStyle? = null, borderThickness: String? = null, borderVisibility: AnalysisVisibility? = null, gutterSpacing: String? = null, gutterVisibility: AnalysisVisibility? = null, title: AnalysisPanelTitleOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backgroundColor: String? = null

Sets the background color for each panel.

Link copied to clipboard

Determines whether or not a background for each small multiples panel is rendered.

Link copied to clipboard
val borderColor: String? = null

Sets the line color of panel borders.

Link copied to clipboard

Sets the line style of panel borders.

Link copied to clipboard
val borderThickness: String? = null

String based length that is composed of value and unit in px

Link copied to clipboard

Determines whether or not each panel displays a border.

Link copied to clipboard
val gutterSpacing: String? = null

String based length that is composed of value and unit in px

Link copied to clipboard

Determines whether or not negative space between sibling panels is rendered.

Link copied to clipboard

Configures the title display within each small multiples panel.