Help Center

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.

Visual nodes in the catalog

The nodes

NodeidWhat it does
ChartchartRenders data as line, bar, area, pie, scatter or radar charts. Feed it arrays from any upstream node.
Data Tabledata_tableAn interactive table with sorting, filtering, pagination and export.
HTML Viewhtml_viewRenders 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.

On this page