Skip to main content

AML Dashboard Blocks

A dashboard is built from blocks. Each block is declared with block <name>: <Type> { ... } inside a Dashboard and occupies a position in the canvas layout.

There are four block types:

Dashboard my_dashboard {
block t1: TextBlock { ... }
block v1: VizBlock { ... }
block f1: FilterBlock { ... }
block d1: DateDrillBlock { ... }
}

Each block's position in the dashboard is defined in the view section. See AML Dashboard for the full syntax including layout, interactions, and settings.


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