Dashboard
Arranges up to four charts into a single grid layout: the one-page view for a monthly close or a board pack. Connect the output of any chart nodes to the Chart1 through Chart4 inputs and give the page a title.
Inputs
| Input | Accepts | Required |
|---|---|---|
Chart1 | Chart | Optional |
Chart2 | Chart | Optional |
Chart3 | Chart | Optional |
Chart4 | Chart | Optional |
Outputs
| Output | Produces |
|---|---|
Dashboard | View |
Settings
Typed in on the node or set by the assistant, not wired.
| Setting | Default | Notes |
|---|---|---|
Title | Dashboard | |
Columns | 2 | Number of columns in the grid, default 2. Set to 1 to stack charts full-width. |
Example
For the monthly close: a LineChart of revenue by month goes to Chart1, a BarChart
of opex by department to Chart2, and a PieChart of revenue mix by product to
Chart3, with the title June Close. Because the charts sit downstream of the
data, the whole page refreshes when next month's numbers arrive.