Visualization

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

InputAcceptsRequired
Chart1ChartOptional
Chart2ChartOptional
Chart3ChartOptional
Chart4ChartOptional

Outputs

OutputProduces
DashboardView

Settings

Typed in on the node or set by the assistant, not wired.

SettingDefaultNotes
TitleDashboard
Columns2Number 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.

Related nodes