DataHub

Dashboards and Sharing

Build widget dashboards and share read-only public links.

Dashboards (/dashboards) let you visualize live and historical data with configurable widgets.

What you'll do

  1. Create a dashboard and choose a color palette
  2. Add widgets bound to tag paths
  3. Optionally share a read-only public link

Create a dashboard

  1. Go to DashboardsAdd
  2. Name the dashboard and select a color palette
  3. Open the editor and add widgets

Widget types

WidgetPurpose
StatSingle KPI from a tag, with a sparkline and % change over the selected window
TimeseriesLine chart over time (multi-tag supported)
BarBar chart comparison (multi-tag supported)
TimelineEvent-style timeline of tag changes (multi-tag supported)
GaugeGauge with min/max thresholds
AlarmsRecent alarm list

Each widget binds to one or more tag paths. Stat widgets use the same history window as timeseries (default 15 minutes) for the mini-trend. Timeseries, bar, and timeline support multiple tags with palette colors.

Program-derived tags

Widgets can bind to tags published by programs — paths like programs/<code>/outputs/<name>. These appear in tag pickers alongside plant/device tags once the program has declared outputs.

Templates

Reusable dashboard templates (templates permission) let you standardize layouts across plants. Apply a template when creating a new dashboard.

Generate a read-only share link from the dashboard detail page. Requires dashboards.share permission.

  • Share URL format: /share/<token>
  • No login required — suitable for wall displays or external stakeholders
  • Shared data is limited to tag paths referenced by dashboard widgets
  • Revoke by deleting the share link

Tips

  • Use consistent tag paths across widgets for related KPIs
  • Test with the demo plant tags before deploying to production data
  • Share links expose only the dashboard view — no console access