Visivo capability

Dashboards your whole team can trust.

KPI tiles, rich charts, and live data tables compose into a recursive row and item layout, where every number traces back to one metric definition.

Revenue Overview
row.small
$1.28MNet revenue
3,401Active accounts
+12%MoM growth
row.medium
item › nested row
rows → items → rows
50+ chart types
How it works

What you get with Dashboards

  1. 50+ chart types

    Candlesticks to 3D scatter

    Render 50+ chart types, all from the same governed data layer.

  2. Tiles, charts & tables

    Everything in one view

    KPI tiles, rich charts, and searchable live data tables sit side by side.

  3. Recursive layout

    Rows, items, nested rows

    Rows hold items, and items can hold nested rows, so any layout is reachable.

In the project

Compose rows and items into a dashboard.

Tiles, charts, and live tables, every one backed by a metric.

project.visivo.yml
dashboards:
- name: Revenue Overview
rows:
- height: small
items:
- chart: ${ref(net-revenue-kpi)}
- chart: ${ref(active-accounts-kpi)}
- height: medium
items:
- chart: ${ref(revenue-by-month)}
- table: ${ref(top-accounts)}
Install command copied