Visual nodes
Chart, Data Table and HTML View — turn flow outputs into charts, interactive tables and custom web views you can share publicly.
Visual nodes render your flow's data. Each one produces a live view you can open, share via public link or embed — the display layer of an automation.

The nodes
| Node | id | What it does |
|---|---|---|
| Chart | chart | Renders data as line, bar, area, pie, scatter or radar charts. Feed it arrays from any upstream node. |
| Data Table | data_table | An interactive table with sorting, filtering, pagination and export. |
| HTML View | html_view | Renders custom HTML/CSS/JS with variable injection — full freedom for bespoke reports or mini dashboards. |
Typical patterns
database → pandas_processor → chart— a KPI chart always up to date.http_request → data_table— browse an API's results like a spreadsheet.llm → html_view— let the AI produce rich formatted output (reports, summaries) rendered as a page.
Public visualization links use the /public/viz/… pages, so stakeholders can see a dashboard without a HiveFlow account. For a full app around your data, step up to a Hive App.