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
| Parameter | Description |
|---|---|
label | Display name shown on the control. |
description | Optional description. Supports Markdown. |
default | Default time granularity on load. Accepted values: 'default', 'year', 'quarter', 'month', 'week', 'day', 'hour', 'minute', 'none'. |
settings | Display settings for the control. |
theme | Optional BlockTheme override for visual styling. |
settings
| Parameter | Description | Accepted values |
|---|---|---|
hide_label | Hides the control's label | Boolean |
hide_controls | Hides the control's own interactive controls from viewers | Boolean |