Skip to main content

AML DateDrillBlock

Knowledge Checkpoint

A grasp of these concepts will help you understand this documentation better:

DateDrillBlock lets viewers switch the time granularity of mapped visualization blocks without editing the underlying report. It is connected to visualization blocks via a DateDrillInteraction.

block <name>: DateDrillBlock {
label: 'Control Label'
description: '' // optional
default: 'month' // optional
settings { ... } // optional
theme: BlockTheme { ... } // optional
}

Parameters

ParameterDescription
labelDisplay name shown on the control.
descriptionOptional description. Supports Markdown.
defaultDefault time granularity on load. Accepted values: 'default', 'year', 'quarter', 'month', 'week', 'day', 'hour', 'minute', 'none'.
settingsDisplay settings for the control.
themeOptional BlockTheme override for visual styling.

settings

ParameterDescriptionAccepted values
hide_labelHides the control's labelBoolean
hide_controlsHides the control's own interactive controls from viewersBoolean

Open Markdown
Let us know what you think about this document :)